Skip to content

HoleInWater/pokemon-red-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokemon Red Projects

Ports and adaptations of Pokemon Red game in various programming languages.

Projects

pokered_javascript/

Pokemon Red game port in JavaScript.

pokered_python_complete/

Pokemon Red game port in Python.

pokered_typescript/

Pokemon Red game port in TypeScript.

Setup

JavaScript Version

Open index.html in a web browser or serve the files with a local server.

Python Version

python main.py

TypeScript Version

# Compile TypeScript
npx tsc
# Serve the files
npx serve

Structure

  • audio/ - Sound files
  • data/ - Game data (Pokemon, moves, items)
  • engine/ - Game engine code
  • gfx/ - Graphics
  • maps/ - Map data
  • scripts/ - Game scripts
  • text/ - Text data
  • ram/ - RAM definitions

About

Pokemon Red game ports in JavaScript, Python, and TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors