how to run/compile

This commit is contained in:
ehn-pkalinowski
2021-06-18 00:29:56 -04:00
parent afc0924eba
commit 047902adac
+12 -2
View File
@@ -1,7 +1,7 @@
# feudal-economy # feudal-economy
Rework of old BASIC game for Atari 8-bit Rework of old BASIC game for Atari 8-bit
I got so hooked on an old game called "Feudal Economy" that I used to play with my friends when I was a kid. I got so hooked on an old game called "Feudal Economy" that I used to play with my friends when I was a kid. It is apparently a clone of "Hammurabi", but moved to 1400's Italy.
Holy crap, when I started to look at the code I crashed, spaghetti code turbo power, but it's not the programmer's fault, it's hard to do otherwise in basic... Holy crap, when I started to look at the code I crashed, spaghetti code turbo power, but it's not the programmer's fault, it's hard to do otherwise in basic...
@@ -15,4 +15,14 @@ Second step - fixing the errors, getting the "quality" of the original, but not
Third step - rewriting to madpascal or something, this is already a task close to trivial from the current code form. Third step - rewriting to madpascal or something, this is already a task close to trivial from the current code form.
Step four - game server and support via fujinet, Step four - game server and support via fujinet.
In the meantime I am looking for the original game in English language, so far found only Polish and Czech versions.
## How to run
Run `feudal_tb_pl.bas` from Turbo Basic XL
## How to compile
use tbxl tool to compile `feudal_tb_pl.txt`:
`tbxl-parser/build/basicParser feudal_tb_pl.txt`