diff --git a/simplesnake/simplesnake.js b/simplesnake/simplesnake.js index 7ce3007..4cd0ce9 100644 --- a/simplesnake/simplesnake.js +++ b/simplesnake/simplesnake.js @@ -57,6 +57,23 @@ * * * +* Further tasks: +* - multiplayer modes / control +* - new game objects: +* - teleporters / tunnels +* - floors / bridges +* - new game mechanics: +* - shifting of objects (earthquakes, ...) +* - networking +* +* +* +* NOTE: the code is styled in a very specific but not very popular +* style in part to illustrate different approaches to code +* organization and structuring. +* +* +* **********************************************************************/ var VERSION = '2.0'