In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "UNO"

From WiiBrew
Jump to navigation Jump to search
(Moved link to Wayback Machine)
 
(43 intermediate revisions by 17 users not shown)
Line 1: Line 1:
{{Infobox homebrewapp
+
{{Infobox homebrew
 
| title      = Uno
 
| title      = Uno
| image      = [[Image:UnoCardBack.JPG]]
+
| image      = [[File:UnoCardBack.JPG]]
| desc        = Multiplayer Uno Card Game
+
| type        = card game
| type        = Game
 
 
| author      = [[User:kriogeN|kriogeN]]
 
| author      = [[User:kriogeN|kriogeN]]
| download    = [http://www.tehskeen.com/modules.php?name=Downloads&file=viewarticle&id=2610 Uno v4 Download]
+
| version    = 12
| source      = Unknown
+
| download    = https://web.archive.org/web/20170828060011/https://wii.nintendomax.com/Homebrews/Jeux/Uno/UNO.rar
| peripherals = {{Wiimote1}} {{WiFi}}
+
| source      =  
 +
| peripherals = {{Wiimote1}} {{FrontSD}} {{WiFi}} {{Internet}}
 +
| hbb        = yes
 
}}
 
}}
 +
This is the card game '''UNO'''!
  
Please note the below is a translation of the read me from spanish to english and may contain errors.
+
You can play 2-4 players through the Internet (or a local network). It can be played against 3 other players controlled by the Wii.
  
==Description==
+
''Please note the below is a translation of the read me from Spanish to English and may contain errors.''
This is the card game Uno, from 2 to 4 people can play via the Internet (or local area network). You can play against 3 players controlled by the Wii.
 
  
==Controls==
+
== Controls ==
  
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
! Button !! Action
+
! {{Wiimote}} !! Action
 
|-
 
|-
| {{WiimoteBButton}} || Put a letter if you can put it. If you put a wildcard choose the color.
+
| {{WiimoteBButton}} || Choose a card if it is possible to play. If you have a WILD select the color  
 
|-
 
|-
| {{Wiimote2Button}} || Jump your turn.
+
| {{Wiimote1Button}} || Just like B but saying UNO!. It serves for when you skip your turn instead of button +
 
|-
 
|-
| {{WiimoteMinusButton}} || If after skipping your turn has brought a letter that you can make, not the pones.  
+
| {{Wiimote2Button}} || Skip your turn.
 
|-
 
|-
| {{WiimotePlusButton}} || If after skipping your turn has brought a letter that you can put the pones.
+
| {{WiimoteMinusButton}} || After skipping your turn you play a card
 
|-
 
|-
| {{WiimoteDPadRight}}|| Moves your hand on your right to see more cards.
+
| {{WiimotePlusButton}} || After skipping your turn you do NOT play a card
 
|-
 
|-
| {{WiimoteDPadLeft}} || Move your hand to the left to see more cards.
+
| {{WiimoteDPadRight}}|| Move your Deck to the right to see your cards
 +
|-
 +
| {{WiimoteDPadLeft}} || Move your Deck to the left to see your cards
 +
|-
 +
| {{WiimoteDPadDown}} || You oppose a player (only on your turn). Choose the player whom you oppose. You can oppose several players on your turn
 
|}
 
|}
  
==Configurations==  
+
== Configurations ==
Edit server.xml and adjusts the server's IP and port with which want to connect (if you're going to act as a server you also have to configure, but it can be the IP private rather than public)  
+
Edit server.xml and change the server's IP and port with the one you want to connect to (if you're going to act as a server you also have to configure, but the IP can be private rather than public)
 +
 
 +
In order to use a different font replace fuente.ttf with another ttf.
 +
 
 +
In order to play music copy a musica.ogg file into the same directory as the game.
 +
 
 +
== Language ==
 +
 
 +
The messages in the game are in the file mensajes.xml; it can easily be translated to other languages (or customized)
 +
 
 +
Change the following files to support English:
 +
 
 +
barajas.xml
 +
<source lang=xml>
 +
<?xml version="1.0"?>
 +
<baraja nombre='Card Deck by Deragonsu'  ruta='cartas/deragonsu/'/>
 +
<baraja nombre='Card Deck by Venps23'  ruta='cartas/venps23/'/>
 +
