itch.io is community of indie game creators and players

Devlogs

Technicals Brief Overview

SpaceRace
A browser game made in HTML5

The asteroids, music and spaceship I found for free on the Unity asset store.

All the programming has come from various Brackeys turorials, it is very simple. Object pooling with spawner, boundary just behind player with a trigger for the asteroids to hit, add to the score, become deactivated and added back to the pool. 

The boundary walls are planes with a shader material I made after following a Brackeys tutorial.

Leave a comment