Asterix Gaming Guild Logo GeneralXXLXXL 2XXL 3XXXLOlympic GamesXXL EditorToolsOff-TopicXXL RomasteredXXL 2 RemasteredOther GamesModsCaesar's ChallengeUnfair XXLPatchesFan ArtPersonal ArtSpeedrunningMediaRandomizerBETA RomeHSKALPresence AdrienPresence SPQRSupport Bot Helpdesk

#general

adrientd
However PLTL and POINT seem to be BASIC commands
mr.rubinshtein
i found a source file of the program
mr.rubinshtein
basically source code
adrientd
And yes, BASIC does have some drawing commands built-in, which ones exist depend on the implementation.
mr.rubinshtein
http://simh.trailing-edge.com/hp/#Downloads
mr.rubinshtein
here are the source files basically
adrientd
For example in QBasic you have CIRCLE, LINE, ... https://en.wikibooks.org/wiki/QBasic/Appendix
mr.rubinshtein
i see
adrientd
Also other languages you might be interested is Logo, where you give commands to a "turtle" such as "move 5 pixels forward", "rotate by 45 deg", etc. and the turtle traces a line while moving, and you try to make the turtle draw interesting patterns: https://en.wikipedia.org/wiki/Logo_(programming_language)
mr.rubinshtein
i assume the commands i sent are working by some inbuilt algorithm
mr.rubinshtein
i can see that hmm
mr.rubinshtein
what i want to achieve is this
mr.rubinshtein
this
pegperegogaucho
:LUL: Come back in 10 years!
mr.rubinshtein
mr.rubinshtein
:KEK:
mr.rubinshtein
why?
adrientd
That looks quite sophisticated but it does look like a turtle tracing thousand lines here and there, doesn't it 🙃
adrientd
Again, there are a lot of languages/libraries for doing turtle graphics like in Logo
mr.rubinshtein
okie dokie got it