Skip to content

Bob The Racer is a Java Swing car racing game to presents and show the benefits of the Builder design pattern.

Notifications You must be signed in to change notification settings

gollgot/MCR_BobTheRacer

 
 

Repository files navigation

MCR - Bob The Racer

This project is part of the HEIG-VD design pattern course. We created a little car racing game with Java swing to present and show the benefits of the builder pattern.

You can create 2 cars step by step or randomly (player1 and player2 cars), and after that you will be able to generate random bots to have more opponents. When all your racers are ready you can start the race and show who will be the best racer !

Installation

You can download here the source code and the runnable java application called BobTheRacer.jar. Don't forget to keep the resources folder at the same location as the app.

  • Windows: Double click on the executable "BobTheRacer.jar"
  • Linux: $ java -jar BobTheRacer.jar

Screenshots

Home Screen

Car Builder

Race

About

Bob The Racer is a Java Swing car racing game to presents and show the benefits of the Builder design pattern.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%