Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dowscope/youtube-tutorials
All the code found in my YouTube tutorials are within this repo.
https://github.com/dowscope/youtube-tutorials
Last synced: about 2 months ago
JSON representation
All the code found in my YouTube tutorials are within this repo.
- Host: GitHub
- URL: https://github.com/dowscope/youtube-tutorials
- Owner: Dowscope
- Created: 2019-06-18T00:20:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-29T19:38:23.000Z (almost 5 years ago)
- Last Synced: 2023-07-27T21:23:30.753Z (over 1 year ago)
- Language: C
- Size: 40 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Youtube-Tutorials
All the code found in my YouTube tutorials are within this repo.## Youtube URL
https://www.youtube.com/channel/UCr9EdUy54zljH9WriQdQZ-g## Episode Guide
- **Episode 1** : Starting a new project and creating the *main method*.
- **Episode 2** : Planning where we are going!
- **Episode 3** : Creating the ROOM Class.
- **Episode 4** : Creating a ROOM Onject in our main program.
- **Episode 5** : Adding SDL to our project. Graphics Library! YAY!
- **Episode 6** : Initializing SDL in your project
- **Episode 7** : SDL and Creating a window