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

https://github.com/indra87g/human-survival-simulator


https://github.com/indra87g/human-survival-simulator

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Human Survival Simulator

![GitHub Downloads (specific asset, all releases)](https://img.shields.io/github/downloads/indra87g/human-survival-simulator/main.py?label=Total%20Downloads&style=for-the-badge)

[Code of Conduct](src/docs/code_of_conduct.md)
[Changelog](src/docs/changelog.md)
[Contributing](src/docs/contributing.md)
[API](src/docs/api.md)

A simple command line text based survival game, written in Python and designed for developers.
Other implementation is coming soon!

## Getting Started
- Clone this repository
```sh
git clone https://github.com/indra87/human-survival-simulator.git
```
- Install required python package
```
pip install click
```
- Run the game
```sh
python main.py
```

- Format
```sh
make format
```

- Lint
```sh
make lint
```