# HG changeset patch # User Jos'h Fuller # Date 1556596272 14400 # Mon Apr 29 23:51:12 2019 -0400 # Node ID acf855ea18d63c7d36da5060d4a2fe49a881f4e3 # Parent 94e67e72513ed6614fae7048f5fef4e3fe09a7a9 Updated README.md diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -2,12 +2,30 @@ This is a submission to the 2019 Lisp Games Jam. -Keep your Dragon out of trouble as you fly through the clouds! +Your dragon cruises the sky, following the magic pearl which you +control! However, those pesky clouds are spoiling the view! Lead your +dragon through the clouds to bust them up and make the sky safe for +navigation! + +## Instructions + +Use your mouse to move the pearl, which the dragon will follow. When +you he scores a direct hit on a cloud with his nose, it will dissipate +and add to your score. Missed clouds reduce it! The game ends when _you_ +decide you're done. + +Use the "d" key to turn on the debug display, showing cloud centroids, +the dragon IK chain and hitbox as well as the trail left by your mouse +movements. ## Requirements -* Windows 7+ +* Anything that [Dr. Racket](http://racket-lang.org) runs on. ## Implementation * Dr. Racket + +## License + +GPL 3+