DigiDigiblez / poke

Pokemon Red gameboy game lookalike with redux & react-pixi

Home Page:http://smithchris.com/poke/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Poke

So far looks like a clone of original pokemon red ;) Demo

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

http://smithchris.com/poke/


Languages

Language:TypeScript 86.9%Language:JavaScript 8.9%Language:CSS 2.7%Language:HTML 1.5%