You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
assets | 2 years ago | |
.gitignore | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
anotherplan.c | 2 years ago | |
anotherplan_tests.c | 2 years ago | |
graphics.c | 2 years ago | |
graphics.h | 2 years ago | |
memlist.c | 2 years ago | |
memlist.h | 2 years ago | |
mkfile | 2 years ago | |
vm.c | 2 years ago | |
vm.h | 2 years ago |
README.md
anotherplan.
anotherplan is a C implementation of the Another World VM written for Plan 9. anotherplan is a derivative work based on the C++ SDL implementation of the Another World Bytecode Interpreter, NEO-RAW, by Gregory Montoir and Fabien Sanglard. As such, it is released as free software under the terms of the GNU General Public License.
anotherplan is currently a work in progress.
credits.
- Eric Chahi, the creator of Another World.
- Gregory Montoir, cyx@users.sourceforge.net.
- Fabien Sanglard, fabiensanglard.net@gmail.com.