Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arthub-j/connect4-player-conecta
Connect4 AI player that uses a minimax algorithm to check for optimal moves. Winner of our class Connect 4 competition. Mark: 9,3
https://github.com/arthub-j/connect4-player-conecta
ai prop upc
Last synced: about 2 months ago
JSON representation
Connect4 AI player that uses a minimax algorithm to check for optimal moves. Winner of our class Connect 4 competition. Mark: 9,3
- Host: GitHub
- URL: https://github.com/arthub-j/connect4-player-conecta
- Owner: artHub-j
- Created: 2023-11-25T18:38:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-29T15:22:58.000Z (9 months ago)
- Last Synced: 2024-03-29T16:32:59.863Z (9 months ago)
- Topics: ai, prop, upc
- Language: HTML
- Homepage:
- Size: 78.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# connect4-player-conEcta
Connect4 AI player that uses a minimax algorithm to check for optimal moves.
Winner of our class Connect 4 competition. Mark: 9,3## Game Preview
## Results against player Profe
![image](https://github.com/artHub-j/connect4-player-conEcta/assets/92806890/c35fe24c-8362-4d13-b40e-13e9564e1b77)## Results against classmates
## Time efficiency in searching for optimal moves:
![image](https://github.com/artHub-j/connect4-player-conEcta/assets/92806890/63247cb8-f2ab-40ba-b2cd-668a2a050c04)## Authors