summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-23The game is actually being built now.Mike Buland
2011-12-22The basic structure of the game is coming together.Mike Buland
That is the data structures for storing the game objects are coming together.
2011-12-21Game environment is coming together.Mike Buland
2011-12-20Most of the variable type conversion routine is done.Mike Buland
2011-12-19Variables are assignable and comperable now.Mike Buland
Not >, <. >=, <=, but those should be really easy.
2011-12-18Added list & dictionary types to Variable.Mike Buland
Also, all the operators to use against other Variables.
2011-12-18Setting up AstNode & Variable classes.Mike Buland
2011-12-18Minor tweaks.Mike Buland
Now the game metadata can be read without reading anything else from the file, making it much easier to report info about a game rapidly.
2011-12-18The basic structure is complete.Mike Buland
2011-12-16It's coming along.Mike Buland
I'm still debating how the whole thing should work...
2011-12-11I think I've narrowed down how commands will workMike Buland
It's kinda' cool for the most part, there will have to be some ways of referencing them later. Basically, there are global commands and situation commands. With any luck, it'll just work.
2011-12-11Getting closer.Mike Buland
Real turing-complete code is coming soon
2011-12-11Everything that should be ignored so far, is.Mike Buland
2011-12-11Basic parser coming together.Mike Buland