Games

This website simply acts as an overview of all game-related projects at the ATCS institute.

It was developed by Daniel L. Tobi as a bachelor project for computer science, supervised by Oswin Aichholzer, at Graz University of Technology. The theme of this website is based on several other game-related projects at the ATCS institute.

The server is written in Python, using Flask. The client is written in HTML and JavaScript, using jQuery. Compatibility was tested in Chromium and Mozilla Firefox running on Linux, Android and Windows. Nevertheless the application should be compatible with any browser like Microsoft Edge.

This website contains a collection of popular, deterministic two-player games.

Each game can be played against a database containing perfect solutions for all possible game states, and thus all possible move combinations. This includes information about the most efficient (shortest) winning strategies from any position, possible draws, etc. This detailed information can be used during the entire game, and thus these programs are very well-suited to analyze a game by playing through various scenarios.

Most of the programs and underlying data have been developed in the framework of different algorithms courses at TU Graz.

(*) move info database was provided to the author