A C implementation of the Another World VM written for Plan 9.
Go to file
kvothe. d0c9b8c4c4 The VM stores data in big endian format, so I'm tinkering around with libmach to see about how to convert that to native representations, regardless of compiler architecture. 2020-08-19 14:10:26 +00:00
assets Placeholder dir for game assets. 2020-08-14 02:36:41 +00:00
.gitignore Initial commit 2020-08-14 00:23:21 +00: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
graphics.c Hm, maybe back to single threaded with keyboard polling. Threads are heavier than expected. 2020-08-16 23:55:53 +00:00
graphics.h Broke up graphics into its own .c/.h and got the bouncy ball demo working. 2020-08-15 22:49:02 +00:00
main.c The VM stores data in big endian format, so I'm tinkering around with libmach to see about how to convert that to native representations, regardless of compiler architecture. 2020-08-19 14:10:26 +00:00
mkfile Broke up graphics into its own .c/.h and got the bouncy ball demo working. 2020-08-15 22:49:02 +00:00

README.md

anotherplan

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