mirror of
https://github.com/csd4ni3l/game-of-life.git
synced 2026-01-01 04:23:42 +01:00
use numpy instead of bitmasks and get atleast 15x speedup, change default cols and rows to 128x96 for more space.
This commit is contained in:
@@ -6,5 +6,6 @@ readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
"arcade==3.2.0",
|
||||
"numpy>=2.3.1",
|
||||
"pypresence>=4.3.0",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user