tomo/examples/game/README.md

11 lines
320 B
Markdown
Raw Normal View History

2024-09-08 16:49:47 -07:00
# Example Game
This is a simple example game that uses [raylib](https://www.raylib.com/) to
demonstrate a project that spans multiple files and showcases some game
programming concepts used in idiomatic Tomo code. It also showcases how to
2024-09-08 16:50:38 -07:00
interact with an external C library. To run the game:
```bash
tomo game.tm
```