Skip to content

Commit

Permalink
Prepare Bansoko for first PyPi release
Browse files Browse the repository at this point in the history
Signed-off-by: Krzysztof Furtak <[email protected]>
  • Loading branch information
kfurtak1024 committed Dec 11, 2020
1 parent 9e049f2 commit 3ff0132
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h1 align="center">
<img src="https://github.com/kfurtak1024/bansoko/blob/master/docs/logo.png">
<img src="https://github.com/kfurtak1024/bansoko/raw/master/docs/logo.png">
</h1>
<p align="center">
<a href="https://github.com/kfurtak1024/bansoko/releases/latest">
Expand Down Expand Up @@ -31,14 +31,14 @@
> *Good luck!*
<p align="center">
<img src="https://github.com/kfurtak1024/bansoko/blob/master/docs/screen_shot1.png">
<img src="https://github.com/kfurtak1024/bansoko/blob/master/docs/screen_shot2.png">
<img src="https://github.com/kfurtak1024/bansoko/blob/master/docs/screen_shot3.png">
<img src="https://github.com/kfurtak1024/bansoko/raw/master/docs/screen_shot1.png">
<img src="https://github.com/kfurtak1024/bansoko/raw/master/docs/screen_shot2.png">
<img src="https://github.com/kfurtak1024/bansoko/raw/master/docs/screen_shot3.png">
</p>
<p align="center">
<img src="https://github.com/kfurtak1024/bansoko/blob/master/docs/screen_shot4.png">
<img src="https://github.com/kfurtak1024/bansoko/blob/master/docs/screen_shot5.png">
<img src="https://github.com/kfurtak1024/bansoko/blob/master/docs/screen_shot6.png">
<img src="https://github.com/kfurtak1024/bansoko/raw/master/docs/screen_shot4.png">
<img src="https://github.com/kfurtak1024/bansoko/raw/master/docs/screen_shot5.png">
<img src="https://github.com/kfurtak1024/bansoko/raw/master/docs/screen_shot6.png">
</p>

## Installation
Expand Down
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.7"
__version__ = "0.9.8"

GAME_FRAME_RATE = 30
GAME_FRAME_TIME_IN_MS = 1_000 / GAME_FRAME_RATE
Expand Down

0 comments on commit 3ff0132

Please sign in to comment.