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.)
- Host: GitHub
- URL: https://github.com/greenstack/gamestats
- Owner: greenstack
- License: mit
- Created: 2023-09-19T03:24:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T21:02:07.000Z (over 1 year ago)
- Last Synced: 2025-01-12T10:13:15.498Z (about 1 year ago)
- Language: C#
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.