A recreation of the Uno card game
Project description
Running
To run Uno, use the command python -m uno.
To run Uno Forge, use the command python -m uno_forge.
Installing
To install use the command python -m pip install uno-game, (python -m pip install uno-game-forge for Uno Forge).
Modding
NOTE: The latest version of uno_forge supports the following uno versions: 1.0.2
Starting
Create a mod in the mods folder with a compatable Python file extension and follow the following conventions:
File start:
import uno
import uno.main as unomain
import unoforge # Optional
File end:
if __name__ == '__main__': unomain.main()
Features
Custom main menu item
To add a custom main menu item, modify unomain.options. unomain.options is a list of (label, func). func accepts a 1-item list called quitter. quitter[0] is set to False be default, setting it to True causes the menu to close; being the main menu, this will most likely end the program.
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 Distributions
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 Uno_Game-1.1b1-py3-none-any.whl.
File metadata
- Download URL: Uno_Game-1.1b1-py3-none-any.whl
- Upload date:
- Size: 13.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a7cfa9042310dcfab0e27c0457d43b26c7ba65db70679d71e228cd521cd4b8b
|
|
| MD5 |
f5cb4dd697fcfe3792ee61abbd4a4525
|
|
| BLAKE2b-256 |
b50c17df3278ea2905a9b07d1f50478918610fe765f3a5386b77648b5e263501
|