Skip to content

willfrey/gamechanger

 
 

Repository files navigation

Game Changer

A template to create slides with simple prompts and a fixed scoreboard that allows players to keep track of their points

Web version

  • If you don't want to install python and streamlit, you can use the Web Version
    • The web version is a little laggy, so I do recommend installing and running it locally
  • Make sure you allow autoplay for the webpage on your browser so the sounds play correctly
  • On the cover, you'll see a ⚙️ button. Click there to edit the game and Apply the changes when you're done
  • Alternatively, you can Download config.json file. That file can be imported as a config with the Upload button to import all settings next time you visit the page
  • The overall structure works on mobile and other devices, but it's not completely responsive, so you might see a few bugs. I recommend using a large monitor or TV to properly display everything

Installation

How to use

  • Run streamlit run app.py
  • Access localhost: http://localhost:8501/ if it didn't open up automatically
  • Make sure you allow autoplay for the webpage on your browser so the sounds play correctly
  • On the cover, you'll see a ⚙️ button. Click there to edit the game and Apply the changes when you're done
  • Alternatively, you can Download config.json file. That file can be imported as a config with the Upload button to automatically import all settings
  • Leaving the exported config.json file on the root folder will automatically import the settings when running the code, without the need to import manually
  • To change the cover, overwrite the assets/media/cover file. Formats accepted are png, jpg, jpeg and webp. You can remove the file to automatically jump to the first slide
  • To change the audios played, you can overwrite the files in assets/sounds

Credits

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%