Work

Pandora's Box

Dev
Unity
Sandbox

I created a Unity project to serve as a sandbox for developing small games while learning the engine.

Whit carton box

Overview

This Unity project is a small collection of classic game prototypes created to explore and practice Unity development. It currently includes three games: Minesweeper, Snake, and Chess. The Minesweeper implementation is fully completed, while Snake and Chess are in progress.

How it looks like

Here is a gif:

Small gif

What did I learn

  • Unity Fundamentals: Gained hands-on experience with scenes, GameObjects, components, and prefabs.

  • Game Logic Implementation: Developed core mechanics for classic games like Minesweeper and Snake.

  • Grid-Based Systems: Learned to manage 2D grids for board games.

Source Code & Download