Cube Clicker 3DS: Difference between revisions
From GameBrew
More actions
No edit summary |
No edit summary |
||
| Line 32: | Line 32: | ||
==Changelog== | ==Changelog== | ||
'''v1.0''' | '''v1.0''' | ||
* | * Initial Release. | ||
== | == Credits == | ||
* [https://love2d.org/ LÖVE2D] - The original engine | * [https://love2d.org/ LÖVE2D] - The original engine. | ||
* [https://lovebrew.org/ LÖVEPotion] - A fork of LÖVE2D that allows games to run on the 3DS | * [https://lovebrew.org/ LÖVEPotion] - A fork of LÖVE2D that allows games to run on the 3DS. | ||
* [https://github.com/lovebrew/nest nëst] - Compatibility Layer for LÖVEPotion | * [https://github.com/lovebrew/nest nëst] - Compatibility Layer for LÖVEPotion. | ||
* [https://github.com/rxi/lume Lume] - Lua functions geared towards gamedev | * [https://github.com/rxi/lume Lume] - Lua functions geared towards gamedev. | ||
== External links == | == External links == | ||
* itch.io - https://natesquared.itch.io/cube-clicker-3ds | * itch.io - https://natesquared.itch.io/cube-clicker-3ds | ||
* GitHub - https://github.com/NateSquared/Cube-Clicker-3DS | * GitHub - https://github.com/NateSquared/Cube-Clicker-3DS | ||
Latest revision as of 04:56, 7 September 2025
| Cube Clicker 3DS | |
|---|---|
| General | |
| Author | NateSquared |
| Type | Other Games |
| Version | 1.0.0 |
| License | MIT License |
| Last Updated | 2025/08/24 |
| Links | |
| Download | |
| Website | |
| Source | |
A clicker game for the Nintendo 3DS created with the LÖVEPotion framework.
Port from a Scratch game made by the author.
Controls
A/B/X/Y/D-Pad/ZL/ZR - Cube Click
Select - Menu Swap
Start - Save & Exit
Changelog
v1.0
- Initial Release.
Credits
- 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.