QBasic Reversi to Turbo Pascal and Freepascal - Day 66 #4
Replies: 1 comment
-
I have updated the code. if you downloaded the initial release you will get range check errors. Some variables that are not declared in Qbasic are automatically created and initialized on first use. When porting code line by line i was able to catch the declaration part because the compiler picks this up. I did miss a couple of variables that were not initialized and needed to be assigned a value of zero. Again Qbasic does this automatically so programs that just work in qbasic might need some additional work when porting. |
Beta Was this translation helpful? Give feedback.
-
Youtube Video
https://youtu.be/BVuZLp7hr-Q
I ported Microsoft's QBasic Reversi to Turbo Pascal and Freepascal.
Compiles on Dos/Windows and maybe soon on Pas2JS?
Link to github source
https://github.com/RetroNick2020/Channel-Code/tree/master/turbopascal/MS%20QBasic%20Reversi%20Port%20TP%20and%20FP
Beta Was this translation helpful? Give feedback.
All reactions