Godspeed You! Mutated Maze - There's kind of a game there now! (upload)
Okay this is the beginnings of a game. Have a go if you like, all criticism welcome.We have:
- a randomly generated maze
- pacman-like movement
- a key/lock to win (more to come I guess)
- a mysterious fog that will randomly mutate the maze (i'll add in more of a warning.)
- a title and win screen!
stuff I might take out:
- the giant who runs across the maze. its hard to figure out how he doesn't destroy other people who you might want to save
- the ability to mutate the maze, maybe just rely on the fog
stuff to add:
- enemies
- score
- people to collect/save
- more with the mutating fog mechanic.
Controls:
up,down,left,right - controls
mouse left click - mutate selected portion of the maze.
esc - exit
Download link: Godspeed You! Mutated Maze v0.1
(log in to comment)
Comments
Traceback (most recent call last):
File "run_game.py", line 4, in <module>
main.main()
File "mutated_maze-0.1/gamelib/main.py", line 630, in main
state = playgame(screen)
File "mutated_maze-0.1/gamelib/main.py", line 544, in playgame
drawmaze(maze_surface, m)
NameError: global name 'drawmaze' is not defined
GruikInc on 2011/09/14 23:17:
Cool! I really wanted to test your game!The mysterious fog changes lots of things and really disturb the way to walk through the levels. Nice :)