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

https://github.com/indra87g/hss


https://github.com/indra87g/hss

Last synced: 28 days 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/hss/src/game/player.py?label=Total%20Downloads&style=for-the-badge)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
![GitHub contributors](https://img.shields.io/github/contributors/indra87g/hss)
![GitHub commit activity](https://img.shields.io/github/commit-activity/w/indra87g/hss)

[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
```