I'm on the lookout for interesting demo / test / example programs that use only text features, i.e. no graphics, no sound, no mouse etc (and not MODE 7). The only such program in the current set of example programs supplied with BB4W and BBCSDL is hanoi.bbc, which makes good use of changing foreground and background colours.
If you have any programs of this kind I would be most interested to see them.
Seeking text-only demo programs
- hellomike
- Posts: 184
- Joined: Sat 09 Jun 2018, 09:47
- Location: Amsterdam
Re: Seeking text-only demo programs
Richard,
Have a look at my BB4W entry in this Rosetta page:
BB4W 15 Puzzle Game
I would hardly label it as a graphics program, but maybe it helps. Please let me know.
Regards,
Mike
Have a look at my BB4W entry in this Rosetta page:
BB4W 15 Puzzle Game
I would hardly label it as a graphics program, but maybe it helps. Please let me know.
Regards,
Mike
Re: Seeking text-only demo programs
Very nice. It needs a line added at the beginning to set the colours initially, for situations when the default colours are white-on-black, e.g. when running in Matrix Brandy:
Code: Select all
COLOUR 0 : COLOUR 143
Re: Seeking text-only demo programs
I'm sure I've seen a text-only version of the 'Snake' program, but I can't find it. Does anybody know where it can be found?RichardRussell wrote: ↑Wed 24 Jun 2020, 09:23If you have any programs of this kind I would be most interested to see them.
Re: Seeking text-only demo programs
Somebody at the StarDot forum found it. For those who may not have been following developments, I ended up with these four demo programs in addition to 15puzzle.bbc (snake.bbc, 8queens.bbc, hanoi.bbc, chess.bbc) but I would certainly be interested in adding more:RichardRussell wrote: ↑Thu 25 Jun 2020, 20:39I'm sure I've seen a text-only version of the 'Snake' program, but I can't find it. Does anybody know where it can be found?
You do not have the required permissions to view the files attached to this post.
-
- Posts: 42
- Joined: Tue 22 May 2018, 13:51
Re: Seeking text-only demo programs
get a text adventure
Dwarf fortress is ascii based
star trek https://en.wikipedia.org/wiki/Star_Trek ... ideo_game)
plenty typing listing out there
Dwarf fortress is ascii based
star trek https://en.wikipedia.org/wiki/Star_Trek ... ideo_game)
plenty typing listing out there
-
- Posts: 42
- Joined: Tue 22 May 2018, 13:51
-
- Posts: 42
- Joined: Tue 22 May 2018, 13:51
Re: Seeking text-only demo programs
Indeed that looks particularly appealing, and could hopefully use the VT-100's box-drawing characters to good effect. But the licensing terms would have to be studied carefully, and PacMan clones often raise tricky IPR issues. But if those considerations can be resolved, and somebody would like to convert it to BBC BASIC, it would make a good candidate.Repton wrote: ↑Sat 25 Jul 2020, 11:30 found this interesting one for a potential conversion
https://myman.sourceforge.io/
To anybody who may want to give it a try, I would suggest using VDU 23 in BB4W and BBCSDL to redefine the characters to correspond to those in the VT-100 secondary character set. The Console Mode editions will ignore those VDU 23s so by that means compatibility can be improved.
-
- Posts: 42
- Joined: Tue 22 May 2018, 13:51
Re: Seeking text-only demo programs
'But the licensing terms would have to be studied carefully, and PacMan clones often raise tricky IPR issues. '
Acorns released Snapper and planetoiad back in the day and all jeff minter games were unlicensed arcade clone
It also didn't stop Bill Gates lifting WiMp from xerox.
In any case saying you are going to close down BBC Basic is hardly a motivation for new development is it?
Acorns released Snapper and planetoiad back in the day and all jeff minter games were unlicensed arcade clone
It also didn't stop Bill Gates lifting WiMp from xerox.
In any case saying you are going to close down BBC Basic is hardly a motivation for new development is it?