Giter VIP home page Giter VIP logo

uno's Introduction

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.

uno's People

Contributors

gaming32 avatar theglossy1 avatar

Stargazers

Lukas Gabriel avatar Niki Q avatar

Watchers

James Cloos avatar  avatar  avatar  avatar

Forkers

ducrp

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.