Skip to content
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.

CompSciLauren/uno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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://compscilauren.github.io/uno/index.html

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