Skip to content

luoran852/CoinCarGame

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

2021 Computer Graphics - Coin Car Game

This project is a term-project of computer graphics classes,
and its object is to improve programming skills and ability to cooperate with members.
We used HTML & javaScript.

capture

key features

  • Joystick : Move the position of the car with a joystick. You have to move well to avoid obstacles.

  • Time limit : 30 seconds limit, you can't get a score after 30 seconds.

  • Coin : If a car hits a coin, you can get 5 points.

  • Reset : When the reset button is pressed, the car returns to the initial position, and the score is initialized to 0 point.

How to play the game

  • 1. You need to download entire folder

  • 2. There is a need for an extension program of chrome called "web server for chrome".

  • 3. Execute it and connect the folder by "CHOOSE FOLDER".

  • 4. Run the "web server url".

  • 5. get into "..\CG_termProject_teamD\CoinCarRacing\carGame"

Then you can see the above image in your window. Let's play the game!

References

Joystick & Camera

Coin collision & Collision sound

Collision detection

cannon.js library

Team members & roles

  • 201933089 장준 - [email protected]
    • Role : Animation(Map, object implementation), physics (engine)
  • 201935034 김한결 - [email protected]
    • Role : Animation(Coin object implementation, Collision)
  • 201935042 문혜정 - [email protected]
    • Role : Animation(Map, object implementation), physics (engine)
  • 201935117 임수이 - [email protected]
    • Role : Interface(Implementation of time, score management logic)

Presentation Link

Youtube URL: https://www.youtube.com/watch?v=Tlx3DHoYB8M

About

Computer Graphics - CoinCarRacing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.8%
  • HTML 0.2%