This repository contains the games module, a library for developing various games.
The module is broken up into packages that group objects and functionality for different types of games.
Packages can be installed using the following format:
go get github.com/anthonyrouseau/games/[package_name]
Example usage of each package can be found within the package.
To download code examples to run locally see the examples directory.