mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:17:45 +00:00
Userland+Base: Remove Breakout and Pong games
These games were not very playable and definitely not fun.
This commit is contained in:
parent
4e4a930b13
commit
45de16f195
19 changed files with 0 additions and 1168 deletions
|
@ -1,4 +0,0 @@
|
|||
[App]
|
||||
Name=Breakout
|
||||
Executable=/bin/Breakout
|
||||
Category=Games
|
|
@ -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 |
|
@ -1,17 +0,0 @@
|
|||
## Name
|
||||
|
||||
 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.
|
|
@ -1,17 +0,0 @@
|
|||
## Name
|
||||
|
||||
 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.
|
Loading…
Add table
Add a link
Reference in a new issue