Skip to content

Latest commit

 

History

History
64 lines (45 loc) · 2.04 KB

README.md

File metadata and controls

64 lines (45 loc) · 2.04 KB

Out-Of-Order

Out Of Order is a Java-based interactive game designed to test and improve the player's cognitive abilities. In this game, players are presented with a sequence of characters or numbers that are out of order. The challenge is to identify the first element in the sequence that deviates from the sorting order.

Table of Contents

Installation

To set up Out Of Order locally, follow these steps:

  1. Ensure you have Java installed on your machine.

  2. Clone the repository to your local machine:

    git clone https://github.com/danieldotwav/Out-Of-Order.git
  3. Navigate to the src directory:

    cd Out-Of-Order/src
  4. Compile the Game.java file:

    javac Game.java
  5. Run the compiled game using Java:

    java Game

Usage

After installation, you can play the game using the following commands:

java Game****

Follow the on-screen prompts to proceed through the rounds, select difficulty levels, and enter your answers.

Features

  • Different game types: Choose between identifying out-of-order letters or numbers.
  • Multiple difficulty levels: Easy, Medium, and Hard to suit all age groups and skill levels.
  • Interactive console-based interface: Easy to use and navigate through the game.
  • Scoring system: Keep track of your score as you progress through the rounds.

Contributing

Contributions to the Out Of Order game are welcome! If you have a suggestion that would make this better, please fork the repository and create a pull request. You can also simply open an issue with the tag "enhancement".

Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request