Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ananyaarun/subway-surf
WebGL Implementation of Subway Surfers
https://github.com/ananyaarun/subway-surf
Last synced: 2 months ago
JSON representation
WebGL Implementation of Subway Surfers
- Host: GitHub
- URL: https://github.com/ananyaarun/subway-surf
- Owner: ananyaarun
- Created: 2019-03-07T21:23:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-17T08:29:40.000Z (almost 4 years ago)
- Last Synced: 2023-03-06T03:24:58.522Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 10.9 MB
- Stars: 0
- Watchers: 1
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Subway-Surf
## By Ananya Arun### Running Instruntions
- Open index.html in any browser preferably firefox.
- firefox index.html
### Versions Inplemented
- All (1.0,2.0,3.0,4.0)### Controls
- A : move left
- D : move right
- S : Duck under obstacles
- W : Jump over obstacles
- G : Change to greyscale mode### Features
- Player and police in a chase sequence.
- Obstacle course with 3 lanes.
- Type 1 obstacle to slow down player.
- Type 2 obstacle to kill player.
- Moving Trains that reduce life of player on collision.
- Coins on the lanes.
- Flying boost to make player fly.
- Jumping boots to increase height of jump.
- Shader tasks ie greyscale, flashing walls and sky and textured tracks.### Bonus Implemented
- Used textures for all objects in the game efficiently.
- Flashing textured sky.
- Life key boost to increase life of player. This can be collected from the sky after receiving the flying boost.
- 2 kinds on Moving trains to reduce life of player.
- Running police dog that mimics player.