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

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.

Awesome Lists containing this project

README

          

## DragonSlayer

#### Date Written: 03/24/2016

#### Game Interface:

![GameInterface.png](https://github.com/kitestring/DragonSlayer/blob/master/GameInterface.png)

#### 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.