In this seven hour composite episode I have selected my best content with a difficulty level of beginner to intermediate. You will learn how to code a Wordle-style game, how to effectively solve the "GetNextLine" challenge and you will learn how to develop your own Printf function from scratch, without any libraries or dependencies.
In addition to this you will also learn how to code a simple dice game. In all these episodes I'm trying to avoid pointers and structures where possible and also to avoid using more advanced macros, The general idea is that this content should be approachable by beginners but still be interesting enough for seasoned C developers.
Become a channel member and receive several benefits, check out:
https://www.youtube.com/channel/UC6Q8NDGqQ2eJ7QXX693ikdw/join
#cprogramming #clanguage #projects #beginner
00:00:00 Coding a Wordle game, part 1
01:53:12 Coding a Wordle game, part 2
03:59:25 The GetNextLine challenge
04:46:26 Code your own Printf
06:50:25 A simple dice game