Code Monkey home page Code Monkey logo

snake-vue3's Introduction

Snake ๐Ÿ

asd

follow on Twitter

How to play ๐Ÿ“•

If you'd like to know about how to play the game, you can find about it here: HOW_TO_PLAY.md

Development ๐Ÿ‘จโ€๐Ÿ’ป

Prerequisites ๐Ÿ—น

You need to install and setup the following:

  • node.js
  • yarn
  • git

Clone the repository ๐Ÿค–

  • Open up a terminal (Linux, macOS), or a command prompt (Windows)
  • Navigate to the directory you would like to download this repository in
    • You can do this by running a cd command like so:
    cd /directory/for/this/repo
    • Do not forget to change /directory/for/this/repo with the directory of your own choosing!
  • Clone the repository by running the following command:
git clone https://github.com/ekinkaradag/snake-vue3.git

Run the game ๐Ÿ•น

  • If the cloning process went well, you need to change the directory to the newly created snake-vue3 folder in order to install the dependencies

    • To Change the directory, run the following command:
    cd snake-vue3
    • This can be done by running the following command:
    yarn
    • Or, if you prefer to use npm, you can run this:
    npm install
  • Once the dependencies are installed, you can start the game in a live dev environment.

    • This can be done by running the following command:
    yarn dev
    • Or, if you prefer to use npm, you can run this:
    npm run dev
  • If you would like to build it:

    • This can be done by running the following command:
    yarn build
    • Or, if you prefer to use npm, you can run this:
    npm run build
    • When you do this, the built files will be available in the dist folder.
  • If you would like to deploy it to GitHub Pages:

    • This can be done by running the following command:
    yarn deploy
    • Or, if you prefer to use npm, you can run this:
    npm run deploy

Thank you ๐Ÿ‘

Thanks to all the supporters of the project! If you would like to contribute, make sure to check out CONTRIBUTING.md

Stargazers:

Stargazers repo roster for @ekinkaradag/snake-vue3

Forkers:

Forkers repo roster for @ekinkaradag/snake-vue3

snake-vue3's People

Contributors

ekinkaradag avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.