Skip to content
This repository has been archived by the owner on Sep 10, 2023. It is now read-only.
/ ConventionBingo Public archive

A buzzword-bingo-esque to play with your weeb friends at conventions. Vanilla JS PWA

Notifications You must be signed in to change notification settings

Rankarusu/ConventionBingo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConventionBingo

A buzzword-bingo-esque to play with your weeb friends at conventions.

Since a few friends of mine and me are always playing some kind of convention bingo with a sheet we pull from google images every time in the last minute, I decided to make our lives easier and learn a little more about web development by creating this PWA. I used HTML, SCSS and Vanilla JS for this as they are the same tools i currently use at my apprenticeship.

Features

  • Playable out of the box with almost 50 different fields
  • Installable as a PWA to play offline
  • Active sheets can be rerolled and edited freely
  • Sheets (including their progress) can be saved, loaded, as well as imported and exported
  • You are free to edit, remove or add new fields as you see fit.
  • Persistence by utilizing the browsers local Storage

Installation

Directly from my website

  1. click here and just play there.
  2. install the PWA to your device from the little icon in your URL-bar or the three-dot-menu on your phone.

Docker

In case you want to host an instance of this Spaghettiball yourself (for whatever reason), be my guest. Here is a docker compose script you can use. And here is a link to the container on DockerHub.

version: "2.2.3"
services:
  con-bingo:
    image: 'rankarusu/convention-bingo:latest'
    container_name: 'con-bingo'
    restart: unless-stopped
    ports:
      - '8888:80'

Screenshots

About

A buzzword-bingo-esque to play with your weeb friends at conventions. Vanilla JS PWA

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published