Search found 35 matches

by seanmd
Tue Jun 25, 2013 8:32 pm
Forum: Support and Development
Topic: Need Guidance: Top-Down Floor-plan collision for walls
Replies: 3
Views: 3511

Re: Need Guidance: Top-Down Floor-plan collision for walls

I used the box2d mappings in my game, which is also a top-down, so I can say for certain that love.physics can certainly accomplish what you want. You need to either build a bunch of edge shapes (that's what I'm using in my game) or polygon shapes (cannot be concave, no more than 8 points) That said...
by seanmd
Tue Jun 25, 2013 5:47 pm
Forum: Games and Creations
Topic: Sound Stealth Update
Replies: 8
Views: 5147

Re: Sound Stealth Update

Cool concept. It seems that the enemies can't hear you if you're behind them. I had assumed that the circle around them was their hearing radius. Also, due to the set patterns of the enemies it felt less like I was being pursued so much as avoiding instant death blocks. Perhaps rather than triggerin...
by seanmd
Tue Jun 25, 2013 5:41 pm
Forum: Games and Creations
Topic: Ophidian Crawler : a non-tron snake clone [v0.07]
Replies: 22
Views: 15254

Re: Ophidian Crawler : a non-tron snake clone [v0.03]

way cool concept, it plays well too. nice!

how about adding blocks to bounce off of?
by seanmd
Mon Jun 24, 2013 9:15 pm
Forum: Games and Creations
Topic: Cutting in Line
Replies: 21
Views: 9473

Re: Cutting in Line

Thanks so much you guys! I'm working on adding more levels and refining the gameplay. I'll post back when more progress has been made (also after it won't be considered cheating for the game jam)

I think josefnpat holds the current record at 37.549, but my fastest is
eMLow9J.png
eMLow9J.png (14.07 KiB) Viewed 306 times
by seanmd
Mon Jun 24, 2013 7:36 pm
Forum: Games and Creations
Topic: Cutting in Line
Replies: 21
Views: 9473

Cutting in Line

http://www.seandick.net/msjw/screenshot.png Oh god, I shouldn't have eaten the food at this street fair. Use your excessive amounts of gas to make people move out of your way as you race to the portable toilets. controls are arrows and z My first finished game, and my first program in lua. The code...