Skip to content

bhanuharya/Tubes1AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simplexity Board Game

📖 How to Run

  1. Install virtualenv if you haven't
pip install virtualenv
  1. Create virtualenv
virtualenv venv
  1. Activate the created virtualenv
venv\Scripts\activate
  1. Install dependencies
pip install -r requirements.txt
  1. Run
run.bat

⚙️ Config

You can change the config in run.bat

 --row <int>
 --column <int>
 --type <bvb?pvb?pvp>
 --player_choice <0?1>
 --thinking_time <float>
 --is_dump <str>
 --bot1 <str>
 --bot2 <str>

✔️ Acknowledgement

This project is used for an assignment from IF3170 Artificial Intelligence 2021/2022

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages