Welcome to qb
("cube"), a short and sweet 6-level puzzle game written in C# with Unity v2018.4. Thanks to the Unity "Create With Code" team for helping to kick-start this project. The game has been built to play in a web browser via WebGL, and a standard keyboard and mouse are required. Check out some videos on my YouTube channel. Can you beat the cube? Enjoy!
A live version of this game can be found here. You only need an up-to-date web browser in order to play, no special software is needed.
- Download the
Build/qb.zip
file, and unzip it - Navigate to the
qb
directory in the terminal - Start a local web server in that directory, such as via node.js (faster running):
$ http-server -p 8080
- Or via Python (slower running):
$ python -m http.server --cgi 8080
- In your web browser, go to
http://127.0.0.1:8080
. You should see the startup screen and now be able to play.
- When finished, go back to the terminal and press
Ctrl-c
to stop the local web server
Design & Code © 2020 Darren Temple
All other assets are the property of their respective creators, and are used with thanks.
- Scrollbie Studio
- JMO Assets
- Synty Studios
- Dustyroom