KALIIOWORK / KALIIOWORK/basic_c-_programs

Introduction to Control Statements: Implementing a Number Guessing Game in C++

オープン
#9 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
good first issue hacktoberfest
主要言語
C++
スター
0
フォーク
6
PR マージ指標
30日以内にマージされた PR はありません

説明

Embark on a coding adventure with this interactive C++ task! This beginner-level challenge will introduce you to control statements and user input handling by guiding you to create a number guessing game.

**Task:**
Your challenge is to develop a C++ program for a number guessing game. Generate a random number between 1 and 100 and allow the user to guess the number. Provide hints (higher, lower) until the user correctly guesses the number.

**Instructions:**
1. Fork this repository to your GitHub account.
2. Clone the forked repository to your local machine: `git clone https://github.com/KALIIOWORK/basic_c-_programs.git`
3. Create a new C++ file named `number_guessing_game.cpp`.
4. Implement a function to generate a random number between 1 and 100.
5. Implement the main game logic, allowing the user to input their guess and providing appropriate hints.
6. Ensure the game displays a victory message when the user guesses the correct number.
7. Test your number guessing game with multiple attempts to validate its functionality.
8. Compile and run your program to confirm it works as intended.
9. Commit your changes and push them to your forked repository.
10. Open a pull request with your changes.

**Note:**
This task will strengthen your understanding of control statements and user interaction in C++. Building an interactive game is a fun way to practice your skills. Enjoy coding and happy gaming! 🎮✨

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

調査の方向性

Create number_guessing_game.cpp as described in the issue. Start by reviewing the repository's existing beginner C++ programs, then compile and run the program with multiple guesses. It is done when a random number from 1 to 100 is generated, higher/lower hints are shown, and a victory message appears after the correct guess.

索引モデルが issue の本文から書いたものです。

評価

技術スタック
cpp
領域
cli
issue の種類
機能追加
難易度
2/5
見積もり時間
1〜3時間
活発さ
停滞
明瞭さ
明確に書かれている
初心者へのやさしさ
45/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。