Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bheck890/java_games
Games Made in Java
https://github.com/bheck890/java_games
Last synced: about 1 month ago
JSON representation
Games Made in Java
- Host: GitHub
- URL: https://github.com/bheck890/java_games
- Owner: Bheck890
- License: mit
- Created: 2024-11-23T17:17:08.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-23T17:26:14.000Z (about 1 month ago)
- Last Synced: 2024-11-23T18:24:11.519Z (about 1 month ago)
- Language: Java
- Size: 632 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Java-Arcade-Games
A trial of re-creating the classic arcade games to figure out the code behind them
learned the types of techonology and behaviors of game engines and how to create UI and user input## Demonstration
Main Game Menu
![alt text](Images/Menu)
Snake Menu
![alt text](Images/Snake_Menu)
Galiga
![alt text](Images/Galiga)
Galiga Attacks with Space Bar
![alt text](Images/Attacking)
Brick Breaker
![alt text](Images/Brick_Breaker)
The Score Board
![alt text](Images/Score_Board)## Built With
* Exlipse
* Java Awt## Author
Project Coded by - Bailey Heck## License
This project is licensed under the MIT License.## Acknowledgments
Project idea - Brandon (Bailey) Heck## History
This project was the first program I made that was for fun and glad i am able to share it## Key Programming Concepts Utilized
I have learned the paining and refresh system that the applications use for games
as well as the positioning of objects and how they are identified in the UI's that we use
as well as the importance of using the right tool for the job and unsterand the limitations of
diffrent tools.