A Network based 3D Tic Tac Toe game!
To install rust/cargo run:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
and go through the installer.
If you do not have NPM installed, you will need to download it here.
After cloning the project, in the folder you will need to run
cargo install tauri-cli
to install tauri and
npm install
to install all vue packages.
then in order to build run
cargo tauri build
If you need to install cargo/npm/other packages, follow build instructions.
Then run
cargo tauri dev