littleglassdiode/irl
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
I realized recently that roguelikes are my favorite genre of video games. All
the ones I've played are very fun. Also I realized that the only reason I
wanted to make Intelligence a sidescroller was that the animations were that
way, but that was because of the style of ASCIImator, not a decision of mine.
So I realized it was time for me to start making decisions on my own, and now
we have...
Intelligence: Rae Lives
=======================
Coming soon to color terminals near you.
Compiling
=========
To build the game, run
$ ./ldt.sh
To clean what you've built, run
$ ./ldt.sh clean
To build the game for Windows (cross-compile from Linux), run
$ sys=win ./ldt.sh
To clean the Windows build, run
$ sys=win ./ldt.sh clean
Running
=======
After successfully compiling, just run the compiled binary:
$ build/raelives