Skip to content
/ socha-client-rust-2021 Public template

Template game client for the Software Challenge 2021 ("Blokus")

License

Notifications You must be signed in to change notification settings

fwcd/socha-client-rust-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Software Challenge 2021 Rust Client

Build

A template client for the Software Challenge 2021 (Blokus) written in Rust.

The client implements the XML protocol for communication with the game server, the game structures and a very simple logic that picks moves at random.

Building

To build the client into a statically linked executable, run

cargo build --release

Running

First make sure to have the game server for Blokus running (you can download a copy from GitHub here).

To start an instance of the client, you can now run

cargo run --release

Note that you will need another client (either a second instance of this one or another one) to play.

About

Template game client for the Software Challenge 2021 ("Blokus")

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages