Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/irevenko/osu-guess-the-map
๐ฒ๐งฉ Guess the map osu! game using MEVN stack
https://github.com/irevenko/osu-guess-the-map
express expressjs game mevn mevn-project mevn-stack mongo mongodb node node-js nodejs osu osugame vue vuejs
Last synced: about 2 months ago
JSON representation
๐ฒ๐งฉ Guess the map osu! game using MEVN stack
- Host: GitHub
- URL: https://github.com/irevenko/osu-guess-the-map
- Owner: irevenko
- License: mit
- Created: 2020-06-22T17:29:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-07T19:21:18.000Z (over 4 years ago)
- Last Synced: 2023-03-09T00:36:18.441Z (almost 2 years ago)
- Topics: express, expressjs, game, mevn, mevn-project, mevn-stack, mongo, mongodb, node, node-js, nodejs, osu, osugame, vue, vuejs
- Language: JavaScript
- Homepage: https://osu-guess-the-map.herokuapp.com/
- Size: 887 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# osu! guess the map game ๐ฒ๐งฉ
MEVN Stack
Current maps number: 300
https://osu-guess-the-map.herokuapp.com# Technologies ๐งพ
* Vue
* vue-router
* Tailwind CSS
* axios, lodash
* Node
* express
* mongodb# Preview ๐
HOME
IMAGE GAME SETTINGS
AUDIO GAME SETTINGS
IMAGE GAME
AUDIO GAME
WITH BLUR EFFECT
# Quick Start ๐
```git clone https://github.com/irevenko/osu-guess-the-map.git```
```cd osu-guess-the-map/client```
```npm run serve```
```cd osu-guess-the-map/server```
```node server.js```
```go to localhost:8080```# What I Learned ๐ง
* Vue, router
* client-server architecture# ToDo
* Multiplayer
* Customize audio player
* More maps
* Add other assests
* Add quiz with 4 variants
* Hints
* New input check system# License ๐
(c) 2020 Ilya Revenko. [MIT License](https://tldrlegal.com/license/mit-license)