Text based games for FreeBSD

View: New views
8 Messages — Rating Filter:   Alert me  

Text based games for FreeBSD

by Allen-37 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I've been looking at the games area of the FreeBSD FTP server, and I'm
wondering if anyone here can tell me which games are text only, kind of
like how Net Hack is, but some graphics would be Ok too.

More or less I'd like to get some more games that will run on older
hardware. I know there is an X version of Nethack, and that was fine for
the machine in question, but are there any others either text based or
not very graphics intense? Any type of game is fine.
_______________________________________________
freebsd-chat@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-chat
To unsubscribe, send any mail to "freebsd-chat-unsubscribe@..."

Re: Text based games for FreeBSD

by Brie Gordon :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello Allen,

Check out this link:

http://www.freebsdsoftware.org/games/

The text based games are indicated in the descriptions.

Hope this helps!
--
Regards,

Brie A. Gordon
http://pingbrie.com
_______________________________________________
freebsd-chat@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-chat
To unsubscribe, send any mail to "freebsd-chat-unsubscribe@..."

Re: Text based games for FreeBSD

by Jamie-68 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Wed, Sep 09, 2009 at 07:42:12PM -0400, Allen wrote:
> I've been looking at the games area of the FreeBSD FTP server, and I'm
> wondering if anyone here can tell me which games are text only, kind of
> like how Net Hack is, but some graphics would be Ok too.

Here are some games I have installed, text-only.

alienwave     Shoot'em up game written using ncurses
aop           A curses based arcade game with only 64 lines of code
avanor        Rogue-like game with easy ADOM-like user interface
block         Small text based maze game
cavezofphear  Boulder Dash / Digger-like game written using ncurses

freebsd-games FreeBSD-modified "Standard" BSD games
        (Lots of them here, classics like "trek")

freesweep     Minesweeper-style game for text-mode terminals
galaxis       Clone of the nifty little Macintosh game
greed-game    A text puzzle game with the aim of clearing the game field

hunt          Rogue-like multiplayer game
        (This one is kind of fun, but very hard to find a partner!)

nInvaders     The nIvaders game is a Space Invaders clone for ncurses
nibbles       Nibbles is a simple ncurses-based console game
pentix        This is a game of pentix for terminals
plonx         A small ascii puzzle game
seabattle     A curses based battleship type game
sokoban       Logical game: problems with packets in cave
ztrack        Simple ncurses based pseudo-3D driving game

gnuchess      GNU Chess
        (this is HARD!)

> More or less I'd like to get some more games that will run on older
> hardware. I know there is an X version of Nethack, and that was fine for
> the machine in question, but are there any others either text based or not
> very graphics intense? Any type of game is fine.

I was into collecting terminal-based games for awhile. Some of them are
actually quite fun. BSD tetris for example (though it seems awful slow
on an NFS filesystem for some reason)

Seems to me, someone created a curses based "DOOM" game at one point as
well, but I can't seem to find it.

hunt is fun, but it's difficult to find someone to play it with. (I
don't have much practice)

One problem is terminal I/O, some of them are just not practical over
a 9600 baud serial line...

Have fun!

Jamie
--
http://www.geniegate.com                    Custom web programming
Perl * Java * UNIX                        User Management Solutions
_______________________________________________
freebsd-chat@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-chat
To unsubscribe, send any mail to "freebsd-chat-unsubscribe@..."

Re: Text based games for FreeBSD

by Allen-37 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Brie Gordon wrote:
> Hello Allen,
>
> Check out this link:
>
> http://www.freebsdsoftware.org/games/
>
> The text based games are indicated in the descriptions.
>
> Hope this helps!

Actually that's exactly what I was looking for. The FTP server doesn't
exactly give out desc files without downloading first ;)

Thanks
_______________________________________________
freebsd-chat@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-chat
To unsubscribe, send any mail to "freebsd-chat-unsubscribe@..."

