Cube Clicker 3DS
From GameBrew
More actions
| Cube Clicker 3DS | |
|---|---|
| General | |
| Author | NateSquared |
| Type | Simulation |
| Version | 1.0.0 |
| License | N/A |
| Last Updated | 2025/08/24 |
| Links | |
| Download | |
| Website | |
| Source | |
A clicker game for the Nintendo 3DS, this project challenges players to tap a cube repeatedly for points. It is a port of a Scratch game they created when they were 14.
The developer used this project as an opportunity to learn the LÖVE2D and LÖVEPotion frameworks, as well as to gain experience collaborating on GitHub.
Controls
Cube Click - A, B, X, Y, the DPAD, and the Shoulder Buttons (NOT THE TRIGGERS)
Menu Swap - Select
Save & Exit - Start
Running
Due to how LÖVEPotion works, you need to run the game on a modded Nintendo 3DS in the Homebrew Menu. Although if you were to download the source files and run them in LÖVE2D 11.5 or later, you effectively have a PC version, although it only works with a controller.
Changelog
v1.0
- First Release.
Acknowledgements
- LÖVE2D - The original engine
- LÖVEPotion - A fork of LÖVE2D that allows games to run on the 3DS
- nëst - Compatibility Layer for LÖVEPotion
- Lume - Lua functions geared towards gamedev