# Termbox2 C Source

This project adapts the official [termbox2](https://github.com/termbox/termbox2) C source as a git submodule. You must initialize the submodule before building:

```sh
git submodule update --init --recursive
```

If you are using a CI system, ensure this step is included in your build pipeline.
