Skip to content

Forays/ForaysIntoNorrendrin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forays into Norrendrin

A streamlined roguelike with deeply tactical combat.


Read more about the game here.


How to build the console version:

By default, the project will run in its own window, using OpenTK. To make it run in a terminal, follow these steps:

  1. Open ConsoleForays.sln instead of Forays.sln.
  2. Change the first line of the Main method (in Main.cs) by uncommenting "Screen.GLMode = false;".
  3. Compile in Debug mode! Then run ConsoleForays.exe.