An open API service indexing awesome lists of open source software.

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.

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

![images](https://i.imgur.com/VqULeYN.png)

## 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)