GPN19:C++ / Snake Programming Workshop

aus dem Wiki des Entropia e.V., CCC Karlsruhe
Version vom 31. Mai 2019, 19:14 Uhr von Fahrplanbot (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „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++ specif…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)

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.