class ReadMe {
private String teamName = "almond coffee";
private String[] contributors = {"Rachit Bhandari","Aakanksha"};
private String[] githubIDs = {"Rachit's Profile","Aakanksha's Profile"};
}
The project code is sufficiently easy to setup, run, and test:
- Download and extract the zip file and navigate to the extracted folder.
- Right click and open in the terminal and execute the following command
cd angry-birds-game-v1.3-main/almond-coffee
- Build and run using the command
./gradlew run
, and you're ready to go!