Skip to content

devTase/words-crush-game

Repository files navigation

words-crush-game

MultiPlayer Game! Server Side only! For the client, use netcat or some simillar.

Define how many players (threads) you want to join the game!

Admin user available with specific commands.

The game objective is:

Crush all the words by typing the ones available in the board. The player that get more score wins the game!

To start the game with your client, use something like: "ncat localhost 8001" in your terminal To start the server side, open project and Run Program. Change starting variables if you want.

Branch Strategy

  • main: Production-ready releases only
  • develop: Integration branch for ongoing development
  • feature/*: Feature development branches (merge to develop)
  • hotfix/*: Critical fixes (merge to both main and develop)

About

Crush all the words by typin the ones available in the board. The player that get more words wins the game!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors