Skip to content

Getting started

Michael Cochez edited this page Jan 8, 2025 · 5 revisions

Introduction

On this page you will make sure that the platform is installed and ready to go to start writing code for your own bot! Please go through all the steps on this page and make sure everything works correctly. If you encounter any problems, refer to the FAQ page or the common errors page.

Step 1: Individual Coding Assignment

It is time to start coding! The first assignment of this course can be found on Canvas and it will help you to get acquainted with the Schnapsen platform. In this assignment you will implement the logic of a deterministic heuristic bot to play the card game.

You need this documentation web page to start writing your code for the assignment.

Step 2: Creating Your First Bot

Have you finished the first assignment? Perfect! Now you can start writing the code for your own bot. It may seem a difficult task at first glance, but it is easier if youfollow the steps from this Wiki. In the next section you will be guided through the process of writing code for your own bot. Please go to the next section and enjoy the creative coding process!

Go to the next section