Skip to content

Ema-jar/HangMan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HangMan

This is a simple version of the HangMan. I've created this funny game just to review the client server comunication using socket.

The entire application is based on two classes

  • EchoServer: here you can find the logic of the game. It's a Thread that, once started, listens and responds to the information that client sends.
  • EchoClient: this is the part of the software that interacts with user. Basically asks to the player a letter and send this single character to the server.

It's all, download and play! 🎮

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages