Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-07-12 12:19:34 +03:00
parent b43adbce0d
commit f2febc8b61

View File

@ -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' var VERSION = '2.0'