Skip to content

Intial Release

Latest

Choose a tag to compare

@Krish-Om Krish-Om released this 30 Jul 09:22
· 12 commits to main since this release

Release: Rock Paper Scissors Game v1.0.0

馃殌 New Release: Rock Paper Scissors Game v1.0.0 馃殌

We are excited to announce the release of Rock Paper Scissors Game v1.0.0, a CLI-based game developed in C++!

馃専 Features:

  • Interactive CLI Gameplay: Play the traditional Rock Paper Scissors game against the computer directly from your command line.
  • User-Friendly Interface: Simple and intuitive text-based interface for easy interaction.
  • Random Outcomes: Fair and random results for each game to keep it exciting.
  • Efficient Performance: Leveraged C++ features to ensure smooth and efficient gameplay.
  • Cross-Platform Compatibility: Ensures the game runs seamlessly across different systems.

馃搱 Learning Outcomes:

This project was a great opportunity to delve into game development with C++ and provided insights into:

  • Implementing game logic
  • Problem-solving and debugging
  • Creating a clean and maintainable codebase
  • Understanding user experience design in CLI applications

馃搶 How to Play:

  1. Clone the repository:
    git clone https://github.com/Krish-Om/RPSGame.git
  2. Navigate to the project directory:
    cd RPSGame
  3. Compile the game:
    g++ -o RPSGame main.cpp
  4. Run the game:
    ./RPSGame

馃敡 System Requirements:

  • C++ Compiler: Make sure you have a C++ compiler installed (like g++ for GCC).
  • Operating System: The game is compatible with Windows, macOS, and Linux.

馃摤 Feedback:

We welcome any feedback or suggestions. Feel free to open issues or contribute to the project!

馃搸 Links:

Thank you for checking out our project! We hope you enjoy playing as much as we enjoyed creating it.

#Release #Cplusplus #GameDevelopment #CLI #RockPaperScissors