Turn-based strategy game implemented with RayLib. This game was inspired by other popular turn-based strategy games like Sid Meier's Civilization VI and Age of Strategy.
Player's will be able to create builders and various forms of warriors from their castles in order to defeat the other players. This game is still being developed, and still has a lot of work needs to be done to be considered a finished product.In order to run the game, ensure RayLib is installed (follow the directions on the README). After successfulling installing raylib, clone this repository with
git clone https://github.com/ryandmcneilly/TyrannyOfWar.git
run the shell script run.sh
to start up the game. This game has only been tested on a Linux machine, and cannot guarantee the game will work on Windows machines.