Skip to content

Commit 8570049

Browse files
committed
Commit For Version Alpha 2!
1 parent 472afd2 commit 8570049

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Title_Screen_REWRITE.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def web_clicked():
2626

2727
def show_about():
2828
# Shows the about messagebox
29-
messagebox.showinfo("About", "Exploding Kittens Game, recreated in python by Noah Beaudin\nVersos: Alpha Build 1\nGithub Page: github.com/nerbler09\nCheck the licence for sharing and use of the source code")
29+
messagebox.showinfo("About", "Exploding Kittens Game, recreated in python by Noah Beaudin\nVersion: Alpha Build 2\nGithub Page: github.com/nerbler09\nCheck the licence for sharing and use of the source code")
3030

3131
def show_licence_file():
3232
# Opens the licence.html File In The Webbrowser

readme.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ fill free to clone it, but it would be appreciate if you gave credit
1212
- Open up you preferred editor, I used [VS Code](https://code.visualstudio.com/)
1313
- Run `python Title_Screen_REWRITE.py` to run
1414

15-
Overview:
16-
```
17-
git clone https://github.com/NERBLER09/Exploding-Kittens-In-Python
18-
# Open your preferred editor, vs code or atom and start working!
19-
python Title_Screen_REWRITE.py
20-
```
15+
## Versions
16+
Currently there are 7 releases of Exploding Kittens In Python available for download.
17+
18+
You can download all versions for Windows. For now you can't download Exploding Kittens In Python for linux, but
19+
a Snapcraft download will be available soon. A MacOS download wont be available.
20+

0 commit comments

Comments
 (0)