Ports and adaptations of Pokemon Red game in various programming languages.
Pokemon Red game port in JavaScript.
Pokemon Red game port in Python.
Pokemon Red game port in TypeScript.
Open index.html in a web browser or serve the files with a local server.
python main.py# Compile TypeScript
npx tsc
# Serve the files
npx serveaudio/- Sound filesdata/- Game data (Pokemon, moves, items)engine/- Game engine codegfx/- Graphicsmaps/- Map datascripts/- Game scriptstext/- Text dataram/- RAM definitions