Hashing of the grid, strategy class
- Added the hashing for the grid using xxhash - Added requirements.txt - Added a little strategy module
parent
a39f8785
Branches feature/gsantama/strategy
No related tags found
Showing
- .gitignore 3 additions, 1 deletion.gitignore
- __init__.py 0 additions, 61 deletions__init__.py
- doc/HASHING.md 87 additions, 0 deletionsdoc/HASHING.md
- doc/images/hash_builtin.png 0 additions, 0 deletionsdoc/images/hash_builtin.png
- doc/images/hash_xxhash.png 0 additions, 0 deletionsdoc/images/hash_xxhash.png
- dogopher.py 2 additions, 9 deletionsdogopher.py
- game/strategy.py 23 additions, 0 deletionsgame/strategy.py
- hexgrid/grid.py 29 additions, 1 deletionhexgrid/grid.py
- requirements.txt 12 additions, 0 deletionsrequirements.txt
doc/HASHING.md
0 → 100644
doc/images/hash_builtin.png
0 → 100644
30.6 KiB
doc/images/hash_xxhash.png
0 → 100644
31.9 KiB
game/strategy.py
0 → 100644
requirements.txt
0 → 100644
contourpy==1.2.1 | ||
cycler==0.12.1 | ||
fonttools==4.52.4 | ||
kiwisolver==1.4.5 | ||
matplotlib==3.9.0 | ||
numpy>=1.26.4 | ||
packaging==24.0 | ||
pillow==10.3.0 | ||
pyparsing==3.1.2 | ||
python-dateutil==2.9.0.post0 | ||
six==1.16.0 | ||
xxhash>=3.4.1 | ||
\ No newline at end of file |