Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/logotip4ik/colorgame
This is simple game in web. You need to guess color by it's hex
https://github.com/logotip4ik/colorgame
game
Last synced: 2 days ago
JSON representation
This is simple game in web. You need to guess color by it's hex
- Host: GitHub
- URL: https://github.com/logotip4ik/colorgame
- Owner: logotip4ik
- License: mit
- Created: 2020-08-15T19:04:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T13:41:35.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T10:02:12.980Z (over 1 year ago)
- Topics: game
- Language: Vue
- Homepage: https://color-game-virid.vercel.app/
- Size: 3.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# color-game
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).