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 or the ~/.uno_forge_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, use the function unoforge.add_menu_function. A callback passed to this function may return True to exit the menu.
Executing something when the game ends
To execute something when the game ends, use the function unoforge.register_exit_callback.
Release files for Uno-Game 1.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| Uno Game-1.1.0.tar.gz | 9.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| Uno_Game-1.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 22.7 kB
Release files / Uno Game-1.1.0.tar.gz
| Download URL | Uno Game-1.1.0.tar.gz |
|---|---|
| Size | 9.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
158f79db570f34f3425f47ad232d4c53e480a44b8a94302d1176a63d4df3681c
|
|
BLAKE2b-256 checksum How to use checksums |
06be8013f78ab7a166689ff5e49f34225e0a67fa9d5dc7b7c426e08d57055147
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.5
|
Release files / Uno_Game-1.1.0-py3-none-any.whl
| Download URL | Uno_Game-1.1.0-py3-none-any.whl |
|---|---|
| Size | 13.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f960953fde425d51f6314c6d6dac092c3ce6e8512315f398885e9afefa0c564d
|
|
BLAKE2b-256 checksum How to use checksums |
0327fa2259583cf73b56ff3e78a68fbc3f6dd394c03036e58c0f9ee5e7fedaa6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.5
|