A C implementation of the Another World VM written for Plan 9.
Go to file
kvothe. e80a80e4d4 Corrected .gitignore for Plan 9-specific executables and object files. 2020-08-22 21:17:22 -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 Updated the LICENSE. 2020-08-14 02:16:11 +00:00
README.md Initial commit 2020-08-14 00:23:21 +00:00
anotherplan.c Little decoupling of game state before I really put anotherplan_test through its paces. 2020-08-22 01:34:00 +00:00
anotherplan_tests.c First pass at parsing MEMLIST.BIN! 2020-08-22 03:53:35 +00: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 Little decoupling of game state before I really put anotherplan_test through its paces. 2020-08-22 01:34:00 +00:00
memlist.c Corrected .gitignore for Plan 9-specific executables and object files. 2020-08-22 21:17:22 -04:00
memlist.h First pass at parsing MEMLIST.BIN! 2020-08-22 03:53:35 +00:00
mkfile First pass at parsing MEMLIST.BIN! 2020-08-22 03:53:35 +00:00

README.md

anotherplan

A C implementation of the Another World VM written for Plan 9.