"Rush-Hour" game for CS319 (Object Oriented Software Engineering) Term Project, Bilkent University, Fall 2018
In this project we are going to implement our version of the classic board game "Rush-Hour". The basic premise of the game is to guide a car out of a traffic jam by moving other cars which serve as blocking pieces on the puzzle board. The lesser the number of moves, the higher the score! Also, the user has to free the car within a certain time limit. This is a level-based game with 4 levels of difficulty and 40 challenges, each presenting a new puzzle.
The programming language we have decided to use is Java which we will implement on Desktop using JavaFX and GUI.
First, make sure you have Java installed. Here's a simple How To?. Then, run the following commands:
1 - $ git clone https://github.com/naisila/rushHourByChainCoders.git
2 - $ cd rushHourByChainCoders/
3 - $ javac src/rushHour/*.java
4 - $ java src.rushHour.RushHourFrame
After 4th command, the game should open (please contact us in case you experience any problem). We hope you have fun playing! 😄
https://www.thinkfun.com/products/rush-hour/
We finished version 1.0 of the game and we are excited to announce it!
Check out this cool YouTube tutorial.
Check out this cool presentation made by Chain Coders.
Enjoy! ❤️ We are working on version 2.0.
Hooray hooray! We finished version 2.0 of the game and we are even more excited to announce it!
Check out this cool Game Trailer.
Check out the full project presentation made by Chain Coders.
Also, you can look at this Game Tutorial!
Enjoy! ❤️ User is top priority for us! We hope you have fun playing this game!