https://github.com/shiburagi/rhythmgame
Sample code for develop rhythm game using java language
https://github.com/shiburagi/rhythmgame
Last synced: 3 months ago
JSON representation
Sample code for develop rhythm game using java language
- Host: GitHub
- URL: https://github.com/shiburagi/rhythmgame
- Owner: shiburagi
- Created: 2015-11-01T06:49:40.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-01T07:39:42.000Z (almost 10 years ago)
- Last Synced: 2025-05-31T23:55:01.835Z (4 months ago)
- Language: Java
- Size: 148 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rhythmgame
Sample code for develop rhythm game using java language.
This project develop use Eclipse Kepler and JDK 1.7MainFrame
==========
- is the main class and main frame.
- key event is handle call here, but the action execute in MainPanel class.MainPanel
=========
- is the main panel, where all UI is draw in this class
- handle every animation, scoring and behaviourMap
===
- store group of note and map dataNote
====
- model for noteNoteGraphic
===========
- handle UI of NoteThreadGroup
===========
- handle all thread for the gameVariable
========
- store global variable