Skip to content

Text based adventure game made using Django & MySQL/SQlite

Notifications You must be signed in to change notification settings

miikanissi/django-adventure-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐍 Django Adventure Game

Text based adventure game made using Django & MySQL/SQlite.

Live demo of the app can be viewed at my website.

This was a fun project during my Web Development course at HAMK UAS. This project helped me learn the basics of Django Framework and later I have used Django to build a couple other websites.

How the game works

Playing the game is simple. You will face multiple choices to each scene and you select what you would do in the situation. The goal of the game is to survive.

Under the hood the heavy lifting is done by Django's database queries. Each scene has options linked to it and those options have a link to another scene to proceed in the game. For each scene the background image can also be changed from the database.

About

Text based adventure game made using Django & MySQL/SQlite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published