arianaira/Quoridor-Game-With-AI
Agent-Env implementation of Quoridor game using BFS
This project lets you play the strategic board game Quoridor directly in your computer's terminal. You'll input your moves as text commands, and the game will display the board, pitting you against a clever computer opponent. It's designed for anyone who enjoys strategy games and wants to practice against an AI.
No commits in the last 6 months.
Use this if you want to play Quoridor and challenge yourself against an intelligent computer player without needing a physical board or graphical interface.
Not ideal if you're looking for a graphical user interface, multiplayer online capabilities, or a very casual, rules-light game.
Stars
2
Forks
—
Language
Python
License
—
Last pushed
Sep 20, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/arianaira/Quoridor-Game-With-AI"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
StevenLyt/mapf-visualizer
A Multi-Agent Path Finding visualization website.
algoprog/Laby
Maze generator, editor & solver in Java
mahdirezaie336/GimmeButter
A servant robot trying to serve as fast as possible using A* algorithm.
Zhuagenborn/Chase-AI
🎮 An artificial intelligence game to demonstrate the A* pathfinding. The enemy will try to get...
thundergolfer/the-general-problem-solver
The General Problem Solver, AI's 'first' algorithm, written in multiple programming languages.