Loading your code

Create folder

  1. In the folder that you have expanded or cloned, create a folder within the players folder. There is no specific naming convention that need to follow.

  2. Within the player folder, create two files, group.txt and player.py.

    • group.txt contains the information of your group.

    • player.py contains the Player class, i.e. your code.

    If you need other files for your code to run, you should place them in this folder.

Folder structure

If your player folder is named super_player, this should be the folder structure.

maze docs mazes players super_player group.txt player.py static main.py README.md
Last Updated: 4/27/2020, 4:33:59 PM