Skip to content

Dive into "Shadow Dance"! A guitar hero inspired game with a twist. Crafted in Java with unique graphics and engaging gameplay of 3 levels.

License

Notifications You must be signed in to change notification settings

peterdarmadji/shadow-dance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shadow Dance

Dive into "Shadow Dance"! A guitar hero inspired game with a twist. Crafted in Java with unique graphics and engaging gameplay of 3 levels, with increasing difficulty and the appearance of special notes (starting from level 2), and alien enemies (starting from level 3) to complete the 2-parts project given by University of Melbourne Object Oriented Software Programming Course.

Screenshots

Start Screen

Start Screen

Level 1 Overview

level 1 Overview

Level 2 Overview

level 2 overview

Level 3 Overview

level 3 overview

Loss Screen

Loss Screen

Win Screen

Win Screen

Technologies Used

Installation

To get started with Shadow Dance, follow these steps:

  1. Clone the Project: Open a terminal or command prompt and navigate to the directory where you want to clone the project.

    git clone https://github.com/peterdarmadji/shadow-dance.git
    cd shadow-dance
  2. Change JDK to Amazon Corretto 11: This game is developed using Amazon Corretto 11 as the recommended JDK. If you don't have Corretto 11 installed, you can download and install it from the Amazon Corretto website.

    Once Corretto 11 is installed, you can set it as the default JDK for the project by updating your project settings or build configuration.

    If you're using an IDE like IntelliJ IDEA, you can do this by following these steps:

    • Open the project in IntelliJ IDEA.
    • Go to File > Project Structure.
    • Under Project settings, select Project.
    • In the Project SDK dropdown, choose the installed Amazon Corretto 11.

    If you're using another IDE or a build tool like Maven or Gradle, refer to their respective documentation for setting the JDK version.

  3. Build and Run: Once you have the correct JDK set up, you can build and run the game.

Authors

Project Status

Project is complete.

Acknowledgements

This project draws inspiration from Guitar Hero, published by Activision. This project was developed for The University of Melbourne's Object Oriented Software Development coursework

License

This project is licensed under the MIT License.

Important

Do not attempt to publish this project for commercial use. This project is only available for demo and shall not be copied for commercial use.

About

Dive into "Shadow Dance"! A guitar hero inspired game with a twist. Crafted in Java with unique graphics and engaging gameplay of 3 levels.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages