A downloadable game

this game was made for the spring lisp game jam 2024 in emacs lisp.

i did not get to explore the concepts of this game as much as i would have liked, but i learned a lot about emacs lisp and had lots of fun designing this game!

this game is very much a thinky game. i highly suggest having paper to take notes and draw on, and if available, graph paper may help you even more.

Download

Download
disassembly.tar.gz 7.2 kB

Install instructions

prerequisites:

instructions:

unzip the downloaded files into a well known location. start emacs and use M-x load-file to load the file. use M-x numgame to begin playing.

Comments

Log in with itch.io to leave a comment.

When I reach the next level, I get this error after hitting r to restart the level. I used `emacs --no-init-file` to make sure it wasn't anything in my config causing it

"loading/home/me/Downloads/jam-voting/disassembly_dist/puzzles/1.el"
cdr: Wrong type argument: listp, 3593
Error running timer ‘numgame-blink-program’: (wrong-type-argument listp 3593) [5 times]
Quit
Error running timer ‘numgame-blink-program’: (wrong-type-argument listp 3593) [3 times]
Quit
Error running timer ‘numgame-blink-program’: (wrong-type-argument listp 3593)

i messed up some of the reset code at the last moment and must have forgotten to check that it worked when submitting.  i can't upload a fix to the game page until the spring lisp game jam is done, but i have identified the issue and have a fix.