Fiar
Play a classic game of Four in a Row against GitHub Copilot using a Spring Boot-based Model Context Protocol (MCP) server.
关于
This project implements a Four in a Row game, also known as Connect Four, as a Model Context Protocol (MCP) server built using Spring Boot. It allows users to compete against GitHub Copilot in a strategic game of vertical checkers where the goal is to connect four pieces in a row—horizontally, vertically, or diagonally. By leveraging the Spring AI Model Context Protocol, the application seamlessly integrates with GitHub Copilot, enabling interactive gameplay directly within the Copilot Chat interface.
主要功能
- Interactive gameplay with GitHub Copilot
- Customizable board sizes
- Implements core game logic for Four in a Row
- Uses Spring Boot for easy setup and deployment
- Provides game state management
- 2 GitHub stars
使用案例
- Play a game of Four in a Row against GitHub Copilot
- Learn how to implement MCP servers using Spring Boot
- Integrate a game server with GitHub Copilot for interactive experiences