This commit is contained in:
Dave Griffiths 2009-03-12 10:51:43 +00:00
parent 4d121040a6
commit 0767f878b6

22
hayfever/README Normal file
View file

@ -0,0 +1,22 @@
Groworld multiplayer prototype
An initial version of the groworld game in order to have something to focus
on and develop ideas further. The main priority is to demonstrate some of the
techniques we want to explore in the simplest possible form.
* Network communication protocols/transport
* Multiplayer gameplay
* Basic plant communication (via pollen)
* Exchange of simple properties/behaviours
* Plant ownership/point of view
Todo:
* flower selection
* sucking
* pollen types and switching
* new textures
* animation
* switch network plant description to lsystems
dave@fo.am