Screen Maker II
colourful wallpapers
$8.99 · Designed for iPad
Special Discount Offer! :-)
30 Years Late.
Screen Maker II has Finally been Released.
Ported and Running on iPhone and iPad.
Tap to Make a New Screen.
Random Colourful Squares.
Long-press to Save to Photos.
Enjoy the Chaos and Screen Maker II - 30 Year Anniversary Edition.
--- Original Turbo Pascal 6.0 Version ---
program ScreenMakerII;
uses
Crt, Graph;
var
Gd, Gm: Integer;
i, x, y, size: Integer;
bgColor, color: Word;
ch: Char;
begin
Gd := Detect;
InitGraph(Gd, Gm, '');
if not (GraphResult = grOk) then
begin
Writeln('Graphics initialization failed!');
Halt(1);
end;
Randomize;
Writeln('ScreenMaker II');
Writeln('Press any key to Make a New Screen');
Writeln('Press ESC to Quit!');
repeat
ClearDevice;
bgColor := Random(16);
SetFillStyle(SolidFill, bgColor);
Bar(0, 0, GetMaxX, GetMaxY);
for i := 1 to 160 do
begin
x := Random(GetMaxX);
y := Random(GetMaxY);
size := Random(90) + 25;
color := Random(16);
SetFillStyle(SolidFill, color);
SetColor(color);
Bar(x, y, x + size, y + size);
end;
repeat
ch := ReadKey;
until not (ch = #0);
until ch = #27;
CloseGraph;
end.
Ratings & Reviews
- This app hasn’t received enough ratings or reviews to display an overview.
- small improvements.
The developer, rewcha, indicated that the app’s privacy practices may include handling of data as described below. For more information, see the developer’s privacy policy .
Data Not Collected
The developer does not collect any data from this app.
Accessibility
The developer indicated that this app doesn’t support certain accessibility features. Learn More about the accessibility features.
Information
- Seller
- rewcha
- Size
- 408.6 KB
- Category
- Graphics & Design
- Compatibility
Requires iOS 26.0 or later.
- iPhone
Requires iOS 26.0 or later. - iPad
Requires iPadOS 26.0 or later. - Mac
Requires macOS 26.0 or later and a Mac with Apple M1 chip or later.
- iPhone
- Languages
- English
- Age Rating
4+
- 4+
- Copyright
- © 1996 - 2026 rewcha

