Welcome to GameY, a web-based implementation of the classic Game of Y, a strategic connection game played on a triangular board. The objective is to form a continuous path connecting all three sides of the triangle. You can play against a friend or challenge AIs with strategic algorithms. Test your skills, sharpen your tactics, and enjoy this engaging board game experience.
Live Demo: gamey
-
Play Modes
- Multiplayer: Play with a friend.
- AI Opponent: Challenge AIs powered by:
- Minimax with Alpha-Beta Pruning: An exhaustive search strategy to make optimal decisions.
- Markov Decision Processes (MDP): A probabilistic model for decision-making.
- All Moves As First (AMAF): A heuristic approach that treats all moves as first.
-
Intuitive Interface: Simple and interactive board design for smooth gameplay.
-
Customizable Gameplay: Choose between human and AI opponents.
-
Clone the repository
git clone https://github.com/mshandilya/gamey.git cd gamey -
Serve locally
Openindex.htmlin any modern browser, or use a local server like Python'shttp.server:python -m http.server
-
Open
http://localhost:8000in your browser to start playing.
We welcome your feedback and contributions to make GameY even better.
- Report Issues: Use the GitHub Issues page for bugs or feature requests.
- Contribute: Fork the repository and submit a pull request with your changes.

