hyperapp-frogger

MIT License

Stars
4

Hyperapp Frogger

http://mixed-spade.surge.sh/

A simple Frogger like application using Hyperapp.js.

I published a detailed post about it here:

Frogger in Hyperapp

The app demonstrates how to track data that is likely to change by storing it in Hyperapp.js's state. This includes the positions of enemies and avatars on the x and y axis. Actions are then used to handle logic and update the state accordingly. The logic in our actions will also update the state for events like collision detection between the positions of the sprites.

Installing

Clone the repository and open up your terminal in directory of project

npm install

To launch application:

npm start

Deployment

npm run deploy

Built With