Skip to content

Xeniiia/UnityGame-Pacman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UnityGame-Pacman

Pacman game with client-server architecture.

All the logic of the game is processed on the server. Depending on the server messages, the client visualizes the player's position and level. The server processes the level data from the txt file at startup. Data transmission is based on sockets and asynchronous callbacks, messages are serialized using Protocol Buffers.

The assembled game is located in the Release folder. First, start the Server Release -> DemoPacman. After that, run the UnityClientRelease client -> Pacman.

You're excellent.

About

Pacman game with client-server architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors