A Lounge<Discord> gaem project that gets completed.
The loungescussion and circlejerk about The Game is here [regulars only].
A 2D top-down pvp arena shooter.
Browser based client and Rust server.
- Install VirtualBox 5.0.14 or newer.
- Install Vagrant 1.8 or newer
- Run
vagrant up
to set everything up. This needs 1GB free RAM, and will download around 1-2GB (the image + project dependencies). - Run
vagrant ssh
./vagrant
folder corresponds to the project root.
You should be able to just run builds without installing anything extra. Also, nginx is listening on port 8000 and 8443 (TLS).
WebSocket is exposed as ws://localhost:8000/ws/
(the server itself should be listening on port 8080). Static files are all
served from /vagrant/client
.
For Rust there is multirust and newest stable Rust installed.