sekkurocode / Cellular-Automata

Development of a python software, simulating "Cellular Automata".
MIT License
1 stars 0 forks source link

issue20 : Fused the game of life algo into the gui. look in kivy_app #23

Closed fabrice-eberle closed 5 months ago

fabrice-eberle commented 5 months ago

check issue 20 for further description

fabrice-eberle commented 5 months ago

@juldimag @sekkurocode @Sara25s @redibaj

sekkurocode commented 5 months ago

Hey I checked out the code and I'm running into an error when pressing play on the board. Please commit any changes you've made to this issue before refreshing the pull request again. @fabrice-eberle. I also deleted all the check arrays again, maybe delete those too before committing again so they don't end up on the main branch again 👍

Sara25s commented 5 months ago

Hey Team,

I hope everything is going smoothly for you! I wanted to inform you about some significant updates in the Game of Life project. I made extensive changes in the game_of_life.py file to integrate exciting new features. To ensure smooth functionality, I had to make corresponding adjustments in the kivy_app.py file. From now on, please use the main.py file to run the application. This file serves as a central entry point and connects both game_of_life.py and kivy_app.py. If you encounter any issues or have questions about these changes, feel free to open an issue or reach out to me directly. BG @Sara25s @juldimag @sekkurocode @redibaj @fabrice-eberle

sekkurocode commented 5 months ago

Hey maybe pull request the changes you made so we can review them and add them to the main branch. Thank you for the update @Sara25s

fabrice-eberle commented 5 months ago

@sekkurocode mmmh I see thats weird, my local version works. Maybe I made a wrong push or I was on a wrong branch. I will update

fabrice-eberle commented 5 months ago

Oh yes it seems to be missing all of the code I implemented.