https://github.com/techwatching/ei8it213-lab9
https://github.com/techwatching/ei8it213-lab9
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/techwatching/ei8it213-lab9
- Owner: TechWatching
- License: mit
- Created: 2024-04-10T15:15:16.000Z (almost 2 years ago)
- Default Branch: lab9
- Last Pushed: 2024-05-03T12:03:15.000Z (almost 2 years ago)
- Last Synced: 2025-01-08T14:18:43.179Z (about 1 year ago)
- Language: TypeScript
- Size: 357 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A 2048 Game Clone written in Vue with Multiplayer support!
# Vue 2048
A clone of the popular [2048 Game](https://play2048.co/) written in Vue with support for Multiplayer.
[2048.wheatjs.me](https://2048.wheatjs.me)
## Development Setup
- Install [Node.js](https://nodejs.org/en/) >=v16 and [pnpm](https://pnpm.io/)
- Run `pnpm install`
- Run `pnpm dev` and visit `http://localhost:5173`
## Tech Stack
- Vue
- Vite
- VueUse
- UnoCSS
- PeerJS
- Pinia
## License
[MIT](./LICENSE) License © 2022-PRESENT [Jacob Clevenger](https://github.com/wheatjs)