https://github.com/orangecoding/breakout
Simple breakout game
https://github.com/orangecoding/breakout
Last synced: about 1 month ago
JSON representation
Simple breakout game
- Host: GitHub
- URL: https://github.com/orangecoding/breakout
- Owner: orangecoding
- Created: 2023-04-26T19:18:29.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-17T18:41:02.000Z (almost 2 years ago)
- Last Synced: 2025-01-28T00:33:24.832Z (3 months ago)
- Language: HTML
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Breakout Game
This is the result of a JS coding challenge.### Rules
- Build a breakout game
- You can use any language
- You cannot use any libraries
- You only have 1 hour