Stack Tower
2022
Simple one-button tower builder game, made in a few days for learning Unity. It's actually surprisingly fun; dynamic camera, dynamic colors, dynamic sounds. The blocks move faster as the tower gets narrower, and if you don't get a new high score the tower collapses at the end. Windows only at present.
Prime Factors Circles
2022
Educational math visualisation shows the prime factors of the integers as nested sets of circles. Made in a few days for learning Unity. Windows only at present.
Asteroid Box
2021
Asteroids remake with extra physics dynamics and complexities. This was my first game project learning Unity, and I spent far too long on it, learning by doing, but without having learned enough! It has a complex screen-wrap system, without the off-screen dead-zone at the playfield edges that [almost all?] other asteroid games have. This allows for the camera to move while keeping the ship in the centre of the screen (after level 3), and even for the camera to rotate while keeping the ship pointing up (after level 5), with the playfield being is a seamless contiguous confined space. Impacts, damage, and fragments are all dynamically calculated. Windows only at present.