Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TomJohnH/streamlit-dungeon
/ types & classes
Types & classes
3 in github.com/TomJohnH/streamlit-dungeon
⨍
Functions
33
◇
Types & classes
3
↓ 2 callers
Class
Character
Class representing a character in the game, inheriting from GameObject.
streamlit_app.py:79
↓ 1 callers
Class
InanimateObject
Class representing an inanimate object in the game, inheriting from GameObject.
streamlit_app.py:101
Class
GameObject
Base class for game objects, containing common properties and methods for characters and inanimate objects.
streamlit_app.py:43