tomo/examples/game
2024-09-08 19:53:28 -04:00
..
box.tm Add example game using raylib 2024-09-08 19:49:47 -04:00
color.tm Add example game using raylib 2024-09-08 19:49:47 -04:00
game.tm Take map as a CLI parameter 2024-09-08 19:53:28 -04:00
map.txt Add example game using raylib 2024-09-08 19:49:47 -04:00
player.tm Add example game using raylib 2024-09-08 19:49:47 -04:00
README.md Update docs 2024-09-08 19:50:38 -04:00
world.tm Add example game using raylib 2024-09-08 19:49:47 -04:00

Example Game

This is a simple example game that uses raylib to demonstrate a project that spans multiple files and showcases some game programming concepts used in idiomatic Tomo code. It also showcases how to interact with an external C library. To run the game:

tomo game.tm