Skip to content

Implement Mazes in Unity2D

This tutorial will show how to implement mazes in Unity2D by applying the backtracking algorithm with an explicit stack. Contact me Find the GitHub repository of this tutorial at https://github.com/shamim-akhtar/tutorial-maze. Introduction to Mazes Not too… Read More »Implement Mazes in Unity2D

Photosynthesis

Photosynthesis is a process by which plants make their food. Plants use light energy from the sun, converting water and carbon dioxide into glucose (sugar) and oxygen. Plant leaves have a special pigment called chlorophyll,… Read More »Photosynthesis

Atomic Structure

The atomic structure tells us that every atom is composed of a nucleus and one or more electrons bound to the nucleus. The nucleus is made of one or more protons and neutrons. Although the… Read More »Atomic Structure