Hacker Warz is a text-based hacking simulation game inspired by the retro game "Drug Wars" that was played on graphing calculators back in the day. In this game, you step into the shoes of a hacker, navigating the digital underworld, and making choices that will determine your success or downfall.
- Getting Started
- Game Overview
- How to Play
- Features
- Contributing
-
Python 3.x installed on your system.
-
colorama library installed
pip install colorama
-
Clone the Repository:
git clone https://github.com/milosilo/hacker-warz.git
-
Navigate to the Project Folder:
cd hacker-warz
-
Run the Game:
python hacker_warz.py
In Hacker Warz, you are a skilled hacker trying to make a name for yourself in the digital underworld. Your goal is to accumulate wealth and reputation while avoiding the authorities. To do this, you'll engage in various hacking activities, buy and upgrade tools, and make critical decisions.
When you start the game, you'll be presented with a main menu that offers several options:
-
Start New Game: Begin a new game.
-
Load Saved Game: Continue from a previously saved game (if available).
-
Buy Items: Purchase essential items for your hacking endeavors.(has some kinks to workout)
-
Buy Upgrades: Upgrade your hacking skills and tools.(has some kinks to workout)
-
Hacking Options: Explore various hacking activities and locations.
-
Save Game: Save your progress.
-
Quit: Exit the game.
The core gameplay revolves around these actions:
-
Hacking: Engage in different hacking activities to earn money and reputation. Beware of the risks and consequences of your actions.
-
Buying Items: Purchase items such as firewalls, antivirus software, and more to improve your hacking capabilities.
-
Buying Upgrades: Invest in upgrading your hacking skills and tools to increase your efficiency and success rate.
-
Saving and Loading: Use the "Save Game" and "Load Game" options to continue your progress later.
To win the game, accumulate a specified amount of wealth and reputation points. However, be cautious of the authorities, as illegal activities can lead to your capture.
-
Text-based interface reminiscent of classic calculator games.
-
Various hacking activities and locations to explore.
-
A wide range of items and upgrades to enhance your hacking abilities.
-
Save and load game functionality for convenience.
-
Engaging gameplay inspired by "Drug Wars."
Contributions are welcome! If you'd like to contribute to the development of Hacker Warz, please follow these steps:
-
Fork the repository.
-
Create a new branch for your feature or bug fix:
git checkout -b feature-name
. -
Commit your changes:
git commit -m 'Add new feature'
. -
Push to your branch:
git push origin feature-name
. -
Submit a pull request to the
main
branch of the original repository.
Enjoy playing Hacker Warz and relive the excitement of classic calculator games while mastering the art of hacking!