These are a collection of early graphics and game demos I built using Java SE in Eclipse.
- CarSimulator
- Connect4
- Maze
- RandomLetters
- Shapes
- SpidersWeb
Here are some example screenshots of the prototype demos running:
Download the required software here:
Here are the instructions to install the Java SDK and setup Eclipse:
- Run the jdk-7u80-windows-x64.exe file to install the SDK
- Extract the adt-bundle-windows-x86_64-20140702.zip to C:\Program Files\Eclipse
To import the projects in Eclipse follow these instructions:
- Open Eclipse
- Select File -> Import...
- Choose the import source -> General -> Existing Projects into Workspace
- Select the directory of the project you want to open in the source code folder
- Select Finish
You should now be able to choose the project in the Package Explorer and select Run to start the application.
The Connect4, RandomLetters and SpidersWeb projects should be run as Java Applets.