Skip to content

agtors/agar.client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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