This is a clone of Dragon Warrior for the Nintendo Entertainment System, done in Python.
Python 3.10 (or higher), PyGame, PyGame Menu
Run it from the command line using the interpreter. If you are in the DragonWarrior directory, type: python src/game.py
WASD / ↑←↓→ : Move
K: Open Command Menu
J: Close Command Menu
I: Pause
h264low.mp4
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.