Skip to content

This is a school project for the that includes a website on which you can face computer AI in different games and learn about some of the common ways to write computer AI.

License

Notifications You must be signed in to change notification settings

JakobPogacnikSouvent/AI-showcase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This is a school project for the Faculty of Mathemathics and Physics Ljubljana that includes a website on which you can face different computer AI in three games (Rock Paper Scissors, Three in a Row and Four in a row) and learn about some of the common ways to write computer AI.

Dependencies

  1. Python 3.9.3 or newer. Download from the official Python homepage.
  2. Bottle, a lightweight WSGI micro web-framework for Python. Install with
pip install bottle

or download the source package at PyPI.

Getting started

  1. After installing dependencies clone the repository with:
git clone https://github.com/JakobPogacnikSouvent/AI-showcase

or through the GitHub interface.

  1. Navigate to cloned directory and run app.py with:
python app.py
  1. The website runs on localhost and is accessible on http://127.0.0.1:8080/ after runing the app.

  2. To close the website kill the python process runing app.py with Ctrl + C.

About

This is a school project for the that includes a website on which you can face computer AI in different games and learn about some of the common ways to write computer AI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published