Releases: marcos-venicius/atari-with-java
Releases · marcos-venicius/atari-with-java
0.1.2
What's Changed
- Feat/sounds by @marcos-venicius in #2
- Game have sound effects
- So many bugs are fixed
Full Changelog: 0.1.1...0.1.2
How can i run?
- First of all, download the atari.jar
- now, just run with java
java -jar atari.jar
And, done. be happy 👻
0.1.1
What's Changed
- Code Refactoring/Improvement by @marcos-venicius in #1
- improve imports
- improve collission algorithms
- fix some method bugs
- improve code redability
- improve bar overflow mechanism
New Contributors
- @marcos-venicius made their first contribution in #1
Full Changelog: 0.1.0...0.1.1
How to run?
- download the
atari.jar
- run the code with the java
java -jar atari.jar
MVP
- Move the bar with:
- A to move left
- D to move right
- Left Arrow to move left
- Right Arrow to move right
- Destroy the wall
- Game over feature
- Restart game with a random ball/bar position
Full Changelog: https://github.com/marcos-venicius/atari-with-java/commits/0.1.0
How to run?
java -jar atari.jar