Console Game Library

Description#

This course is for complete beginners who want to learn programming from scratch.

You’ll learn the fundamentals by building a console game library. You’ll start with simple hand games like Odds and Evens and Rock-Paper-Scissors. Then you’ll move up to paper-based games like Hangman and Tic-Tac-Toe. And you’ll finish with more complex ones like the card game Crazy Eights and the game Battleship.

Each game introduces new concepts that help you understand how to build programs from scratch. You’ll start with essential topics such as variables, conditions, loops and functions. And then, you’ll move on to object-oriented programming and more complex topics.

The course is available in C#, Python, and JavaScript, so you can follow along in the language you prefer.

The goal isn’t to build games, but to give you a strong programming foundation. It will prepare you to create your own projects and continue your learning journey.

Course is in development and will be released soon!