https://github.com/technetos/spacerace
https://github.com/technetos/spacerace
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/technetos/spacerace
- Owner: technetos
- License: apache-2.0
- Created: 2019-04-04T20:28:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-23T17:48:36.000Z (about 7 years ago)
- Last Synced: 2024-12-29T05:43:55.454Z (over 1 year ago)
- Language: JavaScript
- Size: 5.74 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SpaceRace
## Getting Started
### Install rust
```https://rustup.rs/```
### Grab the nightly toolchain
```rustup toolchain install nightly```
### Switch to the nightly toolchain
```rustup default nightly```
### Run the backend
```
cd SpaceRace/space-race-backend
cargo r
```
### Play the game
Open your browser and navigate to `127.0.0.1:8000`