Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lschmid83/java-se-prototypes
These are a collection of early graphics and game demos I built using Java SE in Eclipse.
https://github.com/lschmid83/java-se-prototypes
2d-graphics-programming algorithm car-simulator connect-4 game-prototype java-applet-game java-se object-oriented-programming
Last synced: 15 days ago
JSON representation
These are a collection of early graphics and game demos I built using Java SE in Eclipse.
- Host: GitHub
- URL: https://github.com/lschmid83/java-se-prototypes
- Owner: lschmid83
- Created: 2023-10-14T07:38:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-29T09:43:36.000Z (9 months ago)
- Last Synced: 2024-10-31T04:09:49.951Z (2 months ago)
- Topics: 2d-graphics-programming, algorithm, car-simulator, connect-4, game-prototype, java-applet-game, java-se, object-oriented-programming
- Language: Java
- Homepage:
- Size: 1.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java SE Prototypes
These are a collection of early graphics and game demos I built using Java SE in Eclipse.
* CarSimulator
* Connect4
* Maze
* RandomLetters
* Shapes
* SpidersWebHere are some example screenshots of the prototype demos running:
Download the required software here:
[Java SE Development Kit 8](https://drive.google.com/file/d/1V_ev8PK-3MofeY2Rk7cX-4J8815zqGsZ/view?usp=drive_link)
[Eclipse Juno ADT Bundle](https://drive.google.com/file/d/1UYRXzRgVR7R7XbJyDK7sxaEAi6Wh_Hmn/view?usp=sharing)
Here are the instructions to install the Java SDK and setup Eclipse:
1. Run the jdk-7u80-windows-x64.exe file to install the SDK
2. Extract the adt-bundle-windows-x86_64-20140702.zip to C:\Program Files\EclipseTo import the projects in Eclipse follow these instructions:
1. Open Eclipse
2. Select File -> Import...
3. Choose the import source -> General -> Existing Projects into Workspace
4. Select the directory of the project you want to open in the source code folder
5. Select FinishYou should now be able to choose the project in the Package Explorer and select Run to start the application.
# Note
The Connect4, RandomLetters and SpidersWeb projects should be run as Java Applets.