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

Latest commit

 

History

History
22 lines (17 loc) · 758 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 758 Bytes

Ray

Alt text

##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/