Poke-Platformer is a resizable, in-browser platformer game built entirely with React and javascript.
Poke-Platformer utilizes React Game Engine and Matter.js for the physics.
Assets were purchased from itch.io. Specific asset attributions are addressed in kudos.md
npm i
-> installs dependenciesnpm run start
-> runs projectnpm run build
-> builds production webpack bundled filesnpm run build:dev
-> builds development webpack bundled files