Game | Description | Code |
---|---|---|
42 Riddle | multilication table | lets_play.py |
Guess Number | algo for guessing an integer | guess_number.py |
Find Day of the Week | algo for finding the day of the week given the date | day_of_the_week.py |
Code | Description |
---|---|
characters.py | define characters |
raw_book.py | get book from Project Gutenberg |
players.py | define players of the game |
Slide for presentation at PyDayBCN 2020 can be found here
How to create an enviroment:
conda env create -n carrollgames -f environment.yml
where carrollgames
is the name of the local enviroment.
How to activate the enviroment:
conda activate carrollgames
How to edit environment.yml
, add or remove packages:
conda env update --file environment.yml --prune
prune works also if you don't delite packages from your file environment.yml
The books used in this repository are in the Public Domain, see the Project Gutenber License for details.
Project Gutenberg is a project to collect and archive public domain texts. Please see Projcet Gutenberg Site
This repository is under MIT License.