View on GitHub

KnightOwl

A python based 2D game powered by Pygame 2D engine

KnightOwl

KnightOwl is an arcade game depicting a Knight as main character and dragons as foes in an imaginary world.

Screenshot

KnightOwl is python based game built on top of PyGame 2D Engine.

Prerequisites:

  1. Python 3
  2. Pygame-5.x

Installation:

  1. First make sure your system have python 3 installed
  2. Install pygame using pip

    pip install pygame

If you would like to build the game then you will have to build chipmunk on your system.