This commit is contained in:
Miloslav Ciz 2025-03-11 12:33:07 +01:00
parent 79e565687b
commit 5dbd5b164a
33 changed files with 1951 additions and 1907 deletions

View file

@ -2148,6 +2148,8 @@ This code is almost a bare minimum template for SDL that doesn't even perform an
## Where To Go Next
*See also [exercises](exercises.md).*
We haven't nearly covered the whole of C, but you should have pretty solid basics now. Now you just have to go and write a lot of C programs, that's the only way to truly master C. WARNING: Do not start with an ambitious [project](project.md) such as a 3D game. You won't make it and you'll get demotivated. Start very simple (a Tetris clone perhaps?). Try to develop some consistent programming style/formatting -- see our [LRS programming style](programming_style.md) you may adopt (it's better than trying to make your own really).
See also supplemental articles at the beginning of this tutorial.