Skip to content

ValyMnDul/Cubic-Cube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cubic Cube

Hackovina2025 Project-Cubic Cube

"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

Main to level selector

Menu_To_Level_Selector

Pause menu

Pause_Menu

TECH:

  • 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 or Mobile/Diffuse shader) for maximum performance.

⚠️ Note: The file is larger than 25MB, so Google Drive cannot automatically scan it for viruses. The game is 100% safe.
You can verify it using the following sha256sum:

4c80840f4b052b98afdd232acf372cf4a83703172b70004fa43ed2b9d773f93c

DOWNLOAD LINK: Google Drive
ITCH LINK: Itch.io


Enjoy !

About

"Cubic Cube" is a minimalist platformer game developed in Unity during the Hackovina 2025 competition.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published