Colin 4c474208de Implemented Surf Animation (#381)
* Menu Indices are reset upon the start of a game. (#355)

* Added `saveIndex` property to certain menus.

* Menu Indices are reset upon the start of the game.

* Added menu indexing for battle menu. (#357)

* Updated Items menu so that item interaction is possible (#362)

Reshaped Items menu, added use/toss Item menu, fixed Pause menu to
reshape if the Player has a Pokedex. Fixes #361.

* Rebased and Addressed Comments to previous PR
2016-11-28 16:51:30 -05:00
2016-11-28 16:51:30 -05:00
2015-06-17 05:20:21 -04:00

FullScreenPokemon

Build Status NPM version

A free HTML5 remake of the original Pokemon, expanded for modern browsing.

Build Process

FullScreenPokemon uses Gulp to automate building, which requires Node.js.

To build from scratch, install NodeJS and run the following commands:

npm install -g gulp
npm install
gulp

See Build Details for detailed Gulp usage.

Languages
TypeScript 99.9%