VOGONS


Brain Teaser for Apple I

Topic actions

First post, by yevrowl

User metadata
Rank Newbie
Rank
Newbie

This computer game is based on BrainTeaser by Wim Nijland (1993 year).
Choose digits from 1 to 9, split by reaction method into three groups (1-3-7-9, 2-4-6-8, and 5).
The goal is to display all digits except 5, without letting the field be cleared.

Emulator — https://www.heinpragt.nl/?p=7305

The release coincided with the platform's 50th anniversary.

Download source code: [attachment=-1]bt-src.7z[/attachment]

Screenshots:

The attachment scr-1.png is no longer available
The attachment scr-2.png is no longer available
The attachment scr-3.png is no longer available
The attachment scr-4.png is no longer available
Last edited by yevrowl on 2026-03-22, 16:16. Edited 2 times in total.

÷)

Reply 2 of 4, by zyzzle

User metadata
Rank Member
Rank
Member

That doesn't look like the Apple I or Apple II font to me in the screenshots.

Reply 3 of 4, by yevrowl

User metadata
Rank Newbie
Rank
Newbie
zyzzle wrote on 2026-02-23, 09:47:

That doesn't look like the Apple I or Apple II font to me in the screenshots.

But ran it through emulators, not original devices.

÷)

Reply 4 of 4, by yevrowl

User metadata
Rank Newbie
Rank
Newbie

Managed to optimize the code and reduce the number of lines. The source code is now less than 6 kilobytes in size. The attachment has been updated.

÷)