We are building a clone of the classic arcade game Asteroids with Python and the Arcade library. We are using this video as reference.
If you live in Copenhagen (Denmark) and want to learn to code with us, go to opfinderklubben.dk.
To use highscores you must create a highscores_config.yml
Example of a valid 'highscores_config.yml'
# URL to api
api-url: "https://myapi.example.org/"
# Key of the game inside of the api's database
api-game-key: "MyGameKey"
# Secret token required to post to the database
api-access-token: "MySecretToken"