Skip to content

smith-chris/poke

Repository files navigation

Poke

How to use

Clone the repo and install local dependencies run:

npm i

You need also original pokemon red assets. Download/clone this repo:

https://github.com/pret/pokered/tree/98f09b6d26b1f83bdf1779cfe63a73b8a4265aef

and put /gfx, /constants, /data and /maps folder in /poke-assets folder (you need to create it).

Then just download and install GraphicsMagick or ImageMagick. On macOS, you can simply use Homebrew and do:

brew install graphicsmagick

or

brew install imagemagick

--

To develop run:

npm start

and open localhost:8080

To build production package run:

npm run prod

and you will find compiled files in /dist directory.

Support

Please open an issue for support.

Contributing

Please contribute using Github Flow. Create a branch, add commits, and open a pull request.

About

Pokemon Red gameboy game lookalike with redux & react-pixi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published