https://github.com/encryptex/boardedsky
Modernized version of Atari Breakout
https://github.com/encryptex/boardedsky
atari breakout game unity videogame
Last synced: about 1 year ago
JSON representation
Modernized version of Atari Breakout
- Host: GitHub
- URL: https://github.com/encryptex/boardedsky
- Owner: EncryptEx
- License: mit
- Created: 2021-07-01T10:54:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-06T07:30:32.000Z (about 3 years ago)
- Last Synced: 2025-01-13T04:07:59.415Z (about 1 year ago)
- Topics: atari, breakout, game, unity, videogame
- Language: ShaderLab
- Homepage:
- Size: 18.3 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Boarded Sky
A unity game made in a summer inspired on Atari Breakout
# Current Phase:
**Version 1.1**
# Tutorial
Use the LEFT and RIGHT arrow keys or AD to move horizontally.
Use the UP and DOWN keys to tilt the player paddle.
Use the SPACEBAR key to enable the nitro.
The objective is to destroy as much bricks as you can with the less time possible.
And don't forget to keep you alive...
Tip: when you destroy all the bricks they reapear and you gain 1 extra life (up to 6 max).
Pro Tip: there's an **Interactive Tutorial** inside the game.
# How to play
Web version (WebGL): https://unity.encryptex.me
Binary Executable (.exe): https://github.com/EncryptEx/BoardedSky/releases/download/v.1.1/BoardedSky.1.1.Binary.Executable.zip
# Tools used
In this project I've used a lot of tools and programming languages:
Tools:
* Unity (Game Engine)
* Photopea (Images)
* Bosca Cecoil (Music)
* JetBrains Rider (Editor)
* Visual Studio 2019 (Alt Editor)
* VPS (Scoreboard)
Languages:
* C# (Game)
* PHP (Scoreboard Backend)