kmein / schnail

Implementation of the popular board game »Tempo, kleine Schnecke« in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

schnell + snail = schnail Build Status

Alex Randolph's board game »Tempo, kleine Schnecke« in Rust

This program is a simulation of the game's simple version. Its rules are:

  • There are six snails with different colours.
  • Two six-sided, coloured dice are thrown.
  • The snails bearing the colours of the dice go forward one step. If the same colour comes up twice, the so-coloured snail goes forward two steps.
  • The snail that is first to cross the finish line wins the game.

You can run it with cargo run.

asciicast

About

Implementation of the popular board game »Tempo, kleine Schnecke« in Rust

License:MIT License


Languages

Language:Rust 100.0%