1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 13:07:46 +00:00

Userland+Base: Remove Breakout and Pong games

These games were not very playable and definitely not fun.
This commit is contained in:
Andreas Kling 2022-06-14 14:17:47 +02:00
parent 4e4a930b13
commit 45de16f195
19 changed files with 0 additions and 1168 deletions

View file

@ -1,4 +0,0 @@
[App]
Name=Breakout
Executable=/bin/Breakout
Category=Games

View file

@ -1,4 +0,0 @@
[App]
Name=Pong
Executable=/bin/Pong
Category=Games

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 252 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 377 B

View file

@ -1,17 +0,0 @@
## Name
![Icon](/res/icons/16x16/app-breakout.png) Breakout
[Open](file:///bin/Breakout)
## Synopsis
```**sh
$ Breakout
```
## Description
Breakout is an arcade game from 1976 where the goal is to remove all blocks by hitting them with a ball bouncing it of a pad.
The pad can be moved by either using the mouse or the left and right arrow keys.

View file

@ -1,17 +0,0 @@
## Name
![Icon](/res/icons/16x16/app-pong.png) Pong
[Open](file:///bin/Pong)
## Synopsis
```**sh
$ Pong
```
## Description
Implementation of the 1972 Atari game Pong.
Make the ball pass behind the opponent by bouncing the ball on the players paddle which can be controlled either by the mouse position or the up and down arrow keys.