mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-25 04:15:45 -08:00
495 B
495 B
Original source downloaded from Vintage Basic
Conversion to Python
Porting Notes
Variables:
- C: Do you want instructions?
- A$(7): Team name + player names (6 players)
- B$(7): Team name + player names (6 players)
- T6: Minutes per game
- R: REFEREE
Functions:
- REM: A line comment
Looking at the JS implementation:
- as[7] / bs[7]: The team name
- ha[8] : Score of team B
- ha[9] : Score of team A