lastninja2 2015-12-16 10:59
Enjoyed this one ;)
Foon → Ludum Dare Explorer → LD34 → Growth Shmup
By sedistra
| Category | Rank | Score | Count | |
|---|---|---|---|---|
| Coolness | 2253 | 17 |
Enjoyed this one ;)
Thanks for trying it out!
You left a debugging file in there and the Web link leads to a Windows download.
As for the game itself, it has a lot of promise to it. Making you larger when you hit and making you smaller when you get hit is a clever mechanic, it's just too easy to get hit when you become somewhat large. It's also quite difficult to see yourself amidst both the enemy bullets and your own.
Also, programming tip:
When rendering doubles/floats, render them with this instead of the actual value so it won't have roundoff error (it will still have it internally, it's just not noticeable by the player). It also uses banker's rounding, so a 1.275 renders as 1.28 instead of 1.27.
Math.Round((decimal)d, 2);
Really innovative use of the theme!! Nice!
Web seems to be windows only