Skip to content

Longwelwind/majority

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Majority

Preview of Majority

Majority is a multiplayer game where players are faced with questions and totally random answers. The goal is to guess which answers will be picked the majority of the players.

Deploy on Heroku

heroku git:remote -a majority-longwelwind
heroku config:set DATABASE_URL=<url>
heroku config:set HTTP_API_TOKEN=<token>
heroku config:set PROMETHEUS_PASSWORD=<pwd>
heroku domains:add majority.longwelwind.net
git push heroku master

Deploy on Dokku

dokku apps:create majority
dokku postgres:create majority
dokku postgres:link majority majority
dokku config:set majority HTTP_API_TOKEN=<token>
dokku config:set majority PROMETHEUS_PASSWORD=<pwd>
git push dokku master

About

Reimplementation of the game of the same name from Motion Twin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published