Giter VIP home page Giter VIP logo

maze's Introduction

Maze

For this assessment, you'll be making a maze game where you have to get Chok from the starting square to the finish square.

Getting Started

To get started, fork this repository into your own GitHub account then clone this repository to your local machine:

foo@bar:~ $ git clone [email protected]:github-username/maze.git
foo@bar:~ $ cd maze
foo@bar:~/maze $

Note github-username above. In other words, don't simply copy-paste the code above blindly into a terminal.

Next, Open "maze.js", scroll to "START HERE", and start coding!

You may also wish to look at the other code to get a grasp of how the game works as a whole, but I suggest doing so after you've taken a look at "START HERE".

Difficulty Levels

There are 4 difficulties:

  • easy
  • medium
  • hard
  • epic

Medium is the default. If you complete it and would like to try another difficulty, commit your changes and switch to that branch.

The following will save your progress in "medium" mode, and move on to hard:

foo@bar:~ $ git add .
foo@bar:~ $ git commit -m "I just finishd medium mode."
foo@bar:~ $ git checkout hard

maze's People

Contributors

aphonicchaos avatar

Watchers

 avatar  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.