A fantasy console inspired by PICO-8, box-256, and EXAPUNKS
This project prioritizes interesting, hacky ways to make games over easy and straightforward ones. If you aren't into that and just want a simple way to make neat retro-style games, there's no shame in that; I'd suggest PICO-8 or raylib, depending on what you want to make.
This project uses Odin, so that needs to be installed (such as through asdf
). It also uses raylib, which comes packaged with Odin so it likely won't need installing.
To try out one of the demos (pong in this example) use the following command:
odin run tms -- examples/pong
It is also recomended to look at the tms-assembly files for the examples to understand what is going on (examples/starslide/starslide.tmsasm
is a good place to start).