An open API service indexing awesome lists of open source software.

https://github.com/manish7294/knightowl

A python based 2D game powered by Pygame 2D engine
https://github.com/manish7294/knightowl

pygame-2d-engine python3

Last synced: 11 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# KnightOwl

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

![Screenshot](https://raw.githubusercontent.com/manish7294/KnightOwl/master/GameScreen.png)

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.