https://github.com/scriptraccoon/memory-multiplayer
This is a multiplayer memory game app.
https://github.com/scriptraccoon/memory-multiplayer
Last synced: over 1 year ago
JSON representation
This is a multiplayer memory game app.
- Host: GitHub
- URL: https://github.com/scriptraccoon/memory-multiplayer
- Owner: ScriptRaccoon
- License: mit
- Created: 2021-02-23T03:02:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-26T00:04:30.000Z (over 2 years ago)
- Last Synced: 2024-05-30T16:49:57.039Z (about 2 years ago)
- Language: JavaScript
- Homepage: https://playmemory.onrender.com
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Memory
This is a multiplayer memory game app.
https://playmemory.onrender.com
The app creates links, including a game id, which can be shared with anyone to start the game. You can also adjust the number of rounds as well as the number of cards per round (which has to be even).
Once two players have opened the link, the game starts. If you join the game later, you become a viewer, thus see everything what the players do. There is a score board which shows who has won how many rounds.
The images for the cards are generated randomly using [unsplash](https://unsplash.com/).
Currently the frontend is built with jQuery, which is considered to be obsolete. Maybe it will be replaced by a more modern framework at some point. The backend is built with Node, express, socket.io and ejs templates.