Skip to content

VocalNutria9174/uno-js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<audio autoplay loop hidden>
  <source src="https://github.com/VocalNutria9174/uno-js/raw/master/menu.mp3" type="audio/mpeg">
</audio>

Uno

This is the card game Uno. It is based on the original card game and implements most of the original rules. The game can be played against up to 3 computer players. It is a singleplayer game.

Contents

How to Start the Game

Visit https://vocalnutria9174.github.io/uno-js/

Development

Want to contribute? Great!

To fix a bug or add an enhancement, follow these steps:

  • Fork the repo
  • Create a new branch (git checkout -b improve-feature)
  • Make the appropriate changes in the files
  • Add changes to reflect the changes made
  • Commit your changes (git commit -am 'Improve feature')
  • Push to the branch (git push origin improve-feature)
  • Create a Pull Request

Credits

CSS for uno cards based off a pen by rn404 on codepen.com containing CSS for cards 0-10

Languages

  • JavaScript 65.6%
  • CSS 18.6%
  • HTML 15.8%