https://github.com/indra87g/hss
https://github.com/indra87g/hss
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/indra87g/hss
- Owner: indra87g
- Created: 2024-12-11T06:45:08.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-16T07:37:08.000Z (3 months ago)
- Last Synced: 2025-02-08T02:11:47.701Z (3 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- Funding: .github/FUNDING.yml
- Code of conduct: docs/code_of_conduct.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Human Survival Simulator

[](https://opensource.org/licenses/MIT)

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