Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

leomotors/javadx-sun-plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaDX SUN PLUS!

JavaDXでらっくす SUN PLUS! is a rythm game not inspired by CHUNITHMチュウニズム

Programming Methodology 2110215 2022/2 Final Project

Setup

  • Copy .classname.template to .classpath and edit to your match JDK Config

Chart Setup

This game needs chart to run, to get charts ready, run the following command:

(MacOS)

cp -r charts ~/Library/Application\ Support/javadx

Chart Schema

  • Each line contains hit note
  • TYPE TIME LANE_START LANE_END ARG0
  • Lane from 1 to N (number of lanes)
  • TAP ARG0 = Is EX Note
  • HOLD ARG0 = End Time
  • FLICK ARG0 = None
  • Example: TAP 69 1 5 0, HOLD 69 1 5 420

Chart Folder Structure

~/Library/Application Support/javadx # Prefix + /javadx
 |
 |- charts
    |- [chartId] # Folder Name = id
        |- metadata.txt
        |- cover.jpg
        |- music.mp3
        |- (basic.txt) # If exists
        |- (advanced.txt)
        |- (expert.txt)
        |- (master.txt)
        |- (ultima.txt)

metadata.txt

title ぴえヨンブートダンス
author ぴえヨン(CV:村田太志)「【推しの子】」
expert 7
master 9

About

Programming Methodology 2110215 2022/2 Final Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published