Hockey (Python): Implemented

This commit is contained in:
Martin Thoma
2022-04-18 22:25:38 +02:00
parent b975ac94a9
commit 423f2718f1
2 changed files with 616 additions and 0 deletions

View File

@@ -1,3 +1,27 @@
Original source downloaded [from Vintage Basic](http://www.vintage-basic.net/games.html)
Conversion to [Python](https://www.python.org/about/)
## 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