Jul 21, 2021Let’s create a simple melee combo system!The first game that comes into my mind when it comes to combos is Devil May Cry franchise. You can destroy a swarm of enemies with a single combo. The game is all about combat combos, you unlock skills that adds more moves to your combos, you breath combos, the…Game Development8 min readGame Development8 min read
Jun 23, 2021Lets make a 2D Archery game in Unity in 1 hourYesterday, I had an idea of making a simple 2D game in 1 hours, and I wanted to challenge myself to see whether I can actually do such thing or not. It turns about, I could! Yesterday, I made a very simple 2D Archery game. But I wanted the game…Game Development9 min readGame Development9 min read
Jun 17, 2021Lasers and Mirrors: Let’s make it a multiplayer game.Ok, the game has matured a lot now. But playing alone a puzzle game can be a bit boring. Why don’t we make it an online game where friends can play together? Sounds great right? When we are creating a multiplayer game we need understand one simple concept. That is…Game Development9 min readGame Development9 min read
Jun 16, 2021Lasers and Mirrors: Let’s make it a game!If you have been following my previous two posts about reflecting and refracting a laser beam in unity. You must have been wondering, how will the player win the game. What is the challenge. Well, this game is supposed to be a dynamic puzzle game, where the player(s) should use…Game Development4 min readGame Development4 min read
Jun 3, 2021Lets refract a laser in UnityIn my previous post titled Reflecting laser light in Unity, I talked about reflecting a laser beam through simulated mirrors. I then thought to myself, if I am reflecting light, why not refract it as well and make the game a bit trickier? The break down of this problem is…Game Development4 min readGame Development4 min read
Jun 1, 2021Reflecting laser light in UnityI am working these days in prototyping a simple puzzle game where the player needs to direct a laser beam towards a target using mirrors. The map should contain some obstacles that stops the light from moving forward. To break down that problem we need first to write it in…Game Development5 min readGame Development5 min read
May 24, 2021Insanity, A dream of a game developer that is coming true!Hello and welcome to my space, where I will be sharing my journey into becoming a game developer. I have always dreams of making video games and my dream has finally came true. I have published my first video game on September 1st, 2020 on the Play and App Store…Game Development4 min readGame Development4 min read
May 12, 2021Make you game speak in different languages — the easy way!Have you ever wondered how do games localize their games? what do we mean by localization? Localization is when you add multiple language support in your game. What if a player does not understand English but rather Arabic? Can we make a game that can run with multiple languages? With…Gaming3 min readGaming3 min read
Apr 9, 2021Project Osiris — Devlog #1: Third Person Character MovementOne of the things that fascinate me about video games is the ability to tell stories and allow the player to be part of it. These immersive experiences are what make video games epic. I remember the tears I shed when General Shepard killed Ghost and Roach in cold blood…Gaming6 min readGaming6 min read
Mar 18, 2021Creating cutscenes with Unity’s TimelineOne of the things that make video games amazing is the ability to tell and experience stories. You can make the player engage with the game’s protagonist; or have compassion on the game’s antagonist. Back in the days of PlayStation 1, I was fascinated by the idea of having cut…Game Development5 min readGame Development5 min read