Loading your code
Create folder
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.Within the player folder, create two files,
group.txt
andplayer.py
.group.txt
contains the information of your group.player.py
contains thePlayer
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.