Skip to content

Ecuadot is a simple two-player game that is played on a square grid. The objective of the game is to be the last player to place a dot on the grid such that no two dots are equidistant from any other two dots on the grid. Each player takes turns placing a dot on an empty square of the grid.

Notifications You must be signed in to change notification settings

Reben80/ecuadot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Ecuadot Game

Ecuadot is a simple two-player game that is played on a square grid. The objective of the game is to be the last player to place a dot on the grid such that no two dots are equidistant from any other two dots on the grid.

Each player takes turns placing a dot on an empty square of the grid. The first player to place a dot is designated as "Player 1" and their dots are colored red. The second player to place a dot is designated as "Player 2" and their dots are colored blue. The game continues until a player places a dot such that two or more pairs of dots are equidistant from each other. When this occurs, the player who placed the most recent dot loses the game.

Getting Started

Prerequisites

To run the Ecuadot game, you need to have Python and Pygame installed on your computer. You can download Python from the official Python website. To install Pygame, open a terminal window and run the following command:

pip install pygame 

Installing

To install the Ecuadot game, simply clone the repository to your local machine using Git. Open a terminal window and run the following command:

git clone https://github.com/reben80/ecuadots.git

Running the game

To run the Ecuadot game, navigate to the directory where you cloned the repository and run the following command:

python ecuadot.py

Acknowledgments

This game was inspired by a version of the "Dot Game" that was played during a mathjam meeting in the UK. The rules and gameplay have been adapted for this implementation.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

Ecuadot is a simple two-player game that is played on a square grid. The objective of the game is to be the last player to place a dot on the grid such that no two dots are equidistant from any other two dots on the grid. Each player takes turns placing a dot on an empty square of the grid.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages