https://github.com/luisedmc/lost-cli
Simple CLI Adventure-Combat Game written in Python
https://github.com/luisedmc/lost-cli
cli command-line game python python3
Last synced: 10 days ago
JSON representation
Simple CLI Adventure-Combat Game written in Python
- Host: GitHub
- URL: https://github.com/luisedmc/lost-cli
- Owner: luisedmc
- License: mit
- Created: 2023-01-12T02:06:57.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-21T19:04:36.000Z (over 3 years ago)
- Last Synced: 2025-10-09T18:45:10.686Z (8 months ago)
- Topics: cli, command-line, game, python, python3
- Language: Python
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
L O S T
A very simple Adventure-Combat CLI Game written in Python.
## About
You just woke up without a clue where you are. Well... the sound of the waves and the smell of the sea are a good hint. I think you're gonna need more information than that to survive. You climb the highest visible tree and look around. You see ... things ... moving around. Monsters! You start to count them and you realize that there are dozens of them. That's not good. But you also see a boat! That's the way out of here! After a while, you draw a map of the island with all your observations skills. You're ready to start your adventure!
## Controls
In the game you can use:
-
w/s/d/ato move Up/Down/Right/Left -
mapto show the map -
lookto look around your current position -
medidateormdto recover some health -
statusto show your current status -
inventoryto show your inventory and your current equipment -
equipto equip an item from your inventory -
unequipto unequip an item from your inventory -
examineto examine an item from your inventory -
useto use an item from your inventory -
taketo take an item from the ground -
dropto drop an item from your inventory
## Requirements
To install all project dependencies just:
```
pip install -r requirements.txt
```
## Inspirations
-
The Witcher - Items, Monsters