tylerjrichards / streamlit-dungeon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Streamlit Dungeon Crawler

Explore the depths of an ancient dungeon in the first streamlit-based dungeon crawler game! Navigate through dangerous traps, defeat fearsome monsters and uncover the secrets of the DuNgeOn. With intuitive controls and beautiful graphics, this game will keep you entertained for hours. Experience the thrill of adventure as you progress through levels and uncover powerful treasures. Join the adventure today and become the hero of the dungeon!

Technical side

Streamlit recalculates whole app in response to user input. This feature can be used to create interactive applications, such as a dungeon crawler game, where the user interacts with the page and the page updates in real-time to reflect the changes.

dungeon.streamlit.app

Change log:

01.02.2023

  • added intro audio
  • now you can gather gold

31.01.2023

  • new enemy added - mimic

29.01.2023

  • added intro screen
  • added damage mechanics

28.01.2023

  • completely new engine - WIP

About


Languages

Language:Python 87.7%Language:CSS 12.3%