Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-10T20:49:02.000Z (almost 6 years ago)
- Last Synced: 2024-08-02T12:44:46.651Z (3 months 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:
![](/img/example.png)## 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.