dave_gnukem
dave_gnukem copied to clipboard
Dave Gnukem is a cross-platform 2D scrolling platform shooter inspired by Duke Nukem 1
// Check if monster bullet overlaps with hero if (OVERLAPS( HERO_PIXELX, // **fixmehigh2019-07 this actually looks like a bug! A possibly imporrant but why not add hero y_offset here!??** y*BLOCKH-BLOCKH,//...
Cf. https://twitter.com/Foone/status/1008466281182294016 'Duke Nukem was originally released as "Duke Nukem", with an E. When they were working on the update (v2.0), they found a character named "Duke Nukem" which they...
If you cheated, I think it shouldn't add to highscore list? Or should it? Or maybe add it, but with a tag/flag/note, 'cheated'? Hm yeah. Two points: // If you're...
Likewise f4 -- this is basically in effect a cheat as you immediately see an overview of the whole level and where everything is. So either it should be behind...
User blackburn reported possible issue here - not sure tho
and have to restart from level 1 if you've overwritten your save checkpoint? I don't like that, maybe should go to full health whenever you start a level. Orif very...
Should we auto-save checkpoint when you finish a level?