Skip to content

SAKET-SK/FPS-GAME

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

FPS-GAME

  1. Folder entitled "FPS" is the version of the same game I made with taking the reference form the video from Youtube channel of FreeCodeCamp.
  2. The the 2nd folder is the bunch of the original project created by the developer/ tutor of the video. Link to the same is :- https://github.com/beaucarnes/unity_fps/tree/master/complete_project

Below is the video of the my project. It starts at 0:15, so have a bit patience for 15 seconds after starting the below video 😅😅. Also make sure sound is on for better experience.

Finale.mp4

The game is made considering all the thing one needs in an FPS game. It contains Enemies such as Cannibals and Boars who Patrol randomly and will attack player. All the C# scripts are inside the project and are well commented. While taking a look at video, have a look at health and stamina bar, it increases and decreases as it happens in normal FPS games. Sounds are added and Animation events are created for the same. This is just a prototype game made as a freelance project, more improvements can be due in upcomming months like UI, characterisation, etc.