laurooyen / corona-game

An online multiplayer card game based on the Corona Virus.

Home Page:https://floatymonkey.com/corona

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Corona Game

An online card game based on the Corona Virus.

Screenshot of the Game

About

This game was made to keep myself busy during the COVID-19 lockdown and to have something to do during Skype calls with my friends.

Special thanks to Thomas Van de Vliet for his amazing drawings and Jonathan Swinnen for the soundtrack.

Fun Facts: The Lockdown card depicts Maggie De Block, our Belgian Minister of Health at the time of the outbreak. The Future card depicts Marc Van Ranst, a well-known virologist and epidemiologist in Belgium. The man on the Fake News card requires no introduction I guess.

Usage

Installation

# Install npm dependencies
npm i

# Download game assets (music, images, ...)
npm run download-assets

Development

# Run Node.js server
# Auto restarts on code changes
npm run server

# Run webpack-dev-server (in a separate console)
# Launches a web browser and hot reloads client code
npm run dev

Production

In production we rely on NGINX to perform SSL termination, serve static files and redirect http and https traffic to the Node.js server. All static files can be easily bundled using Webpack. Before you do so, make sure to configure the GAME_SERVER URL in webpack.prod.js.

# Bundle all client code and place output in 'dist' folder
npm run build

About

An online multiplayer card game based on the Corona Virus.

https://floatymonkey.com/corona

License:MIT License


Languages

Language:Vue 46.2%Language:JavaScript 45.8%Language:CSS 6.7%Language:HTML 1.3%