Lilypad is a work-in-progress replica of the popular game Just Dance Now, built using the Electron framework. This project aims to recreate the core features of Just Dance Now, including the beat system, lyrics system, scoring system and parsing JDN (Just Dance Now) files.
The core functionality of Lilypad revolves around parsing JDN files. JDN files are used by Just Dance Now to define the choreography and synchronization data for each song. Lilypad aims to parse these files and recreate the dance moves and synchronization in the game. This feature is still a work in progress and may undergo further development.
To get started with Lilypad, follow the steps below:
- Clone the repository:
git clone https://github.com/PartyService/lilypad.git - Install dependencies:
cd lilypad && npm install - Start the application:
npm start
Please note that since Lilypad is still a work in progress, there might be some incomplete or missing features. Development is ongoing, and updates will be made to improve the overall functionality of the application.
For Temporary Save data are depend what drives you save this repository, if you save it on F: then it's located on F:/LilypadData. you need to make the folder manually, you can place your .json and video (currently only mp4) into LilypadData -> assets -> maps (make a folder with cdn name), then you can modify base.html to change the songs
Contributions to Lilypad are welcome! If you have any ideas, suggestions, or would like to contribute to the project, please feel free to open an issue or submit a pull request on the GitHub repository.
Lilypad is released under the MIT License. Feel free to modify and distribute the code according to the terms of the license.