Welcome to Ecorn!
Getting started
Install pipx
Install ecorn-player-tool
pipx install https://player.ecorn.se/tool --force
Create a player
ecorn new Rom23 my-player
ecorn new <name of game> <output folder>
Open player in VS Code
code my-player
Join tournament
Run these commands in a VSCode Python terminal
Log in to tournament server
ecorn login http://"ip":8000
You will be asked to specify your team name
Join a tournament
ecorn join
Publishing player
ecorn publish
Troubleshooting
'ecorn login' does not let you join the tournament
The login command must be run from the folder created by 'ecorn new'
(my-player in the example above). You must also have the python venv active.