Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 940 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 940 Bytes

Learn-Python

How To Set Up

  1. Download vscode and launch
  2. Down this zip folder. Unzip it and open it with vscode
  3. Set up Python in your vscode

How To Play

  1. Run main.py
  2. Edit the function in level.py to start playing
  3. To submit, press ctrl+S

Notes [IMPORTANT!!]

  • Running main.py for the first time will install all necessary pip dependencies for you
  • You may edit the function name in level.py but do NOT edit the parameters and their order
  • Do NOT create more than one function or delete the default function in level.py
  • Do NOT cheat by editing main.py or levels.json
  • Your progress is saved automatically
  • Contact the author Long if you have any questions or encountered any problems.
  • The game is unfinished due to insufficient levels