acf855ea18d6 — Jos'h Fuller default tip 5 years ago
Updated README.md
94e67e72513e — Jos'h Fuller 5 years ago
Updated .hgignore to bypass test directory.
3c2c79781661 — Jos'h Fuller 5 years ago
Bumped version number.
f06074d8297e — Jos'h Fuller 5 years ago
Got scoring working. A bit nasty, especially for penalties, but works.
c529733966da — Jos'h Fuller 5 years ago
Adding score counters. Fixed cloud miss marker.
89f9c05cd9a9 — Jos'h Fuller 5 years ago
Reworked dragon drawing. Got debug key wired up (d). Fixed cloud target.
f74311629e87 — Jos'h Fuller 5 years ago
Rigid body stuff is now working!
ce822c93573a — Jos'h Fuller 5 years ago
Tried spring system from Eloquent JavaScript. Didn't really work the way I'd hoped. But after trying a rigid body system, I am wondering if there's something wacky in my code. Removing for now in favour or rigid system, which /should/ work. Right now it half-works. X does the right thing. Y does something... extra wacky.
fd6fcc8bd822 — Jos'h Fuller 5 years ago
Now busts clouds!
47210c8a6c17 — Jos'h Fuller 5 years ago
Set up .hgignore to also ignore Krita autosave files. Redid sprites for dragon and clouds. Limited clouds to 20 -- I left the game running while I was talking on the phone and a lot of clouds really slows it down.
1b38f8f27ef8 — Jos'h Fuller 5 years ago
Now drawing pearl instead of red blob. Sped up clouds, made more frequent.
47f86d7c0acd — Jos'h Fuller 5 years ago
Did I mention the 2D vector math library I added in the last update? Also got clouds starting to work.
3d7ba0fc1898 — Jos'h Fuller 5 years ago
Got eyeball watching target!
5cbbaad66b84 — Jos'h Fuller 5 years ago
Drawing dragon's eye and starting to figure out how vectors can work for me!(TM)
c418222c790d — Jos'h Fuller 5 years ago
Smoothing out mouse movements.
cf54115968a0 — Jos'h Fuller 5 years ago
It's rough, but now drawing dragon body and tail, which approach the dragon head instead of the ball.
f260b6f79b7a — Jos'h Fuller 5 years ago
Getting dragon to follow the ball. Forgot to turn off background when exporting sprites. Fixed.
c274fdf75954 — Jos'h Fuller 5 years ago
Added dragon sprites.
3b4ac6bde243 — Jos'h Fuller 5 years ago
Adding code to read sprites. Fixed stacking bug for drawing ball. Also drawing line to connect them all and converted TRAIL to list of conses so I can feed dc draw-lines with it.
561554e338ac — Jos'h Fuller 5 years ago
Bugfix: Now draws fade in correct order. Added licence information.
Next