/airplaneGame

:rocket: A plane Game builted with Kaboom.Js/Javascript

Primary LanguageJavaScriptMIT LicenseMIT

Shoot N' Fly 🚀

A game builded with Javascript, not finished yet.

Play on Browser/Vercel 🌎

You can play the game here

Play on your local machine 💻

  1. Clone this repository

  2. Run on your console, to install dependencies

    yarn

    or

    npm install
  1. After installation, run
    yarn dev

    or

    npm run dev

Contributing ✌️

  1. Fork the project.
  2. Create a branch for your changes (git checkout -b feature/fooBar)
  3. Do a commit (git commit -am 'Add some fooBar')
  4. Push (git push origin feature/fooBar)
  5. Create a new Pull Request