https://github.com/kitestring/dragonslayer
The first application wrote using python. Which is a game modeled after one of my childhood favorites called Dragon Warrior on NES.
https://github.com/kitestring/dragonslayer
Last synced: 10 months ago
JSON representation
The first application wrote using python. Which is a game modeled after one of my childhood favorites called Dragon Warrior on NES.
- Host: GitHub
- URL: https://github.com/kitestring/dragonslayer
- Owner: kitestring
- Created: 2017-06-02T02:23:16.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-26T02:37:49.000Z (over 8 years ago)
- Last Synced: 2025-03-12T16:44:24.455Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## DragonSlayer
#### Date Written: 03/24/2016
#### Game Interface:

#### Application Description:
Dragon Slayer was written as a learning game to reinforce the basic concepts of Python, Object Orientated Programming, and GUI creation. Special thanks to the following tutorial websites who got me pointed in the right direction:
1. codecademy.com
1. learnpythonthehardway.org
1. wiki.wxpython.org.