aboutsummaryrefslogtreecommitdiff
path: root/examples/game/README.md
blob: cc9d3632168cf7ae439d27f3b4de8bcdbfa7a5fa (plain)
1
2
3
4
5
6
7
8
9
10
# 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
interact with an external C library. To run the game:

```bash
tomo game.tm
```