https://github.com/marcos-venicius/atari-with-java
Atari game made with Java just for fun
https://github.com/marcos-venicius/atari-with-java
atari game game-development intelij java
Last synced: 5 days ago
JSON representation
Atari game made with Java just for fun
- Host: GitHub
- URL: https://github.com/marcos-venicius/atari-with-java
- Owner: marcos-venicius
- Created: 2023-05-17T21:08:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-22T15:54:21.000Z (about 3 years ago)
- Last Synced: 2025-10-31T00:51:31.184Z (8 months ago)
- Topics: atari, game, game-development, intelij, java
- Language: Java
- Homepage:
- Size: 17.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AWJ - Atari With Java
A game made to remember java and test my skills.
## Disclaimer
- **This game is not for production, just for fun**
- **This game is not optmized**
- **The only purpose for this game is to test java skill**
## Development progress
### 10/may/2023
- The user can move the bar
- The ball moves and detects collision with the wall and the bar
- The game can be restarted
#### Game running screen

#### Game over screen

### 20/may/2023
- The game now have the "wall" to destroy
- The ball appears in a random x position
- The bar appears in a random x position
- The user can break the "wall blocks" with the ball in one direction
- The game is restarted with a new ball/bar position
#### Game running screen

#### Game over screen

### 21/may/2023
- Recreate the wall when restart the game
#### Game running screen

#### Game over screen

# Credits
- [Background music](https://pixabay.com/music/synthwave-neon-gaming-128925/)
- [Game over song](https://pixabay.com/sound-effects/boom-geomorphism-cinematic-trailer-sound-effects-123876/)
- [Break block song](https://pixabay.com/sound-effects/jump-and-spark-6136/)
- [Walls hit song](https://pixabay.com/sound-effects/interface-124464/)