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.
- 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.