• New door game in dev

    From calcmandan to All on Wed Mar 18 23:18:48 2020
    Hi folks. I'm creating a new door game written in Pascal with a star trek storyline. Looking for suggestions on good ansi art creation software I can use to make my 'screens' for my text based game. I run linux so that's the one big snafu.

    Thanks
    Daniel Traechin
  • From Dumas Walker@CAPCITY2 to CALCMANDAN on Thu Mar 19 16:00:00 2020
    Hi folks. I'm creating a new door game written in Pascal with a star trek >storyline. Looking for suggestions on good ansi art creation software I can use
    to make my 'screens' for my text based game. I run linux so that's the one big >snafu.

    That is not a big issue. I currently use an old DOS program, called
    TheDraw, in a dosemu window under linux. It works great making screens for my linux-based bbs. It may also work well under dosbox.

    I saw someone else also suggested a program called moebius, which has a
    native linux version.


    * SLMR 2.1a * SysOp: Gofer in charge of bolts, wires & electricity
    ---
    ■ Synchronet ■ CAPCITY2 * capcity2.synchro.net * Telnet/SSH:2022/Rlogin/HTTP
  • From Gamgee@FREEWAY to Dumas Walker on Thu Mar 19 21:19:00 2020
    Dumas Walker wrote to CALCMANDAN <=-

    Hi folks. I'm creating a new door game written in Pascal with a star trek
    storyline. Looking for suggestions on good ansi art creation software I can
    use to make my 'screens' for my text based game. I run linux so that's the
    one big snafu.

    That is not a big issue. I currently use an old DOS program,
    called TheDraw, in a dosemu window under linux. It works great
    making screens for my linux-based bbs. It may also work well
    under dosbox.

    It does (work well under Dosbox).

    I saw someone else also suggested a program called moebius, which
    has a native linux version.

    I downloaded that today and am going to give it a look.



    ... Do NOT look into laser with remaining eyeball.
    === MultiMail/Linux v0.52
    --- SBBSecho 3.10-Linux
    * Origin: Palantir * palantirbbs.ddns.net * Pensacola, FL * (256:8/102)
    ■ Synchronet ■ Freeway BBS, Bendigo Australia. freeway.apana.org.au
  • From calcmandan to Dumas Walker on Mon Apr 6 15:57:18 2020
    Re: New door game in dev
    By: Dumas Walker to CALCMANDAN on Thu Mar 19 2020 04:00 pm

    I saw someone else also suggested a program called moebius, which has a native linux version.

    Yes thanks for that. I'm using moebius now since you suggested it. Sorry, I forgot to reply.
    Daniel Traechin
  • From Gamgee@FREEWAY to calcmandan on Mon Apr 6 21:52:00 2020
    calcmandan wrote to Dumas Walker <=-

    I saw someone else also suggested a program called moebius, which has a native linux version.

    Yes thanks for that. I'm using moebius now since you suggested
    it. Sorry, I forgot to reply.

    I (tried to) take a look at Moebius on Linux, but how the heck to
    you start/run it? I downloaded the zip (I think) from github and
    did not see any executable files in there, or source code to
    compile... How do you run it??? Thanks.



    ... Nothing is so smiple that it can't get screwed up.
    === MultiMail/Linux v0.52
    --- SBBSecho 3.10-Linux
    * Origin: Palantir * palantirbbs.ddns.net * Pensacola, FL * (256:8/102)
    ■ Synchronet ■ Freeway BBS, Bendigo Australia. freeway.apana.org.au
  • From calcmandan to Gamgee on Mon Apr 6 23:46:02 2020
    Re: Re: New door game in dev
    By: Gamgee to calcmandan on Mon Apr 06 2020 09:52 pm

    I (tried to) take a look at Moebius on Linux, but how the heck to
    you start/run it? I downloaded the zip (I think) from github and
    did not see any executable files in there, or source code to
    compile... How do you run it??? Thanks.

    sudo apt install moebius

    Daniel Traechin
  • From Gamgee@FREEWAY to calcmandan on Tue Apr 7 07:18:00 2020
    calcmandan wrote to Gamgee <=-

    Re: Re: New door game in dev
    By: Gamgee to calcmandan on Mon Apr 06 2020 09:52 pm

    I (tried to) take a look at Moebius on Linux, but how the heck to
    you start/run it? I downloaded the zip (I think) from github and
    did not see any executable files in there, or source code to
    compile... How do you run it??? Thanks.

    sudo apt install moebius

    Heh. That only works on Debian-ish systems (which I'm not using).

    Anybody else know how to compile/run Moebius, as gotten from it's
    Github site?



    ... All the easy problems have been solved.
    === MultiMail/Linux v0.52
    --- SBBSecho 3.10-Linux
    * Origin: Palantir * palantirbbs.ddns.net * Pensacola, FL * (256:8/102)
    ■ Synchronet ■ Freeway BBS, Bendigo Australia. freeway.apana.org.au
  • From Gamgee@FREEWAY to Gamgee on Tue Apr 7 10:52:00 2020
    Gamgee wrote to calcmandan <=-

    I (tried to) take a look at Moebius on Linux, but how the heck to
    you start/run it? I downloaded the zip (I think) from github and
    did not see any executable files in there, or source code to
    compile... How do you run it??? Thanks.

    sudo apt install moebius

    Heh. That only works on Debian-ish systems (which I'm not
    using).

    Anybody else know how to compile/run Moebius, as gotten from it's
    Github site?

    Nevermind... I see now that it needs node/nodejs and 'electron',
    not gonna bother with such ridiculousness... :-)



    ... Boy, I'm tellin you fer yer own good, I studied them things.
    === MultiMail/Linux v0.52
    --- SBBSecho 3.10-Linux
    * Origin: Palantir * palantirbbs.ddns.net * Pensacola, FL * (256:8/102)
    ■ Synchronet ■ Freeway BBS, Bendigo Australia. freeway.apana.org.au
  • From calcmandan to Gamgee on Tue Apr 7 13:19:32 2020
    Re: Re: New door game in dev
    By: Gamgee to calcmandan on Tue Apr 07 2020 07:18 am

    Heh. That only works on Debian-ish systems (which I'm not using).

    what distro do you use?
    Daniel Traechin
  • From Dumas Walker@CAPCITY2 to CALCMANDAN on Tue Apr 7 17:43:00 2020
    I saw someone else also suggested a program called moebius, which has a native linux version.

    Yes thanks for that. I'm using moebius now since you suggested it. Sorry, I forgot to reply.

    That is all right. Glad it is working for you!


    * SLMR 2.1a * "You've stolen my soul!" - Granpa Simpson
    ---
    ■ Synchronet ■ CAPCITY2 * capcity2.synchro.net * Telnet/SSH:2022/Rlogin/HTTP
  • From Gamgee@FREEWAY to calcmandan on Tue Apr 7 17:46:00 2020
    calcmandan wrote to Gamgee <=-

    Heh. That only works on Debian-ish systems (which I'm not using).

    what distro do you use?

    Slackware.



    ... Beware of programmers who carry screwdrivers.
    === MultiMail/Linux v0.52
    --- SBBSecho 3.10-Linux
    * Origin: Palantir * palantirbbs.ddns.net * Pensacola, FL * (256:8/102)
    ■ Synchronet ■ Freeway BBS, Bendigo Australia. freeway.apana.org.au
  • From calcmandan to Gamgee on Thu Apr 9 01:07:24 2020
    Re: Re: New door game in dev
    By: Gamgee to calcmandan on Tue Apr 07 2020 05:46 pm

    Slackware.

    Can you install a .deb?
    Daniel Traechin
  • From Gamgee@FREEWAY to calcmandan on Thu Apr 9 07:16:00 2020
    calcmandan wrote to Gamgee <=-

    Re: Re: New door game in dev
    By: Gamgee to calcmandan on Tue Apr 07 2020 05:46 pm

    Slackware.

    Can you install a .deb?

    I've read that it's possible, using 3rd-party utilities, but not
    usually recommended. I've never done it.

    I've decided not to bother with Moebius and will use other tools
    for what I need to do.

    Thanks for the followup.



    ... Pros are those who do their jobs well, even when they don't feel like it. === MultiMail/Linux v0.52
    --- SBBSecho 3.10-Linux
    * Origin: Palantir * palantirbbs.ddns.net * Pensacola, FL * (256:8/102)
    ■ Synchronet ■ Freeway BBS, Bendigo Australia. freeway.apana.org.au
  • From calcmandan to Gamgee on Fri Apr 10 00:32:58 2020
    Re: Re: New door game in dev
    By: Gamgee to calcmandan on Thu Apr 09 2020 07:16 am

    Sorry I can't help. I'm a perman3wb with linux and I certainly don't have the skills to help with slack.

    That's admired.
    Daniel Traechin
  • From Nightfox to Dumas Walker on Tue Apr 21 11:22:59 2020
    Re: New door game in dev
    By: Dumas Walker to CALCMANDAN on Thu Mar 19 2020 04:00 pm

    That is not a big issue. I currently use an old DOS program, called TheDraw, in a dosemu window under linux. It works great making screens for

    "an old DOS program, called TheDraw".. You say that like nobody has heard of it. :P It was probably one of the most well-known ANSI editors in the 90s.

    Nightfox
  • From calcmandan to Gamgee on Wed Apr 22 00:44:00 2020
    Gamgee wrote to calcmandan <=-

    calcmandan wrote to Dumas Walker <=-

    I saw someone else also suggested a program called moebius, which has a native linux version.

    Yes thanks for that. I'm using moebius now since you suggested
    it. Sorry, I forgot to reply.

    I (tried to) take a look at Moebius on Linux, but how the heck to
    you start/run it? I downloaded the zip (I think) from github and
    did not see any executable files in there, or source code to
    compile... How do you run it??? Thanks.

    I downloaded the debian package for it. Installed just fine.

    ... Nothing is so smiple that it can't get screwed up.
    === MultiMail/Linux v0.52
    --- SBBSecho 3.10-Linux
    * Origin: Palantir * palantirbbs.ddns.net * Pensacola, FL *
    (256:8/102)
    = Synchronet = Freeway BBS, Bendigo Australia. freeway.apana.org.au

    ... Visit me at: gopher://gcpp.world
    --- MultiMail/Linux v0.49
  • From Dumas Walker@CAPCITY2 to NIGHTFOX on Wed Apr 22 12:30:00 2020
    "an old DOS program, called TheDraw".. You say that like nobody has heard of . :P It was probably one of the most well-known ANSI editors in the 90s.

    Yes, and those of us who have been around that long would sure know of it.
    I was thinking my audience might be newer to BBSing than us, but maybe I am wrong. ;)


    * SLMR 2.1a * How do they get Teflon to stick to the pans?
    ---
    ■ Synchronet ■ CAPCITY2 * capcity2.synchro.net * Telnet/SSH:2022/Rlogin/HTTP
  • From calcmandan to Dumas Walker on Wed Apr 22 21:50:00 2020
    Dumas Walker wrote to NIGHTFOX <=-

    "an old DOS program, called TheDraw".. You say that like nobody has heard
    of
    . :P It was probably one of the most well-known ANSI editors in the 90s.

    Yes, and those of us who have been around that long would sure know of
    it. I was thinking my audience might be newer to BBSing than us, but
    maybe I am wrong. ;)

    i was an avid bbs user in the nineties but never heard of 'the draw' because
    it never occured to me to create ANSI graphics. That was a sysop's job in
    my eyes.

    Now, I do it all the time with this game i'm designing. Good times.

    ... Visit me at: gopher://gcpp.world
    --- MultiMail/Linux v0.49
  • From Dumas Walker@CAPCITY2 to CALCMANDAN on Thu Apr 23 16:52:00 2020
    i was an avid bbs user in the nineties but never heard of 'the draw' because it never occured to me to create ANSI graphics. That was a sysop's job in
    my eyes.

    LOL, yes it was.

    I have a sister who, back in the day, did get into doing ANSI art even
    though she was not a Sysop (or even a BBS user). I think she saw some of
    the screens I was looking at one day and thought it was neat.

    Mike


    * SLMR 2.1a * WORK HARDER!... Millions on Welfare depend on YOU!
    ---
    ■ Synchronet ■ CAPCITY2 * capcity2.synchro.net * Telnet/SSH:2022/Rlogin/HTTP
  • From calcmandan to Dumas Walker on Fri Apr 24 00:55:00 2020
    Dumas Walker wrote to CALCMANDAN <=-

    i was an avid bbs user in the nineties but never heard of 'the draw' because it never occured to me to create ANSI graphics. That was a sysop's job in
    my eyes.

    LOL, yes it was.

    I have a sister who, back in the day, did get into doing ANSI art even though she was not a Sysop (or even a BBS user). I think she saw some
    of the screens I was looking at one day and thought it was neat.

    That's hella. Yeah, I'm only now growing a fondness for the art. Giong to differnt boards and downloading ansi packs. It certainly opened my eyes when a bug hit me and started this project.


    ... Visit me at: gopher://gcpp.world
    --- MultiMail/Linux v0.49
  • From calcmandan@BATTLEST/FREEWAY to All on Wed Mar 18 23:18:00 2020
    Hi folks. I'm creating a new door game written in Pascal with a star trek storyline. Looking for suggestions on good ansi art creation software I can use to make my 'screens' for my text based game. I run linux so that's the one big snafu.

    Thanks
    Daniel Traechin

    ---
    ■ Synchronet ■ Digital Distortion: digitaldistortionbbs.com
  • From Dumas Walker@BATTLEST/FREEWAY to CALCMANDAN on Thu Mar 19 16:00:00 2020
    Hi folks. I'm creating a new door game written in Pascal with a star trek >storyline. Looking for suggestions on good ansi art creation software I can use
    to make my 'screens' for my text based game. I run linux so that's the one big >snafu.

    That is not a big issue. I currently use an old DOS program, called
    TheDraw, in a dosemu window under linux. It works great making screens for my linux-based bbs. It may also work well under dosbox.

    I saw someone else also suggested a program called moebius, which has a
    native linux version.


    * SLMR 2.1a * SysOp: Gofer in charge of bolts, wires & electricity
    ---
    ■ Synchronet ■ CAPCITY2 * capcity2.synchro.net * Telnet/SSH:2022/Rlogin/HTTP
  • From Gamgee@BATTLEST/FREEWAY to Dumas Walker on Thu Mar 19 21:19:00 2020
    Dumas Walker wrote to CALCMANDAN <=-

    Hi folks. I'm creating a new door game written in Pascal with a star trek
    storyline. Looking for suggestions on good ansi art creation software I can
    use to make my 'screens' for my text based game. I run linux so that's the
    one big snafu.

    That is not a big issue. I currently use an old DOS program,
    called TheDraw, in a dosemu window under linux. It works great
    making screens for my linux-based bbs. It may also work well
    under dosbox.

    It does (work well under Dosbox).

    I saw someone else also suggested a program called moebius, which
    has a native linux version.

    I downloaded that today and am going to give it a look.



    ... Do NOT look into laser with remaining eyeball.
    === MultiMail/Linux v0.52
    --- SBBSecho 3.10-Linux
    * Origin: Palantir * palantirbbs.ddns.net * Pensacola, FL * (256:8/102)
    ■ Synchronet ■ Freeway BBS, Bendigo Australia. freeway.apana.org.au
  • From calcmandan@BATTLEST/FREEWAY to Dumas Walker on Mon Apr 6 15:57:00 2020
    Re: New door game in dev
    By: Dumas Walker to CALCMANDAN on Thu Mar 19 2020 04:00 pm

    I saw someone else also suggested a program called moebius, which has a native linux version.

    Yes thanks for that. I'm using moebius now since you suggested it. Sorry, I forgot to reply.
    Daniel Traechin

    ---
    ■ Synchronet ■ Digital Distortion: digitaldistortionbbs.com
  • From Gamgee@BATTLEST/FREEWAY to calcmandan on Mon Apr 6 21:52:00 2020
    calcmandan wrote to Dumas Walker <=-

    I saw someone else also suggested a program called moebius, which has a native linux version.

    Yes thanks for that. I'm using moebius now since you suggested
    it. Sorry, I forgot to reply.

    I (tried to) take a look at Moebius on Linux, but how the heck to
    you start/run it? I downloaded the zip (I think) from github and
    did not see any executable files in there, or source code to
    compile... How do you run it??? Thanks.



    ... Nothing is so smiple that it can't get screwed up.
    === MultiMail/Linux v0.52
    --- SBBSecho 3.10-Linux
    * Origin: Palantir * palantirbbs.ddns.net * Pensacola, FL * (256:8/102)
    ■ Synchronet ■ Freeway BBS, Bendigo Australia. freeway.apana.org.au
  • From calcmandan@BATTLEST/FREEWAY to Gamgee on Mon Apr 6 23:46:00 2020
    Re: Re: New door game in dev
    By: Gamgee to calcmandan on Mon Apr 06 2020 09:52 pm

    I (tried to) take a look at Moebius on Linux, but how the heck to
    you start/run it? I downloaded the zip (I think) from github and
    did not see any executable files in there, or source code to
    compile... How do you run it??? Thanks.

    sudo apt install moebius

    Daniel Traechin

    ---
    ■ Synchronet ■ Digital Distortion: digitaldistortionbbs.com
  • From Gamgee@BATTLEST/FREEWAY to calcmandan on Tue Apr 7 07:18:00 2020
    calcmandan wrote to Gamgee <=-

    Re: Re: New door game in dev
    By: Gamgee to calcmandan on Mon Apr 06 2020 09:52 pm

    I (tried to) take a look at Moebius on Linux, but how the heck to
    you start/run it? I downloaded the zip (I think) from github and
    did not see any executable files in there, or source code to
    compile... How do you run it??? Thanks.

    sudo apt install moebius

    Heh. That only works on Debian-ish systems (which I'm not using).

    Anybody else know how to compile/run Moebius, as gotten from it's
    Github site?



    ... All the easy problems have been solved.
    === MultiMail/Linux v0.52
    --- SBBSecho 3.10-Linux
    * Origin: Palantir * palantirbbs.ddns.net * Pensacola, FL * (256:8/102)
    ■ Synchronet ■ Freeway BBS, Bendigo Australia. freeway.apana.org.au
  • From Gamgee@BATTLEST/FREEWAY to Gamgee on Tue Apr 7 10:52:00 2020
    Gamgee wrote to calcmandan <=-

    I (tried to) take a look at Moebius on Linux, but how the heck to
    you start/run it? I downloaded the zip (I think) from github and
    did not see any executable files in there, or source code to
    compile... How do you run it??? Thanks.

    sudo apt install moebius

    Heh. That only works on Debian-ish systems (which I'm not
    using).

    Anybody else know how to compile/run Moebius, as gotten from it's
    Github site?

    Nevermind... I see now that it needs node/nodejs and 'electron',
    not gonna bother with such ridiculousness... :-)



    ... Boy, I'm tellin you fer yer own good, I studied them things.
    === MultiMail/Linux v0.52
    --- SBBSecho 3.10-Linux
    * Origin: Palantir * palantirbbs.ddns.net * Pensacola, FL * (256:8/102)
    ■ Synchronet ■ Freeway BBS, Bendigo Australia. freeway.apana.org.au
  • From calcmandan@BATTLEST/FREEWAY to Gamgee on Tue Apr 7 13:19:00 2020
    Re: Re: New door game in dev
    By: Gamgee to calcmandan on Tue Apr 07 2020 07:18 am

    Heh. That only works on Debian-ish systems (which I'm not using).

    what distro do you use?
    Daniel Traechin

    ---
    ■ Synchronet ■ Digital Distortion: digitaldistortionbbs.com
  • From Dumas Walker@BATTLEST/FREEWAY to CALCMANDAN on Tue Apr 7 17:43:00 2020
    I saw someone else also suggested a program called moebius, which has a native linux version.

    Yes thanks for that. I'm using moebius now since you suggested it. Sorry, I forgot to reply.

    That is all right. Glad it is working for you!


    * SLMR 2.1a * "You've stolen my soul!" - Granpa Simpson
    ---
    ■ Synchronet ■ CAPCITY2 * capcity2.synchro.net * Telnet/SSH:2022/Rlogin/HTTP
  • From Gamgee@BATTLEST/FREEWAY to calcmandan on Tue Apr 7 17:46:00 2020
    calcmandan wrote to Gamgee <=-

    Heh. That only works on Debian-ish systems (which I'm not using).

    what distro do you use?

    Slackware.



    ... Beware of programmers who carry screwdrivers.
    === MultiMail/Linux v0.52
    --- SBBSecho 3.10-Linux
    * Origin: Palantir * palantirbbs.ddns.net * Pensacola, FL * (256:8/102)
    ■ Synchronet ■ Freeway BBS, Bendigo Australia. freeway.apana.org.au
  • From calcmandan@BATTLEST/FREEWAY to Gamgee on Thu Apr 9 01:07:00 2020
    Re: Re: New door game in dev
    By: Gamgee to calcmandan on Tue Apr 07 2020 05:46 pm

    Slackware.

    Can you install a .deb?
    Daniel Traechin

    ---
    ■ Synchronet ■ Digital Distortion: digitaldistortionbbs.com
  • From Gamgee@BATTLEST/FREEWAY to calcmandan on Thu Apr 9 07:16:00 2020
    calcmandan wrote to Gamgee <=-

    Re: Re: New door game in dev
    By: Gamgee to calcmandan on Tue Apr 07 2020 05:46 pm

    Slackware.

    Can you install a .deb?

    I've read that it's possible, using 3rd-party utilities, but not
    usually recommended. I've never done it.

    I've decided not to bother with Moebius and will use other tools
    for what I need to do.

    Thanks for the followup.



    ... Pros are those who do their jobs well, even when they don't feel like it. === MultiMail/Linux v0.52
    --- SBBSecho 3.10-Linux
    * Origin: Palantir * palantirbbs.ddns.net * Pensacola, FL * (256:8/102)
    ■ Synchronet ■ Freeway BBS, Bendigo Australia. freeway.apana.org.au
  • From calcmandan@BATTLEST/FREEWAY to Gamgee on Fri Apr 10 00:32:00 2020
    Re: Re: New door game in dev
    By: Gamgee to calcmandan on Thu Apr 09 2020 07:16 am

    Sorry I can't help. I'm a perman3wb with linux and I certainly don't have the skills to help with slack.

    That's admired.
    Daniel Traechin

    ---
    ■ Synchronet ■ Digital Distortion: digitaldistortionbbs.com
  • From Nightfox@BATTLEST/FREEWAY to Dumas Walker on Tue Apr 21 11:22:00 2020
    Re: New door game in dev
    By: Dumas Walker to CALCMANDAN on Thu Mar 19 2020 04:00 pm

    That is not a big issue. I currently use an old DOS program, called TheDraw, in a dosemu window under linux. It works great making screens for

    "an old DOS program, called TheDraw".. You say that like nobody has heard of it. :P It was probably one of the most well-known ANSI editors in the 90s.

    Nightfox

    ---
    ■ Synchronet ■ Digital Distortion: digitaldistortionbbs.com
  • From calcmandan@BATTLEST/FREEWAY to Gamgee on Wed Apr 22 00:44:00 2020
    Gamgee wrote to calcmandan <=-

    calcmandan wrote to Dumas Walker <=-

    I saw someone else also suggested a program called moebius, which has a native linux version.

    Yes thanks for that. I'm using moebius now since you suggested
    it. Sorry, I forgot to reply.

    I (tried to) take a look at Moebius on Linux, but how the heck to
    you start/run it? I downloaded the zip (I think) from github and
    did not see any executable files in there, or source code to
    compile... How do you run it??? Thanks.

    I downloaded the debian package for it. Installed just fine.

    ... Nothing is so smiple that it can't get screwed up.
    === MultiMail/Linux v0.52
    --- SBBSecho 3.10-Linux
    * Origin: Palantir * palantirbbs.ddns.net * Pensacola, FL *
    (256:8/102)
    = Synchronet = Freeway BBS, Bendigo Australia. freeway.apana.org.au

    ... Visit me at: gopher://gcpp.world
    --- MultiMail/Linux v0.49
    ■ Synchronet ■ Digital Distortion: digitaldistortionbbs.com
  • From Dumas Walker@BATTLEST/FREEWAY to NIGHTFOX on Wed Apr 22 12:30:00 2020
    "an old DOS program, called TheDraw".. You say that like nobody has heard of . :P It was probably one of the most well-known ANSI editors in the 90s.

    Yes, and those of us who have been around that long would sure know of it.
    I was thinking my audience might be newer to BBSing than us, but maybe I am wrong. ;)


    * SLMR 2.1a * How do they get Teflon to stick to the pans?
    ---
    ■ Synchronet ■ CAPCITY2 * capcity2.synchro.net * Telnet/SSH:2022/Rlogin/HTTP
  • From calcmandan@BATTLEST/FREEWAY to Dumas Walker on Wed Apr 22 21:50:00 2020
    Dumas Walker wrote to NIGHTFOX <=-

    "an old DOS program, called TheDraw".. You say that like nobody has heard
    of
    . :P It was probably one of the most well-known ANSI editors in the 90s.

    Yes, and those of us who have been around that long would sure know of
    it. I was thinking my audience might be newer to BBSing than us, but
    maybe I am wrong. ;)

    i was an avid bbs user in the nineties but never heard of 'the draw' because
    it never occured to me to create ANSI graphics. That was a sysop's job in
    my eyes.

    Now, I do it all the time with this game i'm designing. Good times.

    ... Visit me at: gopher://gcpp.world
    --- MultiMail/Linux v0.49
    ■ Synchronet ■ Digital Distortion: digitaldistortionbbs.com
  • From Dumas Walker@BATTLEST/FREEWAY to CALCMANDAN on Thu Apr 23 16:52:00 2020
    i was an avid bbs user in the nineties but never heard of 'the draw' because it never occured to me to create ANSI graphics. That was a sysop's job in
    my eyes.

    LOL, yes it was.

    I have a sister who, back in the day, did get into doing ANSI art even
    though she was not a Sysop (or even a BBS user). I think she saw some of
    the screens I was looking at one day and thought it was neat.

    Mike


    * SLMR 2.1a * WORK HARDER!... Millions on Welfare depend on YOU!
    ---
    ■ Synchronet ■ CAPCITY2 * capcity2.synchro.net * Telnet/SSH:2022/Rlogin/HTTP
  • From calcmandan@BATTLEST/FREEWAY to Dumas Walker on Fri Apr 24 00:55:00 2020
    Dumas Walker wrote to CALCMANDAN <=-

    i was an avid bbs user in the nineties but never heard of 'the draw' because it never occured to me to create ANSI graphics. That was a sysop's job in
    my eyes.

    LOL, yes it was.

    I have a sister who, back in the day, did get into doing ANSI art even though she was not a Sysop (or even a BBS user). I think she saw some
    of the screens I was looking at one day and thought it was neat.

    That's hella. Yeah, I'm only now growing a fondness for the art. Giong to differnt boards and downloading ansi packs. It certainly opened my eyes when a bug hit me and started this project.


    ... Visit me at: gopher://gcpp.world
    --- MultiMail/Linux v0.49
    ■ Synchronet ■ Digital Distortion: digitaldistortionbbs.com