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
- Host: GitHub
- URL: https://github.com/manish7294/knightowl
- Owner: manish7294
- Created: 2017-06-16T04:05:27.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-10T05:13:05.000Z (about 8 years ago)
- Last Synced: 2025-07-19T17:08:14.958Z (11 months ago)
- Topics: pygame-2d-engine, python3
- Homepage:
- Size: 5.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

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.