An open API service indexing awesome lists of open source software.

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

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.7

MainFrame
==========
- 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 behaviour

Map
===
- store group of note and map data

Note
====
- model for note

NoteGraphic
===========
- handle UI of Note

ThreadGroup
===========
- handle all thread for the game

Variable
========
- store global variable