You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Ben Burlingham a1a88ea319 Global move emittance. 5 years ago
client Global move emittance. 5 years ago
server Global move emittance. 5 years ago
.gitignore Initial commit. 5 years ago
README.txt Global move emittance. 5 years ago
content.css Join screen UI. 5 years ago
controls.css Countdown timer built. 5 years ago
index.css Countdown timer built. 5 years ago
index.html Messaging taxonomy update. 5 years ago
join.css Join screen UI. 5 years ago
package-lock.json Websocket communication foundation. 5 years ago
package.json Websocket communication foundation. 5 years ago
server.js Global move emittance. 5 years ago
sprite-robots.png Player management. 5 years ago

README.txt

## Architecture:
- Local events are broadcast as custom events prefixed `L-`
- Incoming global messages are broadcast as custom events prefixed with `G`

## TODO
- robot icons with personality
- robot GUIDs
- move guess and move logic out of server (clean up server file)
- countdown skip
- no cancel from name prompt
- window resize update board
- walls algorigthm
- win declare/add/remove
- be able to "back up" in a move sequence

- restore state on join
- limit concurrent players, make sure connections are closed, clean up empty rooms
- cookie room link, add to all messages, namespace them

- move websocket server to /core
- dynamic socket server resolution
- namespace server to /ricochet

- tutorial
- donate link