Today I was presented with a challenge. The goal is to create a Flash Random maze generator/solver in under 48 hours.
Instantly there are a lot of thoughts running through my brain:
1)Probably use A* for path-finding.
2)How to create mazes, not even randomly but simply if I was to create a maze how would I do it. If I'm able to create one by hand then it is very likely that I can make the computer follow the set of rules I created.
3)There are many types of mazes, what type should I create?
4)Making it fun. As a game developer my goal is to entertain, and creating simple mazes might not be creative enough for someone to enjoy, so what gameplay mechanics can I add?
well, I'm going to start thinking about mazes now, I'll check back later with any new thoughts
No comments:
Post a Comment