Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign up
Intelligence: Rae Lives
Cannot retrieve the latest commit at this time.
| Type | Name | Latest commit message | Commit time |
|---|---|---|---|
| Failed to load latest commit information. | |||
|
|
src | ||
|
|
.gitignore | ||
|
|
AUTHORS | ||
|
|
COPYING | ||
|
|
README | ||
|
|
TODO | ||
|
|
ldt.sh | ||
|
|
testmap | ||
README
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