PlayBox is a console-based game hub where you can choose from multiple games to play. It was developed as a learning project to explore JavaScript and create simple console games.
Games Available Quiz Game: Test your knowledge with a quiz game! The quiz game fetches questions from the Open Trivia Database API and displays random questions for you to answer. Random Number Guess: Guess a number between 0 and 100! Try to guess the correct number within a limited number of attempts. Rock Paper Scissors: Play the classic game of Rock, Paper, Scissors against the computer!
Installation Clone the repository:
git clone https://github.com/mamidalaramu/PlayBox.git
Navigate to the project directory:
cd PlayBox
Install dependencies: nodejs, axios, base-64, prompt-sync
npm install <dependency>
Usage Start the PlayBox:
node src/Main.js
Choose a game from the menu and follow the instructions to play.
Contributing Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
Fork the repository Create your feature branch: git checkout -b feature-name Commit your changes: git commit -am 'Add some feature' Push to the branch: git push origin feature-name Submit a pull request
License This project is licensed under the MIT License.