An open API service indexing awesome lists of open source software.

https://github.com/greenstack/gamestats

A simple, lightweight library containing generic classes for your game-related statistics (like HP, money, etc.)
https://github.com/greenstack/gamestats

Last synced: about 1 year ago
JSON representation

A simple, lightweight library containing generic classes for your game-related statistics (like HP, money, etc.)

Awesome Lists containing this project

README

          

# Greenstack's Game Stats
A simple, lightweight library that contains a bunch of classes to manage game character stats.

## Installation
The simplest way to do this is to copy the `src/Stats.cs` file into your project. Alternatively,
you can clone the repository as a submodule into your project and add a reference to the game
stats project.