Skip to content

bishwos/simple-sidescroller-game

Repository files navigation

Simple sidescroller game

This is a simple sidescroller I built using a tutorial but heavily refactored to be object-oriented.

overview Play

#TODO

  • Object Oriented
  • Serve using GitHub pages
  • Add help on start
  • Add tests
  • Remove vue and use webpack-nano, webpack-plugin-serve for hot reload.
  • Fix jump velocity
  • Camera concept so that platforms don't move initially until player reaches 400
  • Custom graphics
  • Support vertical play

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint