Skip to content

fricht/python9

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Harder Maze

A python game for Python game jam #9.

Requirements

  • pygame
  • moderngl
  • numpy

and other default libs

How to play

At first, the game shuffles the screen. It takes several seconds.

Then, some text start appearing on the screen.

Press ENTER to start playing. You first get a preview of the maze by spawning at the end and sliding to the start.
You can move py pressing the arrow keys. The you can only see the maze when you are moving.
Your goal is to reach the bottom-right of the maze.
The maze is 20 * 20.

Press ESCAPE to return to menu.
At any moment, press c to change the colors.
h gives you help in-game (when in menu).
s to shuffle the screen (in menu).
x to display best score (in menu).
e to explain graphics in-game (hard to read)(in menu).

Graphics

The colors are inverted where things are drawn on screen.
This makes text hard to read, but gives things this unique style.
You can see shapes thanks to their motion and your persistance of vision.
(Not sure if it's this effect)