added the README.md

This commit is contained in:
Amy G. Bowersox 2020-05-29 21:49:09 -06:00
parent 0a374b852d
commit 809fea634c
2 changed files with 13 additions and 0 deletions

View File

@ -252,9 +252,11 @@ class Privyet {
}
} else {
delegate?.gameShapeDidMove(privyet: self)
/* AGRB 5/29/2020 - removed to allow "finessing" moves
if detectTouch() {
settleShape()
}
*/
}
}

11
README.md Normal file
View File

@ -0,0 +1,11 @@
# Privyet: A Familar Puzzle Game for iOS
Thanks to:
* Bloc.io for the tutorial containing the original "Swiftris" code on which this is based
* GIMP for graphics editing
* Audacity on Windows for recording a sound clip
* ZapSplat.com for supplying a sound effect
* VMware Carbon Black for having a Hackathon where I could put this together
- Amy G. Bowersox, May 29, 2020