Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gonnavis/uno
A remake of the classic card game UNO for the web.
https://github.com/gonnavis/uno
Last synced: 22 days ago
JSON representation
A remake of the classic card game UNO for the web.
- Host: GitHub
- URL: https://github.com/gonnavis/uno
- Owner: gonnavis
- Created: 2021-08-14T05:25:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-14T05:26:10.000Z (over 3 years ago)
- Last Synced: 2024-05-28T15:59:54.122Z (7 months ago)
- Homepage: https://scuffeduno.online
- Size: 5.91 MB
- Stars: 2
- Watchers: 0
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🃏 [Scuffed Uno](https://scuffeduno.online) 🃏
![screenshot of scuffed uno](https://raw.githubusercontent.com/freddie-nelson/uno/main/screenshot.png)
## About
[Scuffed Uno](https://scuffeduno.online) is an open source remake of the classic card game Uno.
## Features
- Up to 4 person multiplayer
- Mobile support
- Private rooms
- Stacking +2 and +4
- Hand drawn card textures## Technology
- The frontend is built with [VueJS 2](https://vuejs.org/) along with Vue router for client side routing.
- The backend is powered by [NodeJS](https://nodejs.org/en/) and [socketio](https://socket.io/) running on a heroku free tier dyno.
- PWA capabilities are enabled by [@vue/cli-plugin-pwa](https://cli.vuejs.org/core-plugins/pwa.html)