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.
Visit https://compscilauren.github.io/uno/index.html
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
CSS for uno cards based off a pen by rn404 on codepen.com containing CSS for cards 0-10