Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bananaoomarang/chickadee-game
Example Chickadee project (Guile game engine) for live coding w/ Geiser in Emacs!
https://github.com/bananaoomarang/chickadee-game
Last synced: 10 days ago
JSON representation
Example Chickadee project (Guile game engine) for live coding w/ Geiser in Emacs!
- Host: GitHub
- URL: https://github.com/bananaoomarang/chickadee-game
- Owner: bananaoomarang
- Created: 2019-06-15T21:51:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-24T22:59:10.000Z (over 5 years ago)
- Last Synced: 2024-11-06T20:41:09.651Z (about 2 months ago)
- Language: Scheme
- Size: 3.49 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* Guile Asteroids (WIP)
Some fun with the [[https://dthompson.us/projects/chickadee.html][Chickadee]].
First install Chickadee + make sure everything is in your GUILE_LOAD_COMPILE_PATH then you can run:
#+BEGIN_SRC
$ guile main.scm
#+END_SRCThis also starts a REPL inside the game process/world, which you can connect to with Geiser in Emacs (geiser-connect).