Hungry dragon is a hungry birds clone only with a dragon... build in Phaser as part of a udemy course
as simple as:
- Clone the project.
cd
into the root folder.- run
npm install
(asuming you have npm and node installed on your machine). - run
gulp
. - go to
localhost:3000
in your browser and walla.