https://github.com/softvar/bridge-the-gap
Entry game for js13kGames 2015
https://github.com/softvar/bridge-the-gap
Last synced: 6 days ago
JSON representation
Entry game for js13kGames 2015
- Host: GitHub
- URL: https://github.com/softvar/bridge-the-gap
- Owner: softvar
- License: mit
- Created: 2015-09-12T11:34:53.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-18T20:57:16.000Z (almost 11 years ago)
- Last Synced: 2025-01-03T18:13:39.278Z (over 1 year ago)
- Language: CSS
- Homepage: http://js13kgames.com/entries/bridge-the-gap
- Size: 200 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Bridge The Gap
==============
Entry game for [js13kGames](http://2015.js13kgames.com/) competition.
Here's the link to play - [Bridge The Gap](http://js13kgames.com/entries/bridge-the-gap)
Here's the video compilation - [Bridge The Gap's Video Compilation](https://youtu.be/wBhNJL-zXXM?t=424)
A simple HTML5 game where a player has to create bridges in order to cross buildings.


Rules
-----
1. Press down to start creating a bridge.
2. Release to lay down the bridge across buildings.
3. If bridge completely lies over buildings, player is awarded with a +1 score and is moved ahead.
4. If a player places one of the bridge's end exactly over the mid-point(central point) of the building, a bonus +1 point is awarded.
5. If bridge fails to completely lie across the two buildings, then game is OVER!
REVERSED Mode
-------------
1. REVERSED mode is set in an aperiodic manner(at random intervals) where buildings swap their locations and a player has to lay bridge in an opposite direction(RIght to Left).
Technology
----------
This game is developed using HTML5, CSS3 and JavaScript.
Animations and Transitions using CSS3
Sound Effects using [jsfxr](https://github.com/mneubrand/jsfxr)