Imported stable version of my old Hearts game

Included the (now open source) KAGE files
Slightly modified function calls for compatability
Added personal note to README.md
Included VC++ project in the repo for simplicity
This commit is contained in:
Kayne Ruse
2013-01-16 23:37:40 +11:00
commit 19d3f2d39d
39 changed files with 4084 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@@ -0,0 +1,10 @@
#Editor generated files
#*.sln
#*.vcproj
*.suo
*.ncb
*.user
#Directories
Release/
Debug/