</source>
 +
 
 +
mensajes.xml
 +
<source lang=xml>
 +
<?xml version="1.0"?>
 +
<mensaje mensaje='PLAYER'/>
 +
<mensaje mensaje='UNO! PLAYER'/>
 +
<mensaje mensaje='OPPOSED UNO! OF PLAYER'/>
 +
<mensaje mensaje='YOU WISH TO FINISH PLAYING?'/>
 +
<mensaje mensaje='REMAINING CARD?'/>
 +
<mensaje mensaje='WAITING FOR CONNECTION CLIENT 1'/>
 +
<mensaje mensaje='CONNECTED CLIENT'/>
 +
<mensaje mensaje='INITIALIZING NETWORK'/>
 +
<mensaje mensaje='RECEIVING LETTER'/>
 +
<mensaje mensaje='1. NETWORK 2 PLAYERS'/>
 +
<mensaje mensaje='2. NETWORK 3 PLAYERS'/>
 +
<mensaje mensaje='-. NETWORK 4 PLAYERS'/>
 +
<mensaje mensaje='+. CLIENT GAME'/>
 +
<mensaje mensaje='A. LOCAL GAME'/>
 +
<mensaje mensaje='PRESS HOME TO EXIT'/>
 +
<mensaje mensaje='THE WINNER IS PLAYER'/>
 +
<mensaje mensaje='PRESS 1 TO RETURN TO MAIN MENU'/>
 +
<mensaje mensaje='B. CHANGE DECK'/>
 +
</source>
  
==Rules==
+
meta.xml
The rules are one of the classic:
+
<short_description>UNO Card Game</short_description>
  
* If you can not put a single letter sacks one before turning to the next round, and if you can put that card can do.  
+
<long_description>UNO Card Game, is the card game Uno, can play for 2-4 players via the Internet (or LAN). </long_description>
  
* If you have a wildcard takes the next 4 loses his turn.
+
== Rules ==
 +
UNO! Classic:
  
* There is no accumulation of +2.
+
* If you cannot play a card you must draw before moving on, otherwise play a card in your deck.
 +
* WILD DRAW 4 also loses a turn
 +
* No DRAW 2 accumulation
 +
* No card chains (SKIP/REVERSE/DRAW)
  
* No letter boomerang.
+
== Acknowledgment ==
 +
To Deragonsu for his design of the original cards.
  
==Acknowledgement==
+
To venps23 for his design of the cards.
A Deragonsu for his design of the cards.  
 
  
==Cos outstanding==  
+
== Pending Items ==
* Improvement of the graphic menus, and something most of the game.
+
* Thoroughly test Online gameplay
* Audio
+
* Other things, but something always gets in the way :P
* Test the depth Online.
 
* Some jet to say ONE, and that others know that you've said.
 
* A few more things, you can always happen something: P
 
  
==Features==  
+
== Features ==
* Improved graphical game (Regarding V3)
+
* Added Sound and Music (V11)
 +
* Resolved many online bugs (V11)
 +
* Main Menu visibility (V11)
 +
* Only allow .jpg format for cards (V10)
 +
* New method to indicate the color of a Joker (V10)
 +
* New cards by venps23 (V10)
 +
* Unuseable cards appear transparent (V10)
 +
* When not the players turn does not draw the card indicated by the cursor (V10)
 +
* Changes in the format of the files to be able to allow different graphic formats (V9)
 +
* Time between card and card that the players controlled by the Wii sent in Local mode (V8)
 +
* Multiple decks supported (barajas.xml), change with B in the main menu (V7)
 +
* Font Source in TrueType, can be changed by replacing TTF file (v7)
 +
* Change in the format of some files (V6)
 +
* Probability of when the Wii does not oppose nor says UNO (V6)
 +
* Messages in the file mensajes.xml (V5)
 +
* UNO Challenges/Oppositions (V4)
 +
* Graphic improvement of the game (V3)

Latest revision as of 08:17, 21 August 2022

Uno
UnoCardBack.JPG
General
Author(s)kriogeN
TypeCard game
Version12
Links
Download
Downloadable via the Homebrew Browser
Peripherals
Wiimote1.svg Loads files from the Front SD slot Local WiFi Internet

This is the card game UNO!

