Difference between revisions of "C++ Basics"
(→SFML) |
(→SFML) |
||
Line 15: | Line 15: | ||
[[C++ Input & Movement]] | [[C++ Input & Movement]] | ||
+ | |||
+ | [[C++ Creating & Drawing a Map]] |
Revision as of 11:53, 14 June 2019
About C++
Basic Skills
SFML
SFML is a framework that uses C++, this is the most sensible way of creating a game in C++. Otherwise you will have to code every aspect of your game, including the mundane tasks such as listening for key presses or drawing a Sprite to the screen.