MSpilari / airplaneGame

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

Home Page:https://shoot-n-fly.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://shoot-n-fly.vercel.app/

License:MIT License


Languages

Language:JavaScript 96.7%Language:HTML 2.5%Language:CSS 0.8%