Skip to content

DocteurPing/Monypolo_2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monypolo_2

Monypolo_2 is a multiplayer board game implemented in Rust. The game features a client-server architecture, where the client handles the user interface and game logic, and the server manages the game state and communication between players.

Features

  • Multiplayer support
  • Real-time communication between client and server
  • Interactive user interface with various game screens
  • Game state management
  • Customizable game assets

How to run

git clone https://github.com/yourusername/Monypolo_2.git
cd Monypolo_2
cd client
cargo build
cd ../server
cargo build

To run the server

cd server
cargo run

To run the client

cd client
cargo run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages