Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.61 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.61 KB

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 :)