An open API service indexing awesome lists of open source software.

https://github.com/hi-shekhar/hurdle_game

Cross hurdle and win game
https://github.com/hi-shekhar/hurdle_game

angularjs directive-angular game javascript

Last synced: about 1 month ago
JSON representation

Cross hurdle and win game

Awesome Lists containing this project

README

          

# hurdle_game

1. Their is three path with hurdles
2. Run through path using on screen button click and keyboard keys
3. Keys : up -> UpArrow key , Down -> DownArrow Key , Left -> LeftArrow key , Right -> RightArrow Key , leftUp -> 'Q', rightUp -> 'E', leftDown -> 'A' , rightDown ->'D'
4. Play for fun

## How to start
1. Run npm install
2. npm start
3. Open the website
http://localhost:8080/
Note: Default port is set to 8080

## Home Page
![Home](Images/home.png)

## Level 1
![Level 1](Images/level_1.png)


## Level 2
![Level 2](Images/level_2.png)

## Level 3
![Level 3](Images/level_3.png)


## Success
![Success](Images/success.png)

## Failure
![Failure](Images/fail.png)