This summer 24 European countries will fight for the championship football (In the US it's called soccer). 51 games will be played in 10 stadiums in Germany. I started programming a system on the unexpanded VIC for following the tournament. It will be a memory-fight, but that is what I like.
First I set up four tables:
1. The country-table (country, poule);
2. The stadium-table (only the names of the cities);
3. The game-description-table (group, quarterfinals, half finals, final);
4. The matchtable (matchnumber, day, date, time (hour), place, game, poule, team home, team out, score team home, score team out, played (0=will be played, 1=played, 2=extra time, 3=penalties), red cards team home, red cards team out).
De tables will be written to a seqeutial which will the base of the programs.
Programs:
EURO24P0 - Menu
EURO24P1 - Initialize the sequential file EURO24FB
EURO24P2 - Entering the scores of the matchscores
EURO24P3..P7 - Several information consulting (matches, standings) programs
EURO24P8 - What if?-program. For future-analysis.

Part of program that writes the initial sequential file. At top the last part of the countries, the stadium-table, the matchtype-table and the first record of the match-table. I'm still typing. Still 30 matches to go in the matchtable (scores are still zeroes, no need to put them in the DATA-lines), monkish work. 2000 bytes left

When the sequential file is completed, the consulting-programs will read the file in arrays. I pray the memory will be large enough.. If not, I have to puzzle out solutions. My target is to stay unexpanded!

