Game engine could now work.

This commit is contained in:
Philipp Horstenkamp 2023-02-06 03:00:13 +01:00
parent 4928463d80
commit 545f37af07
Signed by: Philipp
GPG Key ID: DD53EAC36AFB61B4
3 changed files with 2849 additions and 1817 deletions

File diff suppressed because one or more lines are too long

3720
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -4,10 +4,10 @@ requires = ["poetry-core"]
[tool.poetry]
authors = ["Philipp Horstenkamp <philipp@horstenkamp.de>"]
description = ""
description = "A Deep Learning implementation of the game Reversi aka. Otello. This is a Jupyter implementation only because it was requested in such a format for a class in my masters degree. Enjoy the read or ignore it."
name = "reversi"
readme = "README.md"
version = "0.1.0"
version = "0.1.1"
[tool.poetry.dependencies]
ipytest = "^0.13.0"
@ -18,6 +18,7 @@ pytest = "^7.2.1"
python = "3.10.*"
scipy = "^1.10.0"
tqdm = "^4.64.1"
jupyterlab = "^3.6.1"
[tool.poetry.group.build.dependencies]
blackcellmagic = "^0.0.3"