A C implementation of the Another World VM written for Plan 9.
Go to file
kvothe. f7c267390c Resize the window. Need to figure out scaling still. 2020-08-31 22:14:44 -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 Resize the window. Need to figure out scaling still. 2020-08-31 22:14:44 -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 Resize the window. Need to figure out scaling still. 2020-08-31 22:14:44 -04:00
graphics.h Resize the window. Need to figure out scaling still. 2020-08-31 22:14:44 -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.