Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 529 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 529 Bytes

MAZELEARNER

A retro version of MazeRunner that utilises Python 3D modelling to expose a 'Word of the Day Challenge' in a maze. The player navigates within the maze, with letters of a certain color as the guide towards the end goal

Setting up the environment

PyCairo configuration

Refer to this PyCairo tutorial to get started with PyCairo

PyGame configuration

Install pygame: pip install pygame

Panda3D configuration

Install panda3D: pip install panda3D