A library to easily set up typergames.
Project description
Typergame.py
By @drooler (https://bit.ly/drooler)
Current version: V0.2.4
Update logs
V0.1.0 - First build
V0.1.1 - Bug fixes
V0.2.0 - Added costum user stats
V0.2.1 to V0.2.4 - Bug fixes
How to set up
1- Install with pip
Run pip install typergame
2- Create a .py and paste in the template code
Template code:
import typergame
game = typergame.Typergame("Project name", ["exit"])
running = True
while running:
command = game.user.run()
if command == "exit":
running = False
game.functions.write("Press enter to exit")
input()
game.functions.clear()
3- Build your game: add commands, add user stats,...
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
typergame-0.2.4.tar.gz
(2.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file typergame-0.2.4.tar.gz.
File metadata
- Download URL: typergame-0.2.4.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
43cca05de1321253af66e5488c2a5c1a6367b053c4323ff0792eb62c04f69379
|
|
| MD5 |
ef25959d14901bbf18151b85762604f3
|
|
| BLAKE2b-256 |
1ee70fe2db6e803df340dfa91c1cba8a2dd94f322927377a6f573850992ed704
|
File details
Details for the file typergame-0.2.4-py3-none-any.whl.
File metadata
- Download URL: typergame-0.2.4-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d03f603b44cd45b6a54aaf236fa5083f4ee2d8d87b242fa5dc196a3db4953db
|
|
| MD5 |
8d050bbe4645c9758bb51543b942a0f2
|
|
| BLAKE2b-256 |
a085335230ffa807138aebd935fea584cdb821ad9de3dfc31d9779741550efd6
|