Author Topic: Console and size  (Read 19999 times)

provolik

  • Newcomer
  • Posts: 20
  • Karma: +0/-0
    • MSN Messenger - provolik@hotmail.com
    • View Profile
    • Arcan Myth RL
    • Email
Console and size
« on: March 08, 2010, 01:12:52 PM »
Hi to all.

At the moment I am developing an RL under Linux and I decided some times ago to display my game in a certain way but this way make all larger that the default linux console size.

I am considering to change all my interface e re-design it to fit the default console size but I want to ask to you: is it better to re-design and fit in the default console size, or is it better to inform the player to enlarge his console?

Thanks to all the answerer and sorry for my horrible english.


stu

  • Rogueliker
  • ***
  • Posts: 138
  • Karma: +0/-0
  • Moop!
    • View Profile
    • Stu's Rusty Bucket
Re: Console and size
« Reply #1 on: March 08, 2010, 02:22:47 PM »
what if the console can't be sized bigger? Can you not do things by %%? how big a console window are we talking about?
--/\-[ Stu ]-/\--

provolik

  • Newcomer
  • Posts: 20
  • Karma: +0/-0
    • MSN Messenger - provolik@hotmail.com
    • View Profile
    • Arcan Myth RL
    • Email
Re: Console and size
« Reply #2 on: March 08, 2010, 02:44:17 PM »
Your answer suggest to me to re-design all... However: my linux ubuntu console is 80x24 and I cannot resize all in %% as I use ascii chars.

Etinarg

  • Rogueliker
  • ***
  • Posts: 424
  • Karma: +1/-1
  • Idea archivist and game tinkerer.
    • View Profile
    • Gedankenweber Blog (German)
Re: Console and size
« Reply #3 on: March 08, 2010, 03:50:08 PM »
It depends what you want to do ...

In the past "consoles" or "terminals" were hardware pieces consisting of a screen and a keyboard, magically connected to a mainframe where the actual software ran. The screens had a certain layout, like 80x24 characters. (I think there were smaller ones with 80x22, but I'm not sure)

All (not quiet sure, but I strongly assume so) the old roguelikes were made to run on such terminals.

Now we face an age where character terminals are emulated on graphical screens, and there are no hard size limits anymore.

So if you want to stay traditional, do 80x24

Since almost no one even remembers such terminals, I'm not sure if it makes much sense to stay within those limits.

My personal idea is, that if one uses ASCII, 80x24 is part of the tradition.

Otherwise I'd suggest to use graphical tiles, more or less abstract but symbolic and not care about the old terminals and traditions, but try to find synergies of deep gameplay and symbolic presentation instead of non-symbolic-abstract glyphs.

Fenrir may have a word or two on the idea of tiles and the abstract beauty of non-symbolic presentations. (No kidding.)

« Last Edit: March 08, 2010, 03:53:32 PM by Hajo »

provolik

  • Newcomer
  • Posts: 20
  • Karma: +0/-0
    • MSN Messenger - provolik@hotmail.com
    • View Profile
    • Arcan Myth RL
    • Email
Re: Console and size
« Reply #4 on: March 08, 2010, 04:45:41 PM »
At the moment I think I will re-design all for 80x24 console/terminal.

Another choice I may do it's starting the game in xterm with the "resolution" I need, however STU critics was really convincing

Z

  • Rogueliker
  • ***
  • Posts: 905
  • Karma: +0/-0
    • View Profile
    • Z's Roguelike Stuff
Re: Console and size
« Reply #5 on: March 08, 2010, 06:36:58 PM »
Well, it's not only mainframes and terminals mentioned by Hajo: old PC computers (with DOS) used a 80x25 text mode with 16 colors, and if someone has used PCs roughly 20-15 years ago, he should remember it. (That means mostly everyone old enough, PC were the most popular kind of computer, right?) Most PCs today use this mode only to show text while booting, then a graphical UI is activated.

AFAIK Linux and Windows XP and older still allow running console programs in this mode, and it is still my preferred way of playing roguelikes and doing some other things. And I would be annoyed if it was not supported in a roguelike for no good reason.

purestrain

  • Rogueliker
  • ***
  • Posts: 172
  • Karma: +0/-0
    • View Profile
Re: Console and size
« Reply #6 on: March 08, 2010, 07:17:37 PM »
Be annoyed; i don't want to support it ;D

elwin

  • Rogueliker
  • ***
  • Posts: 96
  • Karma: +0/-0
    • View Profile
    • Roguelike Gallery
Re: Console and size
« Reply #7 on: March 08, 2010, 09:55:13 PM »
It's probably better to make it fit in 80x24.  Programs that refuse to run until the user changes something are generally a bad idea.  And some people might not know how to resize their console.
Roguelike Gallery: play Rogue online.  SSH or in browser.

provolik

  • Newcomer
  • Posts: 20
  • Karma: +0/-0
    • MSN Messenger - provolik@hotmail.com
    • View Profile
    • Arcan Myth RL
    • Email
Re: Console and size
« Reply #8 on: March 09, 2010, 08:46:58 AM »
Thanks to all, now I am working on re-design my game to fit exactly in 80x24 (I discover that I have to fit in 80x23). In the 0.2 release it will be all ok.

Thank you ;)

provolik

  • Newcomer
  • Posts: 20
  • Karma: +0/-0
    • MSN Messenger - provolik@hotmail.com
    • View Profile
    • Arcan Myth RL
    • Email
Re: Console and size
« Reply #9 on: March 11, 2010, 04:12:23 PM »
I redraw everything to fit in 80x23.

Maybe some DATA will not be intuitive but I am glad about the result ;)

Etinarg

  • Rogueliker
  • ***
  • Posts: 424
  • Karma: +1/-1
  • Idea archivist and game tinkerer.
    • View Profile
    • Gedankenweber Blog (German)
Re: Console and size
« Reply #10 on: March 12, 2010, 03:04:59 PM »
Now more in line with the rogue tradition :)

I think Angband had a "sticky last line" or such config option for the evil terminals that causes troubles on line 24.