Skip to content

lisayinr/Game-Framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This is a 2D arcade-style game designed to demonstrate how to build an application using Python and Arcade library. This game is a reimagined version of Space Invaders where the player controls a wizard fighting off monsters with magic giving it its name: Wizard Invaders. The player moves left and right and casts spells to hit and destroy approaching enemies. The monsters also attack, and the game continues until the player loses all lives, defeats all enemies, or an enemy reaches the bottom of the screen.

The purpose of this software is to demonstrate how to build a simple video game using Python. It demonstrates the use of sprites, sounds, and keyboard interaction.

Video Demonstration of how my software works: Software Demo Video

Development Environment

  • Visual Studio Code
  • Python 3.12.1
  • Git / Github
  • Arcade library
  • Piskel
  • Open Game Art

Useful Websites

Future Work

  • Create increasingly difficult levels
  • Add a scoring system
  • Add the ability to store highest score

About

Wizard Invaders Game Framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages