This software is developed by:
- Mastermind
- Who risks wins
- Memo
- You're the Bob-omb
- Cut from the team
You can build OOParty using Gradle, first you have to clone the repo:
git clone https://github.com/EmanueleArte/OOP21-ooparty.git
You can then build it on linux or mac-os with:
cd OOP21-ooparty
./gradlew build
If you are on Windows you can use:
cd OOP21-ooparty
gradlew build
Importing OOParty into Eclipse Ide could raise some problems. To fix them, if you are on linux or mac-os use:
./gradlew eclipse
If you are on Windows use:
gradlew eclipse
You can run OOParty on linux or mac-os with:
cd OOP21-ooparty
./gradlew run
If you are on Windows you can use:
cd OOP21-ooparty
gradlew run