Re: Text based games for FreeBSD

by Oliver Fromme :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Allen <GedankeZauberer@...> wrote:
 > I've been looking at the games area of the FreeBSD FTP server, and I'm
 > wondering if anyone here can tell me which games are text only, kind of
 > like how Net Hack is, but some graphics would be Ok too.
 >
 > More or less I'd like to get some more games that will run on older
 > hardware. I know there is an X version of Nethack, and that was fine for
 > the machine in question, but are there any others either text based or
 > not very graphics intense? Any type of game is fine.

These search results might be interesting for you:

http://www.secnetix.de/tools/porgle/porgle.py?w=ncd&q=curses+game

Best regards
   Oliver

--
Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing b. M.
Handelsregister: Registergericht Muenchen, HRA 74606,  Geschäftsfuehrung:
secnetix Verwaltungsgesellsch. mbH, Handelsregister: Registergericht Mün-
chen, HRB 125758,  Geschäftsführer: Maik Bachmann, Olaf Erb, Ralf Gebhart

FreeBSD-Dienstleistungen, -Produkte und mehr:  http://www.secnetix.de/bsd

"Documentation is like sex; when it's good, it's very, very good,
and when it's bad, it's better than nothing."
        -- Dick Brandon
_______________________________________________
freebsd-chat@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-chat
To unsubscribe, send any mail to "freebsd-chat-unsubscribe@..."

Re: Text based games for FreeBSD

by Allen-37 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Oliver Fromme wrote:
>
> These search results might be interesting for you:
>
> http://www.secnetix.de/tools/porgle/porgle.py?w=ncd&q=curses+game
>
> Best regards
>    Oliver

Sehr danke!

I've downloaded about 15 games so far, and got DooM working alongside
Quake, and since I've bought both games, I do have the WAD files from
all of the originals, so I can play them the same I would on any Windows
machines (Wintendo - doing everything in Linux or BSD, except for some
of the games that ONLY work on Windows) ;)

Thanks everyone who replied. When I first started using BSD in FreeBSD
4.0, there weren't this many available to say the least. I'm just glad
FreeBSD people realize that even those old text games still have fans or
at least people who find them interesting :)

-Allen
_______________________________________________
freebsd-chat@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-chat
To unsubscribe, send any mail to "freebsd-chat-unsubscribe@..."

Re: Text based games for FreeBSD

by Randi Harper-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Wed, Sep 9, 2009 at 4:42 PM, Allen <GedankeZauberer@...> wrote:

> Hi,
>
> I've been looking at the games area of the FreeBSD FTP server, and I'm
> wondering if anyone here can tell me which games are text only, kind of like
> how Net Hack is, but some graphics would be Ok too.
>
> More or less I'd like to get some more games that will run on older
> hardware. I know there is an X version of Nethack, and that was fine for the
> machine in question, but are there any others either text based or not very
> graphics intense? Any type of game is fine.
> _______________________________________________
> freebsd-chat@... mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-chat
> To unsubscribe, send any mail to "freebsd-chat-unsubscribe@..."
>

Since other people have mentioned a few of their favorite text based games,
I figured I'd chime in too. :)

Check out angband. It's kind of nethacky, but there's less lore so it's
easier for new players to get into. <3 angband.

-- randi
_______________________________________________
freebsd-chat@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-chat
To unsubscribe, send any mail to "freebsd-chat-unsubscribe@..."

Re: Text based games for FreeBSD

by Kris Kennaway-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Brie Gordon wrote:
> Hello Allen,
>
> Check out this link:
>
> http://www.freebsdsoftware.org/games/
>
> The text based games are indicated in the descriptions.
>
> Hope this helps!

Don't forget about the interactive fiction interpreters!

games/tads and probably others.

Kris
_______________________________________________
freebsd-chat@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-chat
To unsubscribe, send any mail to "freebsd-chat-unsubscribe@..."