Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 374 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 374 Bytes

Agar.client

Client made with ThreeJS

Run it

With Python

python -m SimpleHTTPServer <port>

python3 -m http.server <port>

# Install Rust
curl https://sh.rustup.rs -sSf | sh

# Install simple-http-server
cargo install simple-http-server
rehash
simple-http-server -h