Metadata-Version: 2.4
Name: Hack-Quest-CLI
Version: 1.0.0
Summary: A CLI adventure game where you play as a hacker trying to break into a bank vault.
Author-email: Samy0_o <samytonygo@gmail.com>
License: MIT License
        
        Copyright (c) 2025 Samy0_o
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rich
Dynamic: license-file


# Hack Quest (CLI Version)

Hack Quest is a adventure game where you play as a hacker trying to break into a bank vault. Navigate rooms, collect items, hack systems, and avoid getting caught! ## This version is a terminal program utilizing text commands

## Features

- Explore different rooms and locations.
- Collect and use items.
- Hack various systems with password puzzles.
- Item Inventory.
- Coin System.

## How to Play

1. Follow the on-screen prompts to move, hack, buy, and interact with the world.
2. Use your wits to solve hacking puzzles and progress through the story.
3. If you're confused use the help command! (H)

## Demo Video


https://github.com/user-attachments/assets/a6a11870-6b5d-4824-bd8f-d0be5bcd820f


## Requirements CLI
- Python 3.7 or higher
- Rich
  

## Upcoming
- GUI Version of the game or possibly a 2D game with animations!
- Game improvements such as more Inventory management, extended map locations and story.

## Notes
- The current release is linux only. The code itself however supports windows and linux. You can download Main_Hack.py and run it using python IDE or command line.
- The Pypi package could not be published at the mean time due to bad internet and technical issues, so publishing was delayed for now
- The go command uses (north-south-east-west) not up, down, left and right

## Requirements
- rich
- The release binary is linux based (tested on ubuntu 24.04)

## License
MIT License

## Credits
Created by SamyIOoOI

