Skip to content

brandongandy/scrl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCRL

A dotnet roguelike

SCRL stands for SadConsole Roguelike, since it's built on top of SadConsole and Roguesharp. The original vision for this game was to be an action-oriented roguelike, not unlike the original Diablo -- so much so, in fact, the SCORLIB library was going to be able to read in the exact same flat file format to instantiate game data.

Game development is hard, and game design itself is even harder (if you want to make a good game). SCRL development started sometime in 2017, lasted a few hot months, and then petered off around NaNoWriMo season.

What it looks like

screenshot

Gameplay

  • Arrow keys or numpad can be used to navigate
  • WASD moves the camera
  • Z, X, and C generate new maps with different map-building algorithims (binary space partition, basic room gen, and random walk, respectively)

Documentation

Some of the original design documentation is included in the static/docs folder:

About

dotnet roguelike

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages