Root wrote:Sure, why not. £3 is a bit steep though - I could only stump up £1.70 for a "Silver Edition" Bakerloo EP!
I'm happy to program this if you want... I haven't programmed in ages and have been wanting something simple to do to get me back into it. Might slightly favour the author though

... just kidding. Let me know if you want me to.
I'm glad you mentioned that, because I had the same idea myself. In fact, I got out my old BBC Micro computer last night to see if I could still remember how to program in BASIC.
And guess what - I can!
I wrote a rudimentary program to choose the country names for each player. Now, obviously, it's a bit rough round the edges (no value checking for example), contains VERY bad programming techniques (GOTO) and I can't be arsed to mess with the output format much.
But it works, and here it is in all its (un-renumbered) glory:
>VDU2
>LIST
10 DIM COUNTRY$(31)
20 FOR A=0 TO 31
30 READ COUNTRY$(A)
40 NEXT A
50 CLS
60 PRINT "PLEASE ENTER NUMBER OF PLAYERS: ";
70 INPUT NUMPLAYERS%
90 FOR X=1 TO NUMPLAYERS%
96 PRINT "PLEASE ENTER THE NAME OF PLAYER " X;
97 INPUT NAME$
100 PRINT: PRINT "HOW MANY COUNTRIES FOR " NAME$;
110 INPUT NUMCOUNTRIES%
115 PRINT
120 FOR Y=1 TO NUMCOUNTRIES%
130 SUBSCRIPT%=RND(32)
135 SUBSCRIPT%=SUBSCRIPT%-1
140 IF COUNTRY$(SUBSCRIPT%)="NULL" THEN GOTO 130
150 PRINT "TEAM NUMBER ";
151 PRINT Y;
152 PRINT " FOR " NAME$ " IS ";
160 PRINT COUNTRY$(SUBSCRIPT%)
170 COUNTRY$(SUBSCRIPT%)="NULL"
180 NEXT Y
190 NEXT X
1000 DATA POLAND,GERMANY,COSTA RICA,ECUADOR
1010 DATA ENGLAND,PARAGUAY,TRINIDAD & TOBAGO, SWEDEN
1020 DATA ARGENTINA,IVORY COAST,SERBIA & MONTENEGRO,HOLLAND
1030 DATA MEXICO,IRAN,ANGOLA,PORTUGAL
1040 DATA ITALY,GHANA,USA,CZECH REPUBLIC
1050 DATA BRAZIL,CROATIA,AUSTRALIA, JAPAN
1060 DATA FRANCE,SWITZERLAND,SOUTH KOREA,TOGO
1070 DATA SPAIN,UKRAINE,TUNISIA,SAUDI ARABIA
>
And here's a sample output when run:
<b>>RUN
PLEASE ENTER NUMBER OF PLAYERS: ?2
PLEASE ENTER THE NAME OF PLAYER 1?TUBEGURU
HOW MANY COUNTRIES FOR TUBEGURU?4
TEAM NUMBER 1 FOR TUBEGURU IS JAPAN
TEAM NUMBER 2 FOR TUBEGURU IS ARGENTINA
TEAM NUMBER 3 FOR TUBEGURU IS ITALY
TEAM NUMBER 4 FOR TUBEGURU IS CROATIA
PLEASE ENTER THE NAME OF PLAYER 2?UNDERGROUND MASKER
HOW MANY COUNTRIES FOR UNDERGROUND MASKER?2
TEAM NUMBER 1 FOR UNDERGROUND MASKER IS TRINIDAD & TOBAGO
TEAM NUMBER 2 FOR UNDERGROUND MASKER IS POLAND
>
</b>
Genius ...
One thing only do I know, and that is that I know nothing - Socrates.
Champion of bugger all, 2004 to 2026
Member of sweet FA