Ein Vortrag von Timon Stampfli auf der GPN19.
C++ / Snake Programming Workshop
There will be 2 parts. In the first part we will talk about the C++ specifics that are useful for writing a snake game bot. Things like - Strings (C-Strings and C++ STL Strings) aka how do I log something - STL Datastructures aka how do I resize my array - Whatever you want to know about C++
In the second part we can discuss some snake bot strategies or algorithms. Your participation, questions is the basis for this part
This is not a introduction into programming but learning to use C++ for writing snake bots for creatures already familiar with another programming language.