Skip to content
christyesmee edited this page Jan 7, 2024 · 9 revisions

Welcome to the Schnapsen Wiki for Project Intelligent Systems!

Welcome to the Wiki for the Schnapsen Platform of the Project Intelligent Systems. This Wiki serves as a central repository for all information, queries, and guidance related to the Schnapsen project.

Top questions

  1. How to create a new bot and play with it?
  2. How to get the score of a card
  3. How to sort and select cards?

About Schnapsen Wiki

The Schnapsen Wiki is designed to provide guidance for the Schnapsen platform. For this project you will focus on Python coding, learning and search algorithms by building your own Schnapsen bot! If you get stuck anywhere, this wiki is there to help you find a solution to your problem. If you encounter any problems that are not addressed on this Wiki, please ask on of the TA's of the course.

Getting Started

For students that did not take the course Intelligent Systems or just want to refresh the rules of the game, please visit this web page.

Click here to get started with this course.

Bot Development

To start with the project you have to develop your own bot, the Wiki includes a section on bot development here. It points to examples and essential resources within the src/schnapsen/bots directory, helping you understand and develop your bots effectively.

Troubleshooting

Encountering issues? The Wiki has a troubleshooting section focusing on common challenges like ensuring the correct Python version and environment setup here.