Code of Conduct Changelog Contributing API
A simple command line text based survival game, written in Python and designed for developers. Other implementation is coming soon!
- Clone this repository
git clone https://github.com/indra87/human-survival-simulator.git
- Install required python package
pip install click
- Run the game
python main.py
- Format
make format
- Lint
make lint