First commit!
This commit is contained in:
commit
2c824b40a9
31 changed files with 2048 additions and 0 deletions
35
README.md
Normal file
35
README.md
Normal file
|
@ -0,0 +1,35 @@
|
|||
# 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](https://guix.gnu.org), 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.
|
Loading…
Add table
Add a link
Reference in a new issue