Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhargav191098/pente
https://github.com/bhargav191098/pente
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bhargav191098/pente
- Owner: bhargav191098
- Created: 2023-09-04T04:41:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-04T07:09:45.000Z (about 1 year ago)
- Last Synced: 2023-09-04T22:55:18.613Z (about 1 year ago)
- Language: C++
- Size: 778 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pente
The agent was developed as a part of the second homework of CSCI-561 : Foundations of Artificial Intelligence.
Added the runner.py python file to simulate a gameplay with the agent. The user has infinite amount of time and the AI Agent has 100 seconds in total to make its move.
The Agent uses Minimax algorithm with Alpha-beta pruning to come up with a move.Please run python3 runner.py to start a game with the agent :)
![Game output](https://github.com/bhargav191098/Pente/blob/main/media/game.png)