This repository contains all the games created/contributed by Rakesh Balan Lingakumar.
A 2D game in which a player (COP) uses weapons to kill all the terrorists and saves the hostages. The difficulty increases as the game advances to higher levels. The enemies are developed with Artificial Intelligence whose primary target is to kill the cop. The project is designed and developed using Unity3D.
The Space Fighter game was developed using the advance game engine Unity3D. The game is a two-dimensional shooter game where the player operates an airship and fire at the alien ship. This game is developed with the top-down view. The airship can move in all direction, side to side and up and down. The alien ships move mainly top-to-bottom. The player shoot at the alien using laser cannon and earn 10 points. The player defeats an alien, and earns points. When an alien hits the player the airship gets destroyed. The game can be restarted by pressing ‘R’ on the keyboard. Coming to the coding part, the whole code was written in C#.
Tic-Tac-Toe game was developed using Windows Form Application in Microsoft Visual Studio. The game is played between two players who takes turns and play using mouse. The coding is simple and was developed by considering all the rules of the game. The first player who plays will take the sign “X” and second player takes “O”. Possible outcomes are “X” won, “O” won or “Match Drawn”. The winner is checked for every move made by a player. The game window has only “close” button. The “File” tab has “New Game” and “Exit” features. The “Help” tab has information about the game. Coming to the coding part, the whole code was written in C#.