/Rainy-McDonalds-The-Remake

Remake of my old game named `Rainy McDonalds`

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Rainy-McDonalds-The-Remake

This project is a remake of my old game named Rainy McDonalds, that I have made back in 2019-2020 in Processing3 using Java. The point of this project is to see how I improved since then, and how I use the new concepts that I have learnt since then, like OOP (Classes, Methods, Inheritance, Singletons, Abstraction), HitBoxes, Physics, GUI, Terminal, .bat and .sh files and etc.

The old game was made in one year. The original concept was taken by my teammate "D", and I agreed to it, and it was pretty simple and funny to implement this idea in code. I still enjoy it :D


Compile & Run

Windows

1. .bat Files

  • Click on windows_compile.bat to compile the code.
  • Click on windows_compile.bat to run the code.

Linux

1. .sh Files

  • Open the project in Terminal
  • Make the compile file (linux_compile.sh) executable:
chmod +x linux_compile.sh
  • Run the linux_compile.sh executable:
./linux_compile.sh
  • Make the run file (linux_run.sh) executable:
chmod +x linux_run.sh
  • Run the linux_run.sh executable:
./linux_run.sh