eforgacs-games / Dragon_Warrior

This is a clone of Dragon Warrior for the Nintendo Entertainment System, done in Python.
5 stars 2 forks source link

Dragon Warrior

Python application

ABOUT

This is a clone of Dragon Warrior for the Nintendo Entertainment System, done in Python.

REQUIREMENTS

Python 3.10 (or higher), PyGame, PyGame Menu

INSTRUCTIONS

Run it from the command line using the interpreter. If you are in the DragonWarrior directory, type: python src/game.py

Default Keys

WASD / ↑←↓→ : Move

K: Open Command Menu

J: Close Command Menu

Enter: Select menu option

I: Pause

Demo video

https://user-images.githubusercontent.com/23140027/165859033-1abe8a84-af2e-48c1-9d74-38cd700d98b5.mp4

Run on Repl.it

For quick demonstration purposes, you can run this in the browser on repl.it, but ideally this should be run normally through the command line as delineated above, since performance suffers greatly in the browser. Additionally, the version of the code currently on repl.it does not have the latest code improvements that this repository does.

Run on Repl.it