Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 621 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 621 Bytes

React Poke-Platformer

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

Available Scripts

  • npm i -> installs dependencies
  • npm run start -> runs project
  • npm run build -> builds production webpack bundled files
  • npm run build:dev -> builds development webpack bundled files