Skip to content

gdbackus/RL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

RL

Roguelike work

2/6/2015 This is kinda a mess. Using rlutil (as per the license) as a starting point for primitive console put & color functions - also because it is drop dead easy using a header include - I have so far FAILED to figure out how to link against a more robust library (libtcod for example).

  • rlutil uses 1,1 as the top-left index - I prefer 0,0
  • rlutil uses column, row notation - of course, I prefer row, column

So - I have been using the CodeLite IDE environment and MinGW as the compiler. I have made no attempt to make the code portable - it is specifically a Windows console program.

About

Roguelike work

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages