Virtual Cube is a platform that allows cubers to play against each other using keyboard controlled rubiks cubes.
Download the project:
git clone https://github.com/pykm05/virtual-cube
cd virtual-cube
This project uses two servers so you'll need to first run the socket / game server:
npm run dev
Then run the webserver:
npm run next
The project should be running on your browser at localhost:3000/play
Join our Discord for information about the development process.
Special thanks to @Bowarc and @Cinnamonsroll for feedback, prs, and ideas!