ernestoyaquello/TwoPlayerZeroSumGameEngine
Basic AI engine written in C# that implements the alpha–beta pruning algorithm to create two-player, zero-sum games like Tic Tac Toe, Connect 4, or Chess.
No commits in the last 6 months.
Stars
5
Forks
1
Language
C#
License
Apache-2.0
Category
Last pushed
Dec 09, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/ernestoyaquello/TwoPlayerZeroSumGameEngine"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related agents
Jelmerro/fox-and-hounds-ai
Researching Minimax AI for the Fox and Hounds board game
wannesm/dotsandboxes
Javascript Dots-and-Boxes application with support for game-playing agents.
martin226/tic-tac-toe-ai
🤖A Tic-Tac-Toe solver that uses the minimax algorithm and alpha-beta pruning to make it unbeatable
primaryobjects/isolation
Isolation, AI game implemented in Javascript and React, using MiniMax with Alpha Beta Pruning.