Skip to content

FelipeRenault/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

Public page

You can access it for free here on GitHub pages, without installing anything!

Configuration

  • 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 (or press S) to edit the game and Apply the changes when you're done
  • Your changes should be saved on your browser, however, if making lots of changes, such as creating players and prompts, make sure to export a backup file as explained below
  • You can click Download config.json to export your settings file. That file can later be imported with the button on the top right of the settings page to automatically import all settings, players, prompts and cover image

Installing

  • Node.js
  • npm (installed with node)
    • Built and tested with node v25.0.0

Run locally

npm install
npm run dev

Open the local URL shown by Vite, usually http://localhost:5173/.

Local settings

  • Leaving the exported config.json file on the public folder will automatically import the settings when running the code, however, local storage still has a higher priority
  • To change the audios played, you can overwrite the files in public/assets/sounds

Contributing

Good luck. The original project was made in Python with Streamlit. It's still available on the streamlit branch. There, I could grasp what was going on. However, due to latency issues when hosting the game on Streamlit's cloud, AI suggested I should migrate to a native web option. So I did, well, it did. Now I don't have much knowledge of what's going on anymore, since I'm not a frontend dev, but I'm glad it's working. If you want to contribute to the project, feel free. I'll likely have a superficial look into it and approve if it's a nice feature and works fine :)

Credits

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors