- Demo Site
- The other repo used for deploying to streamlit is here:WaffleHack2
- This is a practice hack for the Shenanihack hackathon.
Waffled is a simple interactive game built with Streamlit, where players need to make a quick choice between 'Waffle' and 'Hacker' buttons before the countdown ends. Players earn points if they correctly guess what is behind the question mark.
Make sure you have Python and Streamlit installed on your system.
pip install streamlit
- Clone the repository:
git clone https://github.com/your-username/WaffleMe.git
cd WaffleMe
- Install dependencies:
pip install -r requirements.txt
- Run the Streamlit app:
streamlit run app.py
Visit the provided URL in your browser to play.
- Choose between 'Waffle' and 'Hacker' buttons.
- Earn waffles based on correct choices.
-
Fix glitches and improve user experience.
-
Organize and fix code to make it cleaner.
-
Feel free to clone the repository, explore the code!
Thank you for visiting!
- Session State Reference
- Game is somewhat based on the Higher Lower game