commit 1beb5da6b6262582aa02877989e5788fb888cf1a parent 9bac41e6439dc36e5556d1d1be354505012f7fee Author: Brian Swetland <swetland@frotz.net> Date: Wed, 4 Apr 2012 20:33:30 -0700 readme: some words of explanation Diffstat:
M | README | | | 12 | ++++++++++++ |
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/README b/README @@ -1,3 +1,15 @@ A C based implementation of Notch's DCPU-16, written for the fun of it. See: http://0x10c.com/doc/dcpu-16.txt + +Why: I enjoy hacking on small machines, virtual or otherwise, and I'm + amused by the concept of a space game with user programmable + virtual computer(s). + + Consider this a piece of "fan art" for 0x10c + + Feel free to take it and run with it and do whatever you like. + + Small bugfixes are welcome, but I'm not interested in investing a + huge amount of time in maintaining this or dealing with large changes + to the code.