togfoxy / MarsLander

A re-creation of the 1979 Atari classic Lunar Lander with some new game play.
MIT License
5 stars 2 forks source link

Goofy module idea: rope #237

Open togfoxy opened 2 years ago

togfoxy commented 2 years ago

A play tester said it might be fun to target other landers in mplayer mode and hook then with a rope and knock them off course or slingshot them forwards.

MadByteDE commented 2 years ago

Could be fun, but would mean quite some work to implement without a physics system. I don't know if we should use love.physics for the game, it makes stuff quite a bit harder overall.