Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Whats ASCII???  (Read 1474 times)

Alexhans

  • Bay Watcher
  • This is toodamn shortto write something meaningful
    • View Profile
    • Osteopatia y Neurotonia
Whats ASCII???
« on: January 28, 2006, 03:28:00 pm »

Please, I want to know what exactly is this "text code" or program or whatever it is.  How do you write a program like LCS??? Do you use C++ or visual basic or what? (Excuse if Im saying something stupid but my scripting its just beggining to develop in a game creator program and I havent really got confortable with it)

Farewell


Alexhans

Logged
“Eight years was awesome and I was famous and I was powerful" - George W. Bush.

Captain Mayday

  • Bay Watcher
  • A Special Kind of Terrible
    • View Profile
Re: Whats ASCII???
« Reply #1 on: January 28, 2006, 07:06:00 pm »

ASCII refers to the general look of the game. That is, using letters of various colours to represent different things while still maintaining a graphical interface and environment. I'm not sure writing these sorts of games is actually limited to any language in particular.
Logged
Why not join us on IRC? irc.newnet.net #bay12games

Toady One

  • The Great
    • View Profile
    • http://www.bay12games.com
Re: Whats ASCII???
« Reply #2 on: January 29, 2006, 03:45:00 am »

Yeah, for LCS I used C and Curses -- Curses is just a way to do text a bit easier when you are programming.  You could write a game like LCS with whatever you are using probably.
Logged
The Toad, a Natural Resource:  Preserve yours today!

Harlander

  • Bay Watcher
    • View Profile
Re: Whats ASCII???
« Reply #3 on: February 05, 2006, 03:27:00 pm »

There's curses ports for Java and Python, and probably many other languages.
Logged

Toady One

  • The Great
    • View Profile
    • http://www.bay12games.com
Re: Whats ASCII???
« Reply #4 on: February 05, 2006, 05:28:00 pm »

Are you still writing your game?
Logged
The Toad, a Natural Resource:  Preserve yours today!

Alexhans

  • Bay Watcher
  • This is toodamn shortto write something meaningful
    • View Profile
    • Osteopatia y Neurotonia
Re: Whats ASCII???
« Reply #5 on: April 27, 2006, 12:40:00 pm »

No, im just experimenting with scripting and various little projects or goals that I intend to accomplish.  When Im ready and have a good project I will take more seriously, till then I take my time.
Logged
“Eight years was awesome and I was famous and I was powerful" - George W. Bush.

Toady One

  • The Great
    • View Profile
    • http://www.bay12games.com
Re: Whats ASCII???
« Reply #6 on: April 27, 2006, 03:05:00 pm »

It's good to go in small steps so you don't get discouraged.  And the smallest games can still be fun...  although perhaps my examples aren't the best...
Logged
The Toad, a Natural Resource:  Preserve yours today!

Toady One

  • The Great
    • View Profile
    • http://www.bay12games.com
Re: Whats ASCII???
« Reply #7 on: May 01, 2006, 03:49:00 pm »

For those that asked, you can grab curses Here.
I haven't tried this implementation though.

Also, I can't reply to private messages if the profile doesn't have "allow members to send private messages" checked "yes".

Logged
The Toad, a Natural Resource:  Preserve yours today!

ctrlfrk

  • Bay Watcher
    • View Profile
Re: Whats ASCII???
« Reply #8 on: September 05, 2007, 03:40:00 am »

I'm stuffing around with ruby at the moment, making a little server that listens on port 23.
So far i can have as many people connected to it as i like, and while they're connected they can draw lines or write text onto the terminal and it updates what is being displayed on all the screens. (Kinda like multiplayer paint, but in ascii, using telnet.exe)
My next goal is to make a little multiplayer "snake" game, but i'm a little stuck with how to do it.
If there was a... wait, i just found a ruby port for ncurses... I wonder if it will work on windows...
Either way, until i've tested, do you think it would be best to keep going as i am, building up my own library of ANSI functions, or try to get this port working? Is curses like super awesome?
Logged

Toady One

  • The Great
    • View Profile
    • http://www.bay12games.com
Re: Whats ASCII???
« Reply #9 on: September 05, 2007, 03:09:00 pm »

If what you are doing is working for you, there probably isn't much need.  I used curses originally because the other console methods that I knew for Windows had trouble with flicker and locating the cursor.  Back when I was using an old Borland compiler in DOS, I didn't need to download curses because I didn't need an external library to get an acceptable display going.  It was all bundled in with the Borland compiler, whatever it was.
Logged
The Toad, a Natural Resource:  Preserve yours today!