|
6 years ago | |
---|---|---|
.settings | 6 years ago | |
build | 6 years ago | |
doc | 6 years ago | |
res | 6 years ago | |
src/mightypork/rogue | 6 years ago | |
.classpath | 6 years ago | |
.gitignore | 6 years ago | |
.project | 7 years ago | |
LICENSE.txt | 6 years ago | |
Makefile | 6 years ago | |
README.md | 6 years ago |
Read the MANUAL if you want to play the game.
The Master branch holds Rogue based on the new GameCore implementation (see "dependencies" below for link).
The latest stable version is in the branch v5stable
. That branch is stable, debugged and has no dependencies. It's a standalone Eclipse project.
You can use v5stable
to see the original source and try to build it, but further development of that branch is stopped. The master means the future.
If you intend to build it from source, you will need those Eclipse projects in your workspace:
The following is the original readme, applicable to v5stable
version.
build/in/build.jar
make
to create a stand-alone executable jar in build/out/release.jar
make run
to execute itThe game is controlled by mouse and keyboard.
See the manual (link at the top) for more detailed info.