Skip to content

Latest commit

 

History

History
94 lines (50 loc) · 2.52 KB

README.md

File metadata and controls

94 lines (50 loc) · 2.52 KB

CorePegSolitaire

Made with <3 by Amazing Cow.

Description:

This is a Game Core for PegSolitaire Game.

Motivation:

You can use it as a "lib" for making PegSolitaire Game in C++ concentrating your efforts in making a cool game interface and letting the logic of the game alone.


As usual, you are very welcomed to share and hack it.

Examples:

Check out the ./test_game/main.cpp to a peek of how use this lib.

Documentation:

We strive to make our source code fully documented.
While there are a myriad of comments, one might find useful take a look at:

Anyway if you didn't understand something let us know sending a mail to
[email protected] with the subject filled with the name of this repo.

Dependencies:

This project uses:

License:

This software is released under GPLv3.

TODO:

Check the TODO file for general things.

This projects uses the COWTODO tags.
So install cowtodo and run:

$ cd path/to/the/project
$ cowtodo 

That's gonna give you all things to do :D.

Others:

Check our repos and take a look at our open source site.