Day 7 - Win conditions and AI
Well, I have one more day in the challenge, and I think I'm in a good position to make it. I have until 10:15 PM tomorrow (Friday) to finish, and I only have a couple of things left to consider it a complete game.
Today went well, I was able to knock a few things off the list. The game is winnable now, in that there is a win condition that you can hit. First robot to the flag wins! I also added limited instructions, so that you can't always use whatever you want, which adds to the challenge. Finally, I got the robot AI almost working, which included laying the groundwork for movement previewing which I hope to add tomorrow.
The AI currently tries 40 different random sets of instructions, then picks the one that ends with it closest to the goal. Unfortunately, it still struggles to actually touch the flag, even though it has no trouble getting close. I'll have to tweak that tomorrow to make it actually competitive.
Tomorrow, I need to finish up the AI, then add in at least a few more levels. Right now there is only one level, and it gets a bit boring after a while. The levels are data driven, so it won't be difficult to create them. Unfortunately, I didn't have random level creation in scope for the week, so I've got to do all that manually.
If I have time after getting both of those items done, I'll move onto some of my stretch goals, such as the movement previewing and additional board elements. I might even get lasers in, which will add some extra drama!
Files
Get Robot Racers RL
Robot Racers RL
Inspired by a classic board game, you program a robot to race other robots through a crowded factory floor.
Status | In development |
Author | Balmonec |
Genre | Puzzle |
Tags | Seven Day Roguelike Challenge, 7drl-2020, Roguelike |
More posts
- Rotaters, Crates, and Fast ConveyorsJun 11, 2020
- Minor TweaksJun 11, 2020
- New Level - Deadly HoneypotMay 15, 2020
- Bugfixes and Minor TweaksMay 04, 2020
- Day 8 - Complete!Mar 07, 2020
- Day 6 - Movement and Conveyor BeltsMar 05, 2020
- Day 5 - Instructional UnderpinningsMar 04, 2020
- Day 4 - Initial Instruction ChoiceMar 03, 2020
- Day 3 - UI MockupMar 02, 2020
Leave a comment
Log in with itch.io to leave a comment.