gamesfordev / gitwords

GitWords - Tech word assembling game with git commands

Home Page:https://gitwords.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nko2017-nullpointer

Image of logo

Demo

Demo Link

How to Play

  • Step 01 : Go to this Link

  • Step 02 : Enter your nick name and click "START GAME" button start game

  • Step 03 : You will get few word chunks in purple coloured boxes

  • Step 04 : You need to arrange those chunks in a correct order
    example: (2)pl (1)es (0)Ap = Apples
    To arrange these chuncks we have to use git commands as below
    git add 0
    git add 2
    git add 1

    add chunk

  • Step 05 : After every word you have to commit your changes using below git command
    git commit
    If your arrangement is correct you will gain marks. If yor arrangement is incorrect you will not gain any mark.

    finish

  • Step 06 : After 3 minuits of time your total marks will be displayed on Screen.
    If you click the "PLAY AGAIN" button you will see heighest marks in leaderboard which is on right side of the screen

    play again leaderboard

except that these are other commands you can perform in the terminal.

  • clear, cls to clear the console.
  • 'music off' to turn off music. 'music on' to turn it back on
    And enjoy the game :)

About

GitWords - Tech word assembling game with git commands

https://gitwords.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 56.8%Language:CSS 25.4%Language:HTML 17.8%