Atari Breakout But The Tiles Are Falling Down.
- Missing the bullet(or ball?), decreases how many lifes you have left
- If any tile goes beyond the y-axis, your life would decrease
- A Red tile gives 4 points
- An Orange tile gives 3 points
- A Green tile gives 2 points
- A Yellow tile gives 1 point
- If you die in atari fallout, you die in real life :)
- Grab the binary and game resources for your operating system from here
- Install Nim.
- Clone this repo:
git clone https://github.com/Uzo2005/atariFallout.git
- Go into the directory
cd atariFallout
- Run
nimble install
, to install thenaylib
dependency(raylib bindings for nim by the awesome @planetis-m) - Run
nim c -d:release -o:atariFallout main.nim
- Run the generated binary
./atariFallout
- Move left and right with the arrow keys or using keys
A
andD
- Pause and Resume game with
SpaceBar
- Use
Tab
for selecting multichoice input - Use
Enter
to select input