Repository contains the game itself and the editor to create new levels easily and quickly. Both applications have no dependencies. All the code is written from the scratch.
To start the game you need to install yarn package manager firstly (if you still didn't). Please, visit the official documentation website and follow the instructions.
When yarn is installed, type the commands below:
git clone [email protected]:Enet/unicorn-runner.git
cd unicorn-runner
yarn installTo start the game:
yarn start:gameor just click image below:
To start the editor:
yarn start:editoror just click image below:
To build final bundles:
yarn buildIf you want to skip level for some reasons, open developer tools in your browser and type in the console:
localStorage.setItem('progress', 3)Good luck and have fun! 🐸
If you have some troubles, bugs or questions how the code works, be free to write me at [email protected]. Also if you are looking for front-end software developer, be aware that I'm looking for a job. Check out my portfolio at https://zhevak.name 🐰