tomo/examples/game/README.md

14 lines
460 B
Markdown
Raw Permalink 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
```
2024-09-08 17:34:26 -07:00
An example [Makefile](Makefile) is also provided if you want to use `make` to
build the game and `make clean` to clean up the built files.