Skip to content

jange4ik/java-race

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Race in java

Two cars, one track, who win?

You can add more cars and launch them

Example

cars.add(new Car(100, 1.3f, "Yellow car"));

First parameter

This is max speed of the car it is measured in meters

Second parameter

This is acceleration of the car it is measured in meters per seconds

do not forget f at the end in java it's a floating number

Third parameter

This is Name of the car

About

Simple racing written in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages