Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
-
-
A proof of concept tower defense game written in Processing.js
-
A competition about learning, or otherwise developing, the best controller (agent) for a version of Super Mario Bros.
-
My bash profile, full of the little aliases and shortcuts that make life worth living
-
Forked from mxtaweb-xx/reconciliation_ui
An html user interface for reconciling data against freebase using a new reconciliation service
-
525 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in rictic/rust-us that received 2 comments
Finish splitting code out into the core crate
client/ now just does the browser specific work, like setting up the websocket, passing along user input, dealing with connection and disconnection…
- Players have names
- Break into files
- Kill existing server right before starting new one
- Separate the viewport from the map
- Remove the need to run the server as root
- Display status info more clearly.
- Add simple static file caching
- Reduce jitter
- Add a production server for running for reals.
- Refine the lifecycle of a game
- More core split
- Move canonical logic onto the server.
- Notice joining and broadcast disconnection from the server.
- Use the rand crate for random values.
- Improve ./start.sh to rebuild when core changes