Cube test is a platform that allows cubers to play against each other using keyboard controlled vitual cubes.
Download the project:
git clone https://github.com/pykm05/cube-test
cd cube-test
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
Join our Discord for information about the development process.