T-X by MarekkPie
Clear the level within 10 seconds! Do not get hit by the enemies!
Fight enemies based on Craig Reynolds' Steering Behaviors for Autonomous Characters (http://www.red3d.com/cwr/steer/).
Move: WASD or Arrow Keys
Shoot: Left-click
Enemy types:
Green - Bouncer: randomly bounces around the screen.
Orange - Seeker: chases your character.
Red - Fleer: avoids your character.
Pink - Pursuer: intercepts your character's projected position.
Teal - Evader: avoids your character's projected position.
Built with LOVE.
Windows: Should work out of the box. HOWEVER, I made this on a Linux machine so I have no way to test. Please comment if there is an issue.
Others: LOVE (www.love2d.org) is required in order to play the .love file.
Fight enemies based on Craig Reynolds' Steering Behaviors for Autonomous Characters (http://www.red3d.com/cwr/steer/).
Move: WASD or Arrow Keys
Shoot: Left-click
Enemy types:
Green - Bouncer: randomly bounces around the screen.
Orange - Seeker: chases your character.
Red - Fleer: avoids your character.
Pink - Pursuer: intercepts your character's projected position.
Teal - Evader: avoids your character's projected position.
Built with LOVE.
Windows: Should work out of the box. HOWEVER, I made this on a Linux machine so I have no way to test. Please comment if there is an issue.
Others: LOVE (www.love2d.org) is required in order to play the .love file.
| Windows | http://bit.ly/13R7MkM |
| LOVE file | http://bit.ly/15nDlkB |
| Source | http://bit.ly/15akSnj |
| Original URL | https://ludumdare.com/compo/ludum-dare-27/?action=preview&uid=11038 |
Ratings
| Coolness | 24% | 1698 |
| Overall | 2.35 | 1100 |
| Fun | 2.18 | 1063 |
| Graphics | 2.13 | 992 |
| Innovation | 2.31 | 989 |
| Theme | 2.63 | 971 |
I do like the physics and the button lib you used!
Nice job though! Shows a lot of promise!
@josefnpat: Physics library is bump by kikito; just a simple AABB library. The steering AI was hand spun, but its not hard to find some simple pseudo code for the algorithms.
Button library is Quickie by vrld. To me, it's the easiest and fastest of the UI libraries out there for LOVE.
@leafo: Pretty much the same answer I gave for headchant.
Audio and some sort of score board would have added a lot I think.