A streamlined roguelike with deeply tactical combat.
Read more about the game here.
By default, the project will run in its own window, using OpenTK. To make it run in a terminal, follow these steps:
- Open ConsoleForays.sln instead of Forays.sln.
- Change the first line of the Main method (in Main.cs) by uncommenting "Screen.GLMode = false;".
- Compile in Debug mode! Then run ConsoleForays.exe.