Skip to content

Enet/unicorn-runner

 
 

Repository files navigation

🐴 unicorn-runner

tinkoff fintech stepan zhevak

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.

Installation

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 install

Start

Game

To start the game:

yarn start:game

or just click image below:

Editor

To start the editor:

yarn start:editor

or just click image below:

Build

To build final bundles:

yarn build

Skip

If 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! 🐸

Contacts

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 🐰

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.9%
  • CSS 4.4%
  • Other 0.7%