Skip to content

Eoic/NetBots-PoC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NetBots

A proof of concept robot battle simulator (part of https://github.com/Eoic/NetBots).

NetBots

Requirements

  • Rust
  • Node.js and NPM

Setup

Install the front-end dependencies:

cd crates/web
npm install

Build the front-end assets:

npm run build

Run

From the repository root:

cargo run -p web

Open:

http://localhost:3000

For front-end development, run the Vite watcher:

cd crates/web
npm run dev

Then, run the web server from the root directory:

cargo run -p web

About

NetBots simulation engine proof-of-concept.

Resources

Stars

Watchers

Forks

Contributors