Unity

Unity is a cross-platform game engine developed by Unity Technologies. Compared to other game engines, Unity provides a user-friendly development environment while providing the power and flexibility build practically any type of game imaginable. Unity scripting is done in the form of plugins written in C# and everything else is created using sprite sheets, prefabs, models, textures, and more.

All Posts

Block Breaker

What is it? This was a project that I made as a final project for a Udemy Course that I took for fun. The goal of the project was to make an Arkanoid-like block-breaking game using my own sprites, my own scripts, and my own physics. The course taught 2D game development with Unity and Block Breaker was one of the chapters in the course. Though this game is not completed, a small demonstration of the game can be played with the link above. The game was once at a more completed state, but t...

Categories: C#, Unity