PROGRAMMING C++ ➉ Make a Game in C++: A Beginner Project
C++ is a highly performant and flexible programming language that is widely used in game development. This guide aims to help beginners acquire basic C++ programming skills by creating a mini-game that is easy to tackle.
We've provided simple, easy-to-understand examples to help even those with little programming experience feel at ease. Experience the fun of game development by accumulating small successes!
In this book, you'll create two mini-games in C++:
Number Guessing Game: A simple game in which the player guesses a number chosen by the computer. Rock-Paper-Scissors Game: A game in which the player competes against the computer.
Through these games, you'll learn the following skills:
How to process input and output; How to use conditional branching and loops; Using basic random functions; Organizing and reusing code. While this guide is aimed at beginners, it's designed to give you a hands-on experience of the fundamentals of game development. By the end, you'll be ready to take on more complex games as the next step. ✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂ C++ [シープラスプラス] プログラミング ➉ C++でゲームを作ろう: 初心者向けプロジェクト 初心者でもわかりやすい