Skip to content

njfletcher215/CSGameToolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CSGameToolkit

Generic components for CS Game projects.

Installation

Clone the repo into res://addons/ (these are simply library files, so you can place them anywhere in your project folder -- but addons/GodotToolkit is the recommended location).

# from your project's root directory
git clone git@github.com:njfletcher215/CSGameToolkit.git addons/CSGameToolkit/

Provided Classes

Deck<T>

A deck of "cards", split into a library (draw pile), hand, and graveyard (discard pile). "Cards" can be of any type T.

Questions or Issues?

Feel free to open an issue on GitHub if something's not working or not clear. Alternatively, you can contact the developer at njfletcher215@gmail.com

About

Generic components for CS game projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages