Skip to content

Releases: marcos-venicius/atari-with-java

0.1.2

22 May 12:47
Compare
Choose a tag to compare

What's Changed

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

21 May 13:00
789f103
Compare
Choose a tag to compare

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

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

21 May 12:05
Compare
Choose a tag to compare
MVP Pre-release
Pre-release
  • 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