C#

C# (pronounced c sharp) is an object-oriented programing language developed by Microsoft as a cleaner and simpler alternative to C++. Although it is a general-purpose language, the most common applications for C# are for the Microsoft .NET framework in combination with the Visual Studio IDE. Game Engines, such as Unity, have adapted to use C# as their primary scripting language as well.

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