Skip to content

brocksexton/WanShowBingo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WanShowBingo white Logo WanShowBingo black Logo

WanShowBingo

The source code for the wan show bingo client & server. https://www.wanshow.bingo/

UPDATE: December 1, 2023 - WAN Show Bingo has been replaced by a brand new React App, and this repository will no longer receive updates. Currently available at https://beta.wanshow.bingo

Discord

Client

The client works by picking random squares from an array.

As of right now, there is no right squares / wrong squares logic, but I want to add a way to moderate that in the (nearterm) future. That would involve tracking each game from the server side.

Server

Currently the Server Side is a Socket.io server which tracks current connections (Limit 1 Per IP to prevent abuse) with plans to add an Account Authentication System in the future and track users Stats & Display a Leaderboard. (Current ideas to prevent cheating is to check against other user's cards and the timestamps of which the tile was clicked. Others is to have Community Moderators who partake in watching wan show validate which tiles can be checked by users to validate winning cards.)

Discord

Join our discord @ https://discord.gg/pWS5mw7jFz

Roadmap

The current ideas/trajectory are as follows

~~1. Re-implement websocket functions to detect current amount of live viewers and analytics for tiles being selected.

  1. Check selected tiles against other users selected tiles to detect cheaters
  2. Introduce Account System & Discord Account Linking for Roles/Ranking in Discord Server (Possibly use Discord as the sole solution to login with SSO?)
  3. Introduce Site Leaderboard (https://leaderboards.wanshow.bingo/ ?) to display top site users.
  4. Add Functionality to export Bingo Card as png/jpg to share - Social Media share options?

Originally by OSTycoon

This repository is forked, and was originally created and maintained by @OSTycoon but https://www.wanshowbingo.com/ has since gone offline. (Update Sept 2023, the website https://wanshowbingo.com/ has come back online.

SD-WEBUI-DESKTOP

Check out this project, which we use in our Discord for Stable Diffusion Image Generation! https://github.com/SpenserCai/sd-webui-discord

Discord

About

The source code for the wan show bingo client. - https://www.wanshow.bingo/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 38.4%
  • CSS 35.1%
  • JavaScript 26.0%
  • PHP 0.5%