LenaSchnedlitz / hexagonal-game-of-life

🐍 Conway's Game of Life on a hexagonal grid.
Apache License 2.0
5 stars 2 forks source link

Kaggle #1

Open tapalappa3 opened 3 years ago

tapalappa3 commented 3 years ago

Thanks for this code, the idea is fantastic. Q. I'm trying to run this in kaggle notebooks and have added the helper.py and game.py in a notebook, but I'm getting an error: - _NameError: name 'tickshelper' is not defined.
I'm wondering, also, if the code can be run in Kaggle i.e. is there anything else I need to setup! Sorry if this is foolish!

LenaSchnedlitz commented 2 years ago

Glad you like it 😄

Could you give me some more details on how you are trying to run the program? This would help me to figure out what's going wrong...