demo

Blocky Runner

A 3D runner game demo.

Jump to showcase

I never got around to finishing this project, but it was a great learning experience, especially when it comes to creating custom editor tools in Unity.

Screenshot from the game.

Tech stack

  • unity
  • csharp
  • game
  • 3d
  • demo
  • gamedev

Source code

https://github.com/nourgaser/BlockyRunnerNew

Live demo

https://br.nourgaser.com/

A 3D endless runner game built in Unity, with a focus on custom editor tooling. The gameplay loop is simple: avoid obstacles and collect coins as the level scrolls forward. What made this project interesting was building the level editor tools inside the Unity Editor itself — tools for platform placement, slicing, combining, and spread generation.