Skip to content

A fantasy console inspired by PICO-8, EXAPUNKS, and box-256

Notifications You must be signed in to change notification settings

Kartoffelsaft/tms-101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TMS-101

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.

Getting started

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

About

A fantasy console inspired by PICO-8, EXAPUNKS, and box-256

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages