https://github.com/winverse/realtime-canvas-game
It is a picture quiz game.
https://github.com/winverse/realtime-canvas-game
Last synced: about 2 months ago
JSON representation
It is a picture quiz game.
- Host: GitHub
- URL: https://github.com/winverse/realtime-canvas-game
- Owner: winverse
- License: mit
- Created: 2021-11-09T12:23:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-23T01:18:42.000Z (over 3 years ago)
- Last Synced: 2025-02-05T11:49:15.336Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 608 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Like catch-mind game
Catch-mind is casual game. It is a picture quiz game in which Kungya characters appear as avatars. [read more](https://namu.wiki/w/%EC%BA%90%EC%B9%98%EB%A7%88%EC%9D%B8%EB%93%9C)
## Outline

## Project Stack
- VueJs
- NestJs
- Docker
- Redis
- SocketIO
- Canvas## Installation
```bash
$ yarn
```## Running the app
```bash
# development
$ yarn run start# watch mode
$ yarn start:dev```
## License
The MIT License (MIT)