An open API service indexing awesome lists of open source software.

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

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/a to move Up/Down/Right/Left


  • map to show the map


  • look to look around your current position


  • medidate or md to recover some health


  • status to show your current status


  • inventory to show your inventory and your current equipment


  • equip to equip an item from your inventory


  • unequip to unequip an item from your inventory


  • examine to examine an item from your inventory


  • use to use an item from your inventory


  • take to take an item from the ground


  • drop to drop an item from your inventory

## Requirements

To install all project dependencies just:
```
pip install -r requirements.txt
```

## Inspirations



  • The Witcher - Items, Monsters