I made 3 simple minigames with streamlit for my university project

I’m greatly inspired by this blog post by Joel Grus at making games with streamlit.

I tried to make it with the help of my friend. It was pretty hard to figure it out at first, but in the end, I managed to finish it.

The web app has three games:

  1. Guess Number
  2. Guess Word
  3. Tic Tac Toe

You can visit it here https://ccrsxx.herokuapp.com
or here https://share.streamlit.io/ccrsxx/pywebapp/app.py

Source code here GitHub - ccrsxx/pywebapp: A web app that is written entirely in Python

2 Likes

Great app. I like the idea of the “send me a message” window for feedback.

1 Like

Thanks. It was my friend’s idea lol, very cool feature, so I added it.

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.