Initial implementation of 09_Battle in MiniScript.

This commit is contained in:
JoeStrout
2023-07-12 16:29:11 -07:00
parent 85ee2c3875
commit e8212bc2f3

View File

@@ -28,4 +28,4 @@ http://www.vintage-basic.net/games.html
#### Porting Notes
(please note any difficulties or challenges in porting here)
- The original game has no way to re-view the fleet disposition code once it scrolls out of view. Ports should consider allowing the user to enter "?" at the "??" prompt, to reprint the disposition code. (This is added by the MiniScript port under Alternate Languages, for example.)