A C implementation of the Another World VM written for Plan 9.
Go to file
kvothe. 8f68462d36 ALWAYS end in newlines. Also, added vm.c/.h skeletons. 2020-08-29 21:17:28 -04:00
assets Placeholder dir for game assets. 2020-08-14 02:36:41 +00:00
.gitignore Corrected .gitignore for Plan 9-specific executables and object files. 2020-08-22 21:17:22 -04:00
LICENSE Corrected license to GPL as a derivative work of RAW. 2020-08-24 22:21:40 -04:00
README.md Corrected NEO-RAW link. 2020-08-24 22:24:57 -04:00
anotherplan.c Don't need that target framerate anymore. 2020-08-29 12:15:03 -04:00
anotherplan_tests.c ALWAYS end in newlines. Also, added vm.c/.h skeletons. 2020-08-29 21:17:28 -04:00
graphics.c Little decoupling of game state before I really put anotherplan_test through its paces. 2020-08-22 01:34:00 +00:00
graphics.h ALWAYS end in newlines. Also, added vm.c/.h skeletons. 2020-08-29 21:17:28 -04:00
memlist.c Setup mem pointers in memlist.c/.h. 2020-08-29 11:57:06 -04:00
memlist.h ALWAYS end in newlines. Also, added vm.c/.h skeletons. 2020-08-29 21:17:28 -04:00
mkfile ALWAYS end in newlines. Also, added vm.c/.h skeletons. 2020-08-29 21:17:28 -04:00
vm.c ALWAYS end in newlines. Also, added vm.c/.h skeletons. 2020-08-29 21:17:28 -04:00
vm.h ALWAYS end in newlines. Also, added vm.c/.h skeletons. 2020-08-29 21:17:28 -04:00

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.