Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 961 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 961 Bytes

Racing-Game

A webGL game with the help of three.js and sim.js.

URL: http://caesor.github.io/racing-game/

##Introduction

Throught learn WebGL book, we realize a racing game in canvas. You can use keys on keyboard up、down、left、right to controll the car to get to finish line. And of course, you couldn't crash with other cars.

##Running in your PC

Download from right URL : https://github.com/Caesor/racing-game/archive/gh-pages.zip

Apply this file in your locate server(such as Apache、jekyll server、node server、tomcat)

Run index.html or just open your local host URL.

##Development

Layout:

.
|--index.html
|--app
	|--game.js
	|--environment.js
	|--player.js
	|--car.js
	|--jsonMedel.js
	|--exhaust.js
|--image
|--lib
|--models
|--sim
|--README.md

##License

MIT LICENSE

©2015 caesor [email protected]