Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 349 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 349 Bytes

To run the project, you need to have the following installed:

  • Python 3

Then, you need to install the following packages:

  • turtle

To run the project, run the following command:

  • python3 chateau.py

To move the player, use the following keys:

  • ↑ : move up
  • ← : turn left
  • → : turn right
  • ↓ : move down