https://github.com/indra87g/human-survival-simulator
https://github.com/indra87g/human-survival-simulator
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/indra87g/human-survival-simulator
- Owner: indra87g
- Created: 2024-07-31T06:16:07.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-11-27T02:36:47.000Z (5 months ago)
- Last Synced: 2024-12-02T16:12:30.439Z (5 months ago)
- Language: Python
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Human Survival Simulator

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