Skip to content

Commit

Permalink
Update README.md with 'How to contribute' section; Update screen shot…
Browse files Browse the repository at this point in the history
…; Update Bansoko version to 1.0.0

Signed-off-by: Krzysztof Furtak <[email protected]>
  • Loading branch information
kfurtak1024 committed Dec 24, 2020
1 parent bd02c4d commit 463a7b5
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 9 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ verify_ssl = true
pylint = ">=2.6.0"
mypy = ">=0.790"
pyinstaller = ">=4.1"
nuitka = ">=0.6.10.2"
setuptools = ">=51.0.0"
wheel = ">=0.36.1"
twine = ">=3.2.0"
Expand Down
23 changes: 15 additions & 8 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,16 @@ python3 -m bansoko
## Modding
**Bansoko** is heavily modifiable thanks to included resource builder. More information on how to 'mod' it can be found on [Bansoko modding page](https://github.com/kfurtak1024/bansoko/wiki/Bansoko-modding).

## How to contribute

### Submitting an issue

Use the issue tracker to submit bug reports and feature/enhancement requests.
When submitting a report, please select the appropriate [template](https://github.com/kfurtak1024/bansoko/issues/new/choose).

### Submitting a 'mod'

If you have created a modification for Bansoko which you would like to publish then please contact me via <[email protected]>

## License
This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/kfurtak1024/bansoko/blob/master/LICENSE) file for details.
2 changes: 1 addition & 1 deletion bansoko/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Main Bansoko module exposing game globals.
"""
__version__ = "0.9.9"
__version__ = "1.0.0"

GAME_FRAME_RATE = 30
GAME_FRAME_TIME_IN_MS = 1_000 / GAME_FRAME_RATE
Expand Down
Binary file modified docs/screen_shot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 463a7b5

Please sign in to comment.