Hot Tub - an experimental Clojure game engine with time travel
Find a file
Jeremy Penner cc62dfb054 Gamestate API improvements
- always include the id as an attribute
- implement query operators that return the whole entity, rather than just the ids
- implement update / delete functions which extract the id from the given entity
2013-03-18 22:33:26 -04:00
res Simple test "game" with data 2013-03-12 00:19:46 -05:00
src/hottub Gamestate API improvements 2013-03-18 22:33:26 -04:00
.gitignore Initial commit with working gamestate + indexing. 2013-03-05 23:14:20 -05:00
project.clj Implement nrepl support, catch exceptions. Hot code reload is now fully operational. 2013-03-10 03:54:09 -05:00
README Initial commit with working gamestate + indexing. 2013-03-05 23:14:20 -05:00

# hottub

FIXME: write description

## Usage

FIXME: write

## License

Copyright (C) 2013 FIXME

Distributed under the Eclipse Public License, the same as Clojure.