Hour 143
Day 7. By the calendar. That's what you get for starting a 7 day challenge in the middle of the day. I suppose the first day should, in true dev fashion, have been day 0.
Spent the morning fixing a random level generator hanging (fundamental tenet of procgen: never code an infinite loop), then getting all the combat code converted from Python. Which could possibly have been a bit more automatic if I hadn't been doing funky things with __getattr__
v. __getitem__
. Because that's the kind of stunt I pull that makes GDScript look not much like Python to me.
And I've just discovered that I've been doing GDScript random numbers all wrong. Which is good because there's a pile of hacky solutions I can take out, and bad because I've got to spend time replacing the hacky solutions with the right ones. Which will take less time than writing the hacky solution I'm missing, but, still.
Get RoboLike
RoboLike
Quazatron/Paradroid as a roguelike
Status | In development |
Author | sarrowsmith |
Tags | Seven Day Roguelike Challenge, Robots, Roguelike |
More posts
- Version 2Aug 29, 2021
- ... and the scores are inJun 27, 2021
- Final thoughts on 7DRLMar 15, 2021
- Day 9, part 2Mar 14, 2021
- Day 9, part 1Mar 14, 2021
- Day 8Mar 13, 2021
- Hour 168Mar 13, 2021
- Hour 162Mar 13, 2021
- Hour 152Mar 12, 2021
Leave a comment
Log in with itch.io to leave a comment.