Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Latest commit

 

History

History
29 lines (16 loc) · 579 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 579 Bytes

alt text

Screenshots

fight

Prereqs

Running

  1. pipenv install
  2. make run

Testing

make test

Styling

using black (https://github.com/python/black) to automatically format Python code.

Run make lint format python code.

Troubleshooting

  • If you see an error about a missing module, it is likely that someone else added it and now you need to install it in your pipenv. Just do pipenv install and you should be good to go.