https://github.com/ANDREYDEN/Hex-Game
A two player board game
https://github.com/ANDREYDEN/Hex-Game
board-game hex hexagonal-grids pygame python
Last synced: about 1 year ago
JSON representation
A two player board game
- Host: GitHub
- URL: https://github.com/ANDREYDEN/Hex-Game
- Owner: ANDREYDEN
- Created: 2018-03-17T19:34:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-10T20:49:02.000Z (over 7 years ago)
- Last Synced: 2024-11-04T07:35:57.430Z (over 1 year ago)
- Topics: board-game, hex, hexagonal-grids, pygame, python
- Language: Python
- Homepage:
- Size: 27.1 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - ANDREYDEN/Hex-Game - A two player board game (python)
README
# Hex-Game
A two player board game on a hexagonal field.
Make an unbroken chain of hexagons connecting the sides of your colour to win.
You can find the full rules [here](https://en.wikipedia.org/wiki/Hex_(board_game)).
## Example:

## Setup
In order for the game to work correctly Python 3 or higher is needed.
Required libraries: pygame
To start the game simply launch the HexMain.py file.