Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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_SRC

This also starts a REPL inside the game process/world, which you can connect to with Geiser in Emacs (geiser-connect).