Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 882 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 882 Bytes

logo

A daily guessing game based on the mobile game Brawl Stars by Supercell

Features

  • Keeps track of player data (local storage)
  • Daily brawler for everybody through a random seed
  • Basic social features through generating an emoji representation of the player game
  • Hard mode by removing up/down arrow hints
  • Toggleable preference for clicking suggestions to submit immediately
  • Basic stats generation

Technical stuff

This was written in basic JavaScript. It uses CSS for styling.

Data that is stored (history, user preferences, game progress) is stored completely locally and can be removed through clearing web cookies. The randomized brawler is based on a set seed and the date and is the same for everybody.

Note: Google analytics collects some basic data that isn't linked to the user.