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 !
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