Skip to content

An incomplete port of my lttp remake to the phaser engine and typescript.

License

Notifications You must be signed in to change notification settings

tomdevelops/lttp-phaser

 
 

Repository files navigation

The Legend of Zelda: A Link to the Past (WebGL Edition)

This is a recreation of Nintendo's The Legend of Zelda: A Link to the Past. This is not a port of the game, this is not code conversion, this is not the ROM running in an emulator. This is a complete, written from scratch, recreation of one of my favorite classic games using WebGL in the browser. While I will try my hardest to preserve the spirit of the game, and to come as close to the original as I can; expect slight differences in gameplay, mechanics, and graphics.

This project is in no way endorsed by Nintendo. Most images, logos, characters, dialog, plot, and other assets taken from the original Link to the Past are copyrights of Nintendo; I claim no ownership of any of the assets taken from the original game.

This game is built with Phaser.

Running the Game

The current state of the game is highly in flux, but you can always run the current state of master by installing Node.js, and running the following:

cd lttp-phaser
npm install && npm start

Then point your browser to http:https://localhost:8000. If you wish to use a gamepad you will need to be running Chrome 24+ or a special build of Firefox.

Resources

Below is a list of resources I used for game content. This including sprites, sounds, technical data, walkthroughs, mob information, and misc details of the game:

Roadmap

Below is the current TODO list for the project:

  • Enemies (generic npc loading from tmx)
  • Dialog
  • Cutscenes
  • First Dungeon (palace)

License and Legal

This code-base is released under the MIT License.

All dependencies are released under their own respective licenses.

Most images, logos, characters, dialog, plot, and other assets taken from the original The Legend of Zelda: A Link to the Past are copyrights of Nintendo; I claim no ownership of any of the assets taken from the original game.

About

An incomplete port of my lttp remake to the phaser engine and typescript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.3%
  • JavaScript 3.6%
  • Other 1.1%