A multiplayer TPS game made using unity engine and input controls given via facial gestures.
- Gender setection is implemented by training a model on CNN algorithm. This mechanism is used in the game to select the character according to the gender of the player.
- Face detection is achieved using DLib library and OpenCV.
- Landmark Localization is done using DLib library and OpenCV. This feature is also used in the implementation of mouth opening detection and eye blinking detection which are used inside the game to make the player perform certain actions.
- The Game is made using unity engine and multiplayer mechanism is implemented on top of photon server.