tomo/examples/game
2024-09-08 19:49:47 -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 Add example game using raylib 2024-09-08 19:49:47 -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 Add example game using raylib 2024-09-08 19:49:47 -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.