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.
Key Features
01Interactive gameplay with GitHub Copilot
02Customizable board sizes
03Implements core game logic for Four in a Row
04Uses Spring Boot for easy setup and deployment
05Provides game state management
062 GitHub stars
Use Cases
01Play a game of Four in a Row against GitHub Copilot
02Learn how to implement MCP servers using Spring Boot
03Integrate a game server with GitHub Copilot for interactive experiences