/yomi_bot

Primary LanguagePython

Yomi Bot

This is an attempts at an implementation of an asymmetric Rock-Paper-Scissor simulator that can learn to play optimal. The inspiration for this asymmetric type of game is Yomi.

A deeper dive into the principles can be found in the /docs folder.

The application makes use of the gambit library. You can download the version here or a later one.

For Unix systems, unpack the file and then run inside the unpacked package

./configure
make
sudo make install

We also want to implement the game Yomi itself.