Skip to content

Welcome to the Fallout Hacking Game! This is a text-based version of the popular hacking mini-game from the Fallout series. In this game, you will be tasked with guessing words to crack the code and gain access to the system.

License

Notifications You must be signed in to change notification settings

Joel-Schaltenbrand/FalloutHackingGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fallout Hacking Game

CodeQL

Welcome to the Fallout Hacking Game! This is a text-based version of the popular hacking mini-game from the Fallout series. In this game, you will be tasked with guessing words to crack the code and gain access to the system.

Installation

To play the game, you need to have Maven and Java 20 installed on your machine. Follow these steps to set up the game:

  1. Clone the repository to your local machine:
git clone https://github.com/your-username/fallout-hacking-game.git
  1. Navigate to the project directory:
cd fallout-hacking-game
  1. Build the project using Maven:
mvn clean package

This will compile the code and package it into an executable JAR file.

How to Play

  1. Open a terminal or command prompt.
  2. Navigate to the project directory.
  3. Run the game using the following command:
java -jar target/fallout-hacking-game.jar
  1. The game will start, and you will be presented with a series of words. Your goal is to guess the correct word to crack the code.
  2. Enter your guess and press Enter.
  3. The game will provide feedback on your guess, indicating how many letters are correct and in the correct position.
  4. Keep guessing until you crack the code or run out of attempts.

Game Rules

  • The game will provide you with a list of words.
  • You have a limited number of attempts to guess the correct word.
  • After each guess, the game will indicate how many letters are correct and in the correct position.
  • Use this feedback to eliminate incorrect words and narrow down your options.
  • If you run out of attempts without guessing the correct word, the game will end.

Additional Notes

  • The game supports both English and German languages, but the words to be guessed are in English only.
  • The project is built using Maven, a build automation tool for Java projects. It manages dependencies and builds the project using the specified Java version (Java 17 in this case).
  • Feel free to explore the source code and make any modifications or improvements you want.

Contributing

If you'd like to contribute to this project, you can fork the repository, make your changes, and submit a pull request. Contributions are always welcome!

License

This project is licensed under the MIT License. See the LICENSE file for more information.

About

Welcome to the Fallout Hacking Game! This is a text-based version of the popular hacking mini-game from the Fallout series. In this game, you will be tasked with guessing words to crack the code and gain access to the system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages