Skip to content

A multiplayer Vue/Tauri game based on the game 'Qubic' aka 3D-Tic-Tac-Toe!

Notifications You must be signed in to change notification settings

BowlBird/3d-tic-tac-toe

Repository files navigation

3D Tic Tac Toe

A Network based 3D Tic Tac Toe game!

Written in Vue & Tauri

Building

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

Development

If you need to install cargo/npm/other packages, follow build instructions.

Then run

cargo tauri dev

About

A multiplayer Vue/Tauri game based on the game 'Qubic' aka 3D-Tic-Tac-Toe!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published