/text-game

Primary LanguageCMIT LicenseMIT

text-game

This is a very simple text based game engine written in C, inspired by the likes of Adventure and the Legend of Drongo.

Building

Requirements

  • C compiler (clang, gcc etc.)
  • make
  • pkg-config
  • jansson

Once the above dependencies are installed, simply execute make in the directory of the project:

make
./text-game

Contributing

Feel free to send anything my way!

License

text-game is released under the MIT License.