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 917c9db2ab Messaging taxonomy update. 5 years ago
client Messaging taxonomy update. 5 years ago
server Messaging taxonomy update. 5 years ago
.gitignore Initial commit. 5 years ago
README.txt Messaging taxonomy update. 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 Messaging taxonomy update. 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
- move websocket server to /core
- robot icons with personality
- dynamic socket server resolution
- namespace server to /ricochet
- cookie room link
- no cancel from name prompt
- limit concurrent players, make sure connections are closed
- window resize update board
- donate link
- tutorial
- walls algorigthm
- win declare/add/remove
- restore state on join