Randomazing is a simple game created with pygame.
Player needs to explore the maze to collect 10 batteries and get to the exit before time runs out.
However, the maze may randomly change itself with every few moves the player makes.
Therefore it's a challenge for the player to finish the game and gain high scores.
WASD to move
LMB to use item (attacks are toward mouse)
hold RMB to shield (dodge 3 bullets)
QE to switch item
Esc to pause the game
python main.py
pygame