My First Java Game (Just to get my feet wet)
Build from Source:
git clone http://github.com/nathan-fiscaletti/glide.git
- In eclipse go to
File->Import
- Select
General->Existing Projects into Eclipse
- Under
Select root directory
, clickBrowse
- Select the
glide
directory - Click finish
- You should now see Glide in your work space
- Opposite click it, and go to
Run As->Java Application