Welcome to the Games Collection repository! 🎮
Games are not only a source of entertainment but also a fantastic way to explore and practice new concepts, especially in Python. This repository is a treasure trove of classic strategy games implemented in Python, serving both as a playground for learning and a source of fun.
Games Included:
- Colour Game
- Game of Hex
- (more to come!)
- Game of Hex
Getting started with the Games Collection is a breeze. Follow these simple steps to set up the repository on your local machine:
git clone https://github.com/MatzeLopi/GamesCollection
To create an anaconda enviornment for this project which has all the requirements needed you can use the provided build file. To build an anaconda env, just run:
conda env create --name envname --file=environments.yml
The requirements for the project can be found in the requirements.txt file. They can be installed by running:
pip install -r requirements.txt
Hex is a two-player abstract strategy board game played on a hexagonal grid, usually in a rhombus shape. The game was invented independently by mathematicians Piet Hein and John Nash in the 1940s.