thud 0.1.4

A library for the board game Thud as seen in the Discworld series of books
Documentation
<div align="center">
<h1>Thud</h1>
<a href="https://crates.io/crates/thud">
  <img src="https://img.shields.io/crates/v/thud.svg?style=flat-square" alt="Crates.io version" />
  <img src="https://img.shields.io/crates/d/thud.svg?style=flat-square" alt="Download" />
</a>
<a href="https://travis-ci.com/github/Laura7089/thud">
  <img src="https://img.shields.io/travis/com/Laura7089/thud?style=flat-square" alt="travis build">
</a>
<a href="https://codecov.io/gh/Laura7089/thud">
  <img src="https://img.shields.io/codecov/c/gh/Laura7089/thud.svg?style=flat-square" alt="codecov coverage">
</a>
<a href="https://docs.rs/thud">
  <img src="https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square" alt="docs.rs docs" />
</a>
<a href="https://www.gnu.org/licenses/gpl-3.0.html">
  <img src="https://img.shields.io/github/license/Laura7089/thud.svg?style=flat-square" alt="github license">
</a>
</div>

Host a game of [Thud](https://www.boardgamegeek.com/boardgame/4532/thud), or a backend, at least.

Take a look at the [docs on doc.rs](https://docs.rs/thud) for more info.