Skip to content

unseen2004/cli_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

board game in terminal

ER Image

Turn-based tactics game with a Rust server and a terminal client. Players join a lobby, start a match, draft and play cards, and resolve action rounds across a connected map.

Technologies

  • Rust (stable)
  • Tokio (async runtime)
  • Axum (HTTP)
  • Ratatui (TUI)
  • Serde (serialization)

Game Flow

  • Lobby creation and join
  • Match start and setup
  • Card play and action selection
  • Battles and resolution
  • Scoring and end of round

Run

  • Server: cargo run -p server
  • Client: cargo run -p client

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages