andrezero / pixel-run

An extremely hard - but beatable - canvas mini game.

Home Page:https://andrezero.github.io/pixel-run/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pixel run

an extrenely hard javascript canvas mini game

Built with vanilla JS. When I was teaching the Web Development course at Ironhack Barcelonam, all students had to build a game after only 2 weeks of curriculum. I had a lot of fun helping them and eventually playing their games. At some point I felt a bit jealous so I built one myself.

WARNING: This code is not maintained

Very obvious - but due - WARNING: I will try to keep this clean and free from vulnerabilities, but use at your own risk ;-)

  • Just press space (or tap and hold) to slow down the pixel.
  • Tip: Slow down early to accelerate sooner
  • If you slow down for too long you will kill the pixel

How to win:

  • There are only 5 levels and you have 3 minutes to complete all levels.
  • You can die as many times as you want.
  • Finishing early and with less kills will give you bonus points.

scripts

  • npm run dev - develpoment server
  • npm start - serves latest build from /dist
  • npm run build - generate a new build in /dist

About

An extremely hard - but beatable - canvas mini game.

https://andrezero.github.io/pixel-run/


Languages

Language:JavaScript 98.6%Language:EJS 0.9%Language:CSS 0.5%