SquareCraft-Challenge is a strategic two-player game where the objective is to score points by forming perfect squares on a grid. Each player competes by placing their points on grid intersections, aiming to create four-point squares while blocking their opponent from doing the same.
The goal is to score points by forming squares of four aligned points on the grid. Each square formed scores 1 point.
-
Setup:
- The game is played on an empty grid.
- Two players participate, each using a different color (e.g., red and blue).
-
Gameplay:
- Players take turns placing one point at a time on any intersection of the grid.
- Points must be placed at intersections, not on the lines.
-
Scoring:
- A player scores 1 point when they form a perfect square with four of their own points.
- A perfect square is formed by placing points at the corners of a square on the grid, such as at coordinates (x, y), (x+1, y), (x, y+1), and (x+1, y+1).
- When a square is formed, it should be marked visibly (e.g., by drawing a square around the points) and the score should be recorded.
-
End of Game:
- The game ends when all intersections on the grid are occupied or when a predetermined number of turns is reached.
- The player with the most points at the end of the game wins.
In the image below, the red player has formed a square by placing points at specific intersections, scoring 1 point:
- Simple to Learn, Hard to Master: Easy rules, endless strategic possibilities.
- Quick & Fun: Perfect for a short game session or a series of matches.
- Competitive: Challenge friends or family to see who has the best tactical mind.
To start playing SquareCraft-Challenge:
- Clone the repository:
git clone https://github.com/yourusername/SquareCraft-Challenge.git
- Navigate to the game directory:
cd SquareCraft-Challenge
We welcome contributions! See our Contributing Guidelines to get started.
This project is licensed under the MIT License - see the LICENSE file for details.
- Thanks to everyone who contributed to the development of SquareCraft-Challenge.
Enjoy playing SquareCraft-Challenge and may the best strategist win!
Feel free to customize the content and structure as needed for your GitHub README.