Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.