Skip to content

tul1/avalon-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

avalon-rs

Avalon role game coded in Rust. Game Rules

Clone, run and test out code

git clone https://github.com/tul1/avalon-rs.git
cd ./avalon-rs
cargo build
cargo test

Use our Avalon Docker

In case you don't want to install all the dependencies in your local machine you can run our project inside a Docker. With the commands beneath you'll be able to launch a Docker container and run try avalon-rs locally.

docker build -t avalon-rs:latest .
docker run -it --rm avalon-rs bash
cd avalon-rs

A public image is also available in dockerhub, you just have to run this command to get it.

docker pull tul1/avalon-rs:latest

About

Avalon role game coded in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •