Skip to content

A multiplayer game with artificial intelligence players. An event-driven server, using one process and one thread, allows players and graphical clients to connect through TCP/IP protocol.

Notifications You must be signed in to change notification settings

zedin27/Zappy_Graphics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zappy

What is Zappy?

Zappy is the culmination of your previous efforts in advanced UNIX: here you will realize a multi-player game in TCP/IP network. This game will consist of a server managing the playground, a GUI client that displays the state of the game board, and AI clients who connect to the server to control a player in the field.

How to start it?

First, you need to run make deps to install all the dependencies needed. It might take a while because of gl packages needed. After make deps, do a make all to compile. Once everything is compiled, simply run ./zappy and magic will happen :)

Screenshots

Made by

About

A multiplayer game with artificial intelligence players. An event-driven server, using one process and one thread, allows players and graphical clients to connect through TCP/IP protocol.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published