You can play 2-4 players through the Internet (or a local network). It can be played against 3 other players controlled by the Wii.

Please note the below is a translation of the read me from Spanish to English and may contain errors.

Controls

Wiimote.svg Action
Wiimote B Button Choose a card if it is possible to play. If you have a WILD select the color
Wiimote 1 Button Just like B but saying UNO!. It serves for when you skip your turn instead of button +
Wiimote 2 Button Skip your turn.
Wiimote - Button After skipping your turn you play a card
Wiimote + Button After skipping your turn you do NOT play a card
Wiimote D-Pad Right Move your Deck to the right to see your cards
Wiimote D-Pad Left Move your Deck to the left to see your cards
Wiimote D-Pad Down You oppose a player (only on your turn). Choose the player whom you oppose. You can oppose several players on your turn

Configurations

Edit server.xml and change the server's IP and port with the one you want to connect to (if you're going to act as a server you also have to configure, but the IP can be private rather than public)

In order to use a different font replace fuente.ttf with another ttf.

In order to play music copy a musica.ogg file into the same directory as the game.

Language

The messages in the game are in the file mensajes.xml; it can easily be translated to other languages (or customized)

Change the following files to support English:

barajas.xml

<?xml version="1.0"?>
<baraja nombre='Card Deck by Deragonsu'  ruta='cartas/deragonsu/'/>
<baraja nombre='Card Deck by Venps23'  ruta='cartas/venps23/'/>

mensajes.xml

<?xml version="1.0"?>
<mensaje mensaje='PLAYER'/>
<mensaje mensaje='UNO! PLAYER'/>
<mensaje mensaje='OPPOSED UNO! OF PLAYER'/>
<mensaje mensaje='YOU WISH TO FINISH PLAYING?'/>
<mensaje mensaje='REMAINING CARD?'/>
<mensaje mensaje='WAITING FOR CONNECTION CLIENT 1'/>
<mensaje mensaje='CONNECTED CLIENT'/>
<mensaje mensaje='INITIALIZING NETWORK'/>
<mensaje mensaje='RECEIVING LETTER'/>
<mensaje mensaje='1. NETWORK 2 PLAYERS'/>
<mensaje mensaje='2. NETWORK 3 PLAYERS'/>
<mensaje mensaje='-. NETWORK 4 PLAYERS'/>
<mensaje mensaje='+. CLIENT GAME'/>
<mensaje mensaje='A. LOCAL GAME'/>
<mensaje mensaje='PRESS HOME TO EXIT'/>
<mensaje mensaje='THE WINNER IS PLAYER'/>
<mensaje mensaje='PRESS 1 TO RETURN TO MAIN MENU'/>
<mensaje mensaje='B. CHANGE DECK'/>

meta.xml <short_description>UNO Card Game</short_description>

<long_description>UNO Card Game, is the card game Uno, can play for 2-4 players via the Internet (or LAN). </long_description>

Rules

UNO! Classic:

  • If you cannot play a card you must draw before moving on, otherwise play a card in your deck.
  • WILD DRAW 4 also loses a turn
  • No DRAW 2 accumulation
  • No card chains (SKIP/REVERSE/DRAW)

Acknowledgment

To Deragonsu for his design of the original cards.

To venps23 for his design of the cards.

Pending Items

  • Thoroughly test Online gameplay
  • Other things, but something always gets in the way :P

Features

  • Added Sound and Music (V11)
  • Resolved many online bugs (V11)
  • Main Menu visibility (V11)
  • Only allow .jpg format for cards (V10)
  • New method to indicate the color of a Joker (V10)
  • New cards by venps23 (V10)
  • Unuseable cards appear transparent (V10)
  • When not the players turn does not draw the card indicated by the cursor (V10)
  • Changes in the format of the files to be able to allow different graphic formats (V9)
  • Time between card and card that the players controlled by the Wii sent in Local mode (V8)
  • Multiple decks supported (barajas.xml), change with B in the main menu (V7)
  • Font Source in TrueType, can be changed by replacing TTF file (v7)
  • Change in the format of some files (V6)
  • Probability of when the Wii does not oppose nor says UNO (V6)
  • Messages in the file mensajes.xml (V5)
  • UNO Challenges/Oppositions (V4)
  • Graphic improvement of the game (V3)