Skip to content

nunoduartte/horror-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

horror-game

Multiplayer game 3D of the horror genre, developed with Unity3d and the Photon engine.

Lobby

I developed lobby creation through Photon Engine, using its API and RPC calls to synchronize users with the arrival of new players in the lobby and their character choices.

Alt Text

Objectives and user objects

I used some algorithms to handle user object events (Flashlight, thermometer etc) and achieve goals. RPC calls were used for synchronization between all users on the server.

Alt Text

AI Enemy

I used NavMesh to Enemy pathfinding and some algorithms to handle enemy behavior.

Alt Text

Movement, animation and player states

I used some algorithms to handle character movement and animation, as well as manage their in-game state. All these movement events, animation and character states were synchronized between all users through RPC calls.

Alt Text

About

Multiplayer game 3D of the horror genre, developed with Unity3d and the Photon engine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors