##Synopsis
This is a junior game development using JAVA.
It is for practice using Graphic User Interface and animation.
Players act as a ray and control it to dodge other rays in the universe.
Control by LEFT, RIGHT, UP and DOWN arrows.
There are mutiple levels.
##Motivation This game is built to implement graphic moving on frame.
##Tests Run the game on Java environment (ie. on ecplise).
##Contributors This game provide a guide for junior java developer who are interested to study animation and build games.
##Reference
The core of the implementation is a game loop, which refered from:
http://entropyinteractive.com/2011/02/game-engine-design-the-game-loop/