Non-Infringing Demons-On-Mars Shooter
Awards
Diary Entries
Oops!
"Red Planet" makes me think of Doom - maybe a top-down shooter set on a Mars base? It also makes me think of the movie Red Planet - that had a scout robot that turned evil and killed all the astronauts. Maybe work that in somehow.
It should make the physics trivial if I use 32x32 pixel tiles (maybe hexes?) that are just marked solid or not-solid. I'm surprised to see there aren't any really solid libraries that implement the "wave function collapse" level generation algorithm in Python - there's this, which just barely meets the standards for PyWeek - if I can get it to work that'll save me some time, if not I'll just use the Growing Tree maze algorithm. This one seems more appropriate for a game but the rules technically don't allow it since the readme.md doesn't link to the docs.
Making a guy who moves around should be simple, making some enemies with dumb AI should be simple, getting them to shoot each other should be simple, slap a scoring system on top of that and you have a game. Should be able to knock that out with the rest of today and a few evenings after, he said overconfidently.