Pinned Repositories
bezier-curve
In this tutorial, we will learn how to implement the Bezier curve using C# in Unity. We will then create a sample application that displays the Bezier curve.
faramira
Faramira Games is a collection of 2D games built as tutorials for learning game development. These are classic 2D games.
fsm-cpp
This repository implements a reusable Finite State Machine using C++. It also illustrates the concept by applying the implemented Finite State Machine in a few example use cases.
fsm-generic
This tutorial implements a generic Finite State Machine using C#. We then illustrate the concept by applying the implemented Finite State Machine using Unity in a few scenarios.
jigsaw-puzzle
This project is a Jigsaw Puzzle game. The tiles are dynamically created at runtime based on Bezier Curve. You can play the WebGL version of the game on Faramira.
tutorial-maze
This repository comprises the source codes for the tutorial to implement mazes in Unity2D by applying the backtracking algorithm with an explicit stack.
tutorial-pathfinding
In this tutorial, we will implement a generic pathfinder in Unity using C#. We will approach the tutorial from a basic 2D grid-based pathfinding to a more robust generic pathfinder that we can use for a graph-based data structure. We will then apply our pathfinder to a variety of pathfinding problems.
unity-pathfinding
Pathfinding using Astar, Dijkstra and Greedy Best-first using C# in Unity
unity-thirdperson-camera-control
unity-vuforia-fire-effect
In this tutorial, I will show you how to create an augmented reality – fire effect using Vuforia and Unity. This tutorial covers the configuration and setup of Vuforia in Unity, the creation of an image target database and adding image targets, creating a fire particle effect, adding the fire effect to the image target, and finally exporting the application to an Android phone.
shamim-akhtar's Repositories
shamim-akhtar/jigsaw-puzzle
This project is a Jigsaw Puzzle game. The tiles are dynamically created at runtime based on Bezier Curve. You can play the WebGL version of the game on Faramira.
shamim-akhtar/fsm-generic
This tutorial implements a generic Finite State Machine using C#. We then illustrate the concept by applying the implemented Finite State Machine using Unity in a few scenarios.
shamim-akhtar/tutorial-pathfinding
In this tutorial, we will implement a generic pathfinder in Unity using C#. We will approach the tutorial from a basic 2D grid-based pathfinding to a more robust generic pathfinder that we can use for a graph-based data structure. We will then apply our pathfinder to a variety of pathfinding problems.
shamim-akhtar/bezier-curve
In this tutorial, we will learn how to implement the Bezier curve using C# in Unity. We will then create a sample application that displays the Bezier curve.
shamim-akhtar/tutorial-maze
This repository comprises the source codes for the tutorial to implement mazes in Unity2D by applying the backtracking algorithm with an explicit stack.
shamim-akhtar/drag-and-drop
Drag and drop item functionality in Unity. A tutorial to show how we can implement the dragging of a UI item and dropping it to instantiate a prefab on a 3D scene.
shamim-akhtar/gamdev-unity
A collection of tutorials for learning game development using Unity
shamim-akhtar/2023-MP-realsense
MP for RealSense Camera
shamim-akhtar/astar-pathfinding-2023-gmai
shamim-akhtar/AY2022-23-GMAI-PathFinder
shamim-akhtar/AY2022-PGGE-A1
Base code and Unity Project for your first assignment on PGGE
shamim-akhtar/blocks
shamim-akhtar/cal-compound-interest
shamim-akhtar/example-repo
This is a simple demo on how to use GitHub.
shamim-akhtar/extract-pdf-text-images
A sample code to extract the images and text from a PDF file.
shamim-akhtar/olevel-math
shamim-akhtar/pgge
shamim-akhtar/PGGE-2022
AY2022/23 PGGE
shamim-akhtar/pgge-p01-quizapp
shamim-akhtar/pgge-p02-quiz-app-2023
shamim-akhtar/pgge-week-02
shamim-akhtar/pgge-week02-p03-2022
shamim-akhtar/pgge-week03-p02-2022
shamim-akhtar/pgge-week08
shamim-akhtar/rts
shamim-akhtar/shamim-akhtar
About Me
shamim-akhtar/sims
shamim-akhtar/third-party-libs
shamim-akhtar/tutorial-grid
A tutorial on creating a grid in Unity
shamim-akhtar/unity-mathsim