schiebermc/Game_AI
A collection of game AI
This collection helps you explore various AI strategies for solving classic board games and puzzles. It takes game rules and board states as input and outputs optimal moves or solutions. This is for anyone interested in understanding how AI can be applied to game theory and problem-solving, from students to hobbyists.
No commits in the last 6 months.
Use this if you want to observe or interact with AI players solving well-known games like Tic-Tac-Toe, Pong, or the Traveling Salesman Problem.
Not ideal if you're looking for AI solutions for complex, real-world strategic simulations or competitive gaming platforms beyond traditional board games.
Stars
10
Forks
4
Language
Python
License
—
Category
Last pushed
May 06, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/schiebermc/Game_AI"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
YashIndane/webcube
Rubik's cube assistant on Flask webapp
mahdavipanah/pynpuzzle
Solve, test and benchmark algorithms for N-Puzzle problem with Python
huyvohcmc/8-puzzle
Java program to solve the 8 puzzle problem using branch and bound algorithm.
kyo-takano/alphacube
A powerful & flexible Rubik's Cube solver
NiloofarShahbaz/8-puzzle-search-implementation
this a python BFS , A* and RBFS implementation of 8 puzzle