T3TR0S-bare
April 5, 2022 ยท View on GitHub
This is a bare version of single player T3TR0S, because we miss the accessibility and simplicity of its code before features become a priority.
An example of running tetris with sci+graalvm.

Play with the REPL
- Follow the membrane example instructions.
- Connect to the repl
- Run the namespaces in the following order:
board.clj,rules.clj,paint.clj,core.clj - From the core namespace, run
(init)to start the game.