Mk48.io is an online multiplayer naval combat game, in which you take command of a ship and sail your way to victory. Watch out for torpedoes!
- Install Rust Nightly (install rustup, then
rustup override set nightly-2021-10-28) - Install NodeJS 14 or higher (here)
You may use any version of Rust that works, but we use some nightly features and nightly-2021-10-28 is known to work,
whereas some newer versions produce internal compiler errors.
- Enter
/js npm installmake- Deploy the server to host the client
- Enter
/server maketo build and run a test server- Navigate to
localhost:8000
See Contributing Wiki page.
