Open Issues Need Help
View All on GitHub Proper tutorial about 1 month ago
AI Summary: Create a proper tutorial for the Cube Test platform, replacing the current dummy text. The tutorial should guide users through downloading, setting up (including running both the socket/game server and the webserver), and using the keyboard-controlled virtual cube game.
Complexity:
3/5
good first issue frontend
Add a move queue to cube 2 months ago
AI Summary: Implement a move queue for the virtual cube in the 'cube-test' project. This queue should allow users to input multiple moves quickly, without waiting for each move to complete before inputting the next. The queue should also have a limit to prevent an infinite loop from holding down a key.
Complexity:
3/5
enhancement help wanted frontend