mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
added Todo
This commit is contained in:
parent
9bb5204e93
commit
6b5a689662
1 changed files with 12 additions and 0 deletions
12
TODO.txt
Normal file
12
TODO.txt
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
1. add Event Notification Center and Trigger Mechanism - http://addyosmani.com/resources/essentialjsdesignpatterns/book/#observerpatternjavascript
|
||||||
|
2. use assemble for game command creation
|
||||||
|
3. use NULL for command option default value
|
||||||
|
4. Rename Input Control Unit
|
||||||
|
5. Rename ServerProcessor.updateWorld && game.updateClientsWorld broadcastWorldUpdate
|
||||||
|
6. updateWorld add update intervall (15) to Settings
|
||||||
|
7. rename channel.sendCommandToAllUsers to broadcastCommand(..,..,except)
|
||||||
|
8. Networker - remove spawning from onJoinSuccess. create initital World update flag -> spawn
|
||||||
|
9. on client side - change naming user -> player
|
||||||
|
10. Repair Collision Detection, split between local and server detection
|
||||||
|
11. Rethink Useres, Clients, Players on server and client side
|
||||||
|
23. Rethink Project Structure
|
||||||
Loading…
Add table
Add a link
Reference in a new issue