VentureRealm is a hyper-realistic digital simulation developed by CompyCore. Set out on an epic adventure into a text-based land of magic, unknown, and danger!
VentureRealm was created during Jesse Millar's college days for a class project that mandated a server backend and a web component frontend (yes, the Windows 98-style window in the screenshot above is actually a part of a website).
- Create an account with Auth0
- Create an application in your Auth0 dashboard
- Set the
AUTH0_CLIENT_ID
,AUTH0_CLIENT_SECRET
, andAUTH0_DOMAIN
environment variables to the values supplied by Auth0 - Optionally set
AUTH0_CALLBACK_URL
if you're using a server other thanhttp://localhost:8080
- Make sure you have Docker and Docker Compose installed
-
Start the backend (add a
-d
flag if you don't care about server output):docker-compose up
-
Navigate to http://localhost:8080
-
Login (or create an account)
-
Play!
- Entirely text based
- Money system
- Purchase from shopkeepers
- Simple inventory
- Limited slots
- Sell on the fly
- Randomly generated map
- Treat the map like the Carcassone board game
- Interact with players
- Directions (n, s, e, w, nw, ne, se, sw)
- look
- get
- fight
- examine
- inventory