"Cubic Cube" is a minimalist platformer game developed in Unity during the Hackovina 2025 competition.
You control a cube in a geometric universe, navigating through obstacles and precision-based challenges.
The goal is to reach the end of each level to eliminate the enemy, using your spatial logic and quick reflexes.
🔹 Genre: Platformer
🔹 Engine: Unity
🔹 Platform: PC
🔹 Visual Style: Minimalist, focused on simple shapes and clean colors
🔹 Development Time: 12 hours
- The game uses Unity's built-in physics for cube movement and interaction with the world (
Rigidbody 3D
,BoxCollider
, etc.). Movement is physics-based, not purely mathematical. - The code is written modularly, meaning:
- Separate components on GameObjects
- Different classes for player control, obstacles, level management, etc.
- Inputs are read directly using
Input.GetKey
,Input.GetAxis
. - A
Canvas
with UI elements is used. - Cubes and objects are rendered with Unity’s standard materials (likely using the
Standard
orMobile/Diffuse
shader) for maximum performance.
You can verify it using the following sha256sum
:
4c80840f4b052b98afdd232acf372cf4a83703172b70004fa43ed2b9d773f93c
DOWNLOAD LINK: Google Drive
ITCH LINK: Itch.io