A repo that contains details about the second workshop that I have joined as a technical trainer at Istanbul University-Cerrahpaşa
Workshop Date: 14.05.2019 📅
As Computer Club at Istanbul University (İÜBK), we did the second workshop in the context of "Introduction to Programming" course on 14.05.2019. I joined the workshop as a trainer, our target was developing problem solving skill, we tried to do that by doing code exercises using "Object Oriented Programming" concepts. My participation in this workshop gave me a good experience in technical content preparation and explanation and developed my presentation skills.
See the post on LinkedIn 🤗 and on Istanbul University Computer Engineering Web Site 👩🎓
We have added new features to "Game of Life" then we wrote its C++ code together in the workshop.
Technically, to be able to code the game we have used object oriented programming concepts ✨, such as classes, class members. In the other hand we have used dynamic matrices and then file operations to save the generations.
Well, our target was developing problem solving skill and to be able to do that we had to select a problem that requires thinking and at the same time it must be funny to be more effective 😅 so that we chose Game of Life but because that it is not complicated as we want we added Zombie parameter to make it more complicated 🤪😵