Skip to content

Commit

Permalink
Removed game of life (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
hasnainroopawalla authored Nov 1, 2022
1 parent 7da4577 commit 0de66c7
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 440 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ _ShowML_ currently includes the following content, however, this repository will
- Binary Cross Entropy (`showml.losses.BinaryCrossEntropy`)
- Categorical Cross Entropy (`showml.losses.CrossEntropy`)

### Simulations
- [Conway's Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) (`showml.simulations.conways_game_of_life.GameOfLife`)


## ✏️ Contributing <a name = "contributing"></a>

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="showml",
version="1.5.12",
version="1.6.12",
packages=find_packages(exclude="tests"),
description="A Python package of Machine Learning Algorithms implemented from scratch",
long_description=long_description,
Expand Down
3 changes: 0 additions & 3 deletions showml/examples/conways_game_of_life.py

This file was deleted.

1 change: 0 additions & 1 deletion showml/simulations/__init__.py

This file was deleted.

1 change: 0 additions & 1 deletion showml/simulations/conways_game_of_life/__init__.py

This file was deleted.

94 changes: 0 additions & 94 deletions showml/simulations/conways_game_of_life/button.py

This file was deleted.

18 changes: 0 additions & 18 deletions showml/simulations/conways_game_of_life/config.py

This file was deleted.

21 changes: 0 additions & 21 deletions showml/simulations/conways_game_of_life/event.py

This file was deleted.

41 changes: 0 additions & 41 deletions showml/simulations/conways_game_of_life/event_handler.py

This file was deleted.

68 changes: 0 additions & 68 deletions showml/simulations/conways_game_of_life/game_of_life.py

This file was deleted.

117 changes: 0 additions & 117 deletions showml/simulations/conways_game_of_life/game_window.py

This file was deleted.

Loading

0 comments on commit 0de66c7

Please sign in to comment.