Skip to content

Simple top down dungeon crawler game made using the Python Arcade Engine.

Notifications You must be signed in to change notification settings

GarnelDale/Demo-Dungeon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This is a short, one dungeon game with hazards and collectibles. Collect all 5 gems and make it to the escape point to win!

I wrote this short game to explore the different capabilites of the Python Arcade engine and to explore which part of video game design and development I enjoy the most. As such, I made as many of the art assets as I had time for and wrote the music for the game. I chose the Arcade engine because it gave me the opportunity to continue practicing my understanding of the Python language.

Software Demo Video

Development Environment

  • Python version 3.9.6
  • Python Arcade version 2.5.6
  • Visual Studio Code
  • MuseScore 3

Useful Websites

Future Work

  • Separate the player and enemy sprite subclasses
  • Make the enemy movement method variable for different movement options and reuseability
  • Implement a multi-level structure for additional play time, difficulty, etc.

About

Simple top down dungeon crawler game made using the Python Arcade Engine.

Topics

Resources

Stars

Watchers

Forks

Languages