No description
Find a file
2024-05-17 15:43:17 -04:00
assets Start of cirkoban graphics 2024-05-17 15:43:17 -04:00
js-runtime First commit! 2024-05-17 13:08:43 -04:00
modules First commit! 2024-05-17 13:08:43 -04:00
COPYING First commit! 2024-05-17 13:08:43 -04:00
game.css First commit! 2024-05-17 13:08:43 -04:00
game.js First commit! 2024-05-17 13:08:43 -04:00
game.scm First commit! 2024-05-17 13:08:43 -04:00
game.wasm First commit! 2024-05-17 13:08:43 -04:00
index.html First commit! 2024-05-17 13:08:43 -04:00
Makefile First commit! 2024-05-17 13:08:43 -04:00
manifest.scm First commit! 2024-05-17 13:08:43 -04:00
README.md First commit! 2024-05-17 13:08:43 -04:00

Cirkoban

One of Spritely's entries into the 2024 Spring Lisp Game Jam!

This game combines the Wireworld cellular automaton with Sokoban-style gameplay!

Building

The fastest way to get everything you need is to use GNU Guix, a wonderful package manager written in Scheme.

Once you have Guix, the development environment with all necessary dependencies can be created:

guix shell

To build the game, run:

make

To launch a development web server, run:

make serve

To check if the program works, visit https://localhost:8088 in your web browser. We recommend using Mozilla Firefox or Google Chrome. Hoot is not supported on Safari at this time.