Game Development Blog
 
Tag: <span>Games</span>

Invasion

Invasion is an original game concept which combines a classic arcade style space shooter with rogue-like mechanics. The basic idea is to defend your planet from waves of enemy ships. As you defeat waves you collect scrap which can be spent on upgrades for your ship. Basic repairs and upgrades …

Snake Clone

I built this following along with the Snake Game tutorial created by SharpAccent. This was a fun project because it was built with no assets everything was done in code. The tutorial also covered a cool post process effect which gave the game a classic arcade screen look. I did …

Tetris Clone

Another project completed following a Udemy course by Wilmer Lin titled “Make a Tetris-style Puzzler in Unity”. It’s Tetris, nothing really to add here. The course was great. It was one of the first full games that I ever completed. I learned a lot from Wilmer’s courses and a highly …

Match-3 Game

This is a simple match three game created in Unity. It is the end result of taking Wilmer Lin’s course on Udemy titled “Make a Match-Three Puzzle Game in Unity”. I highly recommend Wilmer’s courses, they are pretty comprehensive. What I enjoyed the most was the iterative process of starting …