Skip to content

QCgeneral29/Smart-Car

Repository files navigation

Smart Car

This project was created by Landen Love, Nguyen Vuong, and Hoang Bui at Augustana College. This project was created for the Software Development course CSC-305.

video gif showing gameplay

How to download

Windows

Download from the Releases page. Extract zip contents and open run.bat.

Mac

git clone https://github.com/QCgeneral29/Smart-Car

Import project into eclipse and add the following VM arguments to run configuration

--module-path "javafx-sdk-11.0.2-mac/lib" --add-modules javafx.controls,javafx.media,javafx.base,javafx.graphics,javafx.swing

(You might have to add the javafx libraries to your build path)

Linux

git clone https://github.com/QCgeneral29/Smart-Car

Import project into eclipse and add the following VM arguments to run configuration

--module-path "javafx-sdk-11.0.2-linux/lib" --add-modules javafx.controls,javafx.media,javafx.base,javafx.graphics,javafx.swing

(You might have to add the javafx libraries to your build path)

How to play

The longer your car stays alive, the more points you gain. In order to survive, you must stay on the road and avoid other motorists. You are also being chanced by a malicious hacker that wants to run you off the road!

The player

This is your car, make sure you drive safe!

picture of the player's car

This is the evil hacker that wants to take control of your vehicle. Avoid bumping into him!

picture of the enemy hacker

There are other motorists on the highway. Avoid bumping into them and taking damage!

picture of the enemy hacker

Collect toolboxes to repair your car.

picture of the enemy hacker

About

2020 class project for CSC305. Created by Landen Love, Nguyen Vuong, and Hoang Bui.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages