
Tag Archives: unity game


Day 29 Game 29: 30 games in 30 days using Grids
Grids are not just for attractive geometric shapes. Irregular shapes come in grids too 🙂 In today’s game we re-use some familiar mechanics, and give it a new twist: you play the normal Lights Out game, but on an irregular…
Day 27 Game 27: 30 games in 30 days using Grids
Game 27 is our version of the game Line up 4 played on a diamond grid. In our version you have to line up 3. You can also add pieces from two sides of the grid, instead of one. The…
Day 26 Game 26: 30 games in 30 days using Grids
In game 26 we try another simulation type game on an isometric grid: Zombie Apocalypse. The aim of the game is to save 250 humans before the time runs out. To do this you have to get them to the…
Day 23 Game 23: 30 games in 30 days using Grids
Today’s game is a simple shuffle puzzle on a hex grid: you reconstruct an image by moving cells around. This game demonstrates another use of maps – this time, instead of mapping from grid to world coordinates, we map from…
Day 20 Game 20: 30 games in days using Grids
Today’s game is our implementation of the Darts game 301, where the aim of the game is to reach 0, starting from a score of 301. The game is played by clicking on the moving target to hit the score…
Day 19 Game 19: 30 games in 30 days using Grids
Today’s game is a remake of the classic game Xonix. The aim of the game is to fill the playing field by running over it (the playing field is selected randomly). At the same time you need to avoid the…
Day 16 Game 16: 30 games in 30 days using Grids
Tiles are not just for 2D. Today’s game is a simple maze game – you have to find the orb. The entire game is built from a single 3D tile. Each tile has a few components that are switched on…
Day 15 Game 15: 30 games in 30 days using Grids
In Game 15 you are a paratrooper and your mission is to land in the safe zone. You also need to avoid the planes and bombs around you to stop you from being blown away. One of the nice things…