Skip to content

DanielVenturini/MemoryGame-protobuf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MemoryGame-with-protobuf

This is a project to Distributed System discipline. Simple Memory Game between two person in LAN and any watchers.

Screen

The server is in Python3, and the exchange of the messages between server and client are using protocols Protobuf.

Install:

To install, clone this repository and install the required packages:

git clone https://github.com/danielventurini/memorygame-with-protobuf
sudo python3 -m pip install python3-protobuf
sudo python3 -m pip install --upgrade protobuf

Run Server

On terminal type:

python3 Server/Server.py.

Or directly, type:

python3 Server/Server.py 192.168.0.105.

The 192.168.0.105 is the address of machine in the LAN.

Run game

Open the folder with NetBeans and run.

Watch Mach

It's also can watch any match in the same LAN. To do this, use the ID, shown in the game screen.

Have fun.

About

A distributed memory-game in LAN for two players and many telespecter in live. Chat for all peoples in match. The theme is technology companies.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published