Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.04 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.04 KB

Tatsoryk

A Lounge<Discord> gaem project that gets completed.

The loungescussion and circlejerk about The Game is here [regulars only].

Elevator Pitch

A 2D top-down pvp arena shooter.

Browser based client and Rust server.

Using Vagrant

  1. Install VirtualBox 5.0.14 or newer.
  2. Install Vagrant 1.8 or newer
  3. Run vagrant up to set everything up. This needs 1GB free RAM, and will download around 1-2GB (the image + project dependencies).
  4. 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.