<---- template headericclude ----->
Get your Linux game on!
FedoraForum.org - Fedora Support Forums and Community
Page 1 of 13 12311 ... LastLast
Results 1 to 15 of 182
  1. #1
    Join Date
    Dec 2004
    Location
    Canada
    Age
    32
    Posts
    9,221
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Talking Get your Linux game on!

    Hello,
    After this, no one can say Linux doesn't have any good games! I've been on the quest for games lately, and found some really superb ones. Here's a list I've compiled of games worth mentioning:

    - LBreakout2 (pad at the bottom, bouncy ball and a bunch of bricks you have to remove)
    - BZFlag + BZFed (Massive Multiplayer Online (MMO) tank-shooting game)
    - Lincity-ng (Upgraded version of SimCity)
    - fish fillets-ng (Puzzle game)
    - Gnome-Sudoku (Self explanitory )
    - ppracer (Upgraded tuxracer, the Linux penguin that races on snowy racetracks)
    - SuperTux (Super Mario Bros, but with Tux!)
    - Gweled (Similar to Bejeweld on popcap games)
    - Virus Killer (Kill those viruses with your laser beam powered by the kernel!)
    - Neverball (Marble Blast Gold ripped this game. Control the ball to collect coins for points and the reach the endpoint)
    - Nexuiz (best game IMHO, 1st person shooter)
    - Frozen-Bubble (3 like-colored adjacent balls disappear. Try to clear the level before the balls reach the bottom of your screen)
    - CUBE (Online & Single player 1st person shooter)
    --> Edit: Sauerbraten, aka 'CUBE 2', is now available.
    - Chromium (Fly that spaceship of yours and destroy oncoming ships!)
    - gl-117 (Flight simulator, proceed to the missions to start the battling)
    - Freeciv (FreeCiv = Free Civilization(tm). Free version of the commercial game Civilisation)
    - Torcs (Car racing game)
    - Penguin Commander
    - Lucidlife (Game of Life)
    - Diablo I, Diablo II, Starcraft (with or without Brood War expansion), Warcraft III (again, with or without Frozen Throne) via Wine - see below for installation instructions.

    First, make sure you have the RPM Fusion repository enabled. If you have not enabled it on your system yet, see RPM Fusion's configuration page.

    Now you're ready to install some games via yum:
    Code:
    su -
    yum install game_name_without_capitals
    For example:
    Code:
    su -
    yum install bzflag lincity-ng nexuiz
    will install the games bzflag, lincity-ng and nexuiz.

    The basic game packages are fun but aren't that amusing in my opinion. They consist of gnome-games and kdegames. To install them, type:[code
    yum install gnome-games kdegames[/code]

    For a full install, type:
    Code:
    su -
    yum install bzflag freeciv gnome-games kdegames gnome-sudoku gweled neverball nexuiz ppracer nexuiz-server nexuiz-data viruskiller supertux gl-117 frozen-bubble torcs torcs-data torcs-data-cars-extra torcs-robots torcs-data-tracks-road lincity-ng lincity-ng-data fillets-ng lbreakout2 lucidlife
    And see the additional instructions below.

    Yum can install most of the games listed above for you. The rest must be installed manually. For these games, see the specific instructions below:

    FOR BZFed (Bzflag map editor)
    NOTE: This doesn't seem to work with FC5.
    Code:
    su -
    wget http://downloads.sourceforge.net/bzfed/bzfed-0.1.tar.gz
    rpm -Uhv http://www.asic-linux.com.mx/~izto/checkinstall/files/rpm/checkinstall-1.6.1-1.i386.rpm
    gzip -d bzfed-0.1.tar.gz
    tar -xf bzfed-0.1.tar
    cd bzfed-0.1
    ./autogen.sh &>/dev/null
    ./configure
    make
    checkinstall -R
    <keep hitting Enter until RPM build finishes>
    rpm -i /path/to/RPM/built[/code]

    FOR Cube II / Sauerbraten
    Code:
    su -
    wget http://downloads.sourceforge.net/sauerbraten/sauerbraten_2008_06_20_ctf_edition_linux.tar.bz2
    mv sauerbraten /usr/local/share/
    echo '[Desktop Entry]
    Name=Sauerbraten
    GenericName=Sauerbraten
    Comment=Sauerbraten FPS
    Exec=/usr/local/share/sauerbraten/sauerbraten_unix
    Icon=/usr/local/share/sauerbraten/data/crosshair.png
    Type=Application
    Encoding=UTF-8
    Categories=Application;Game;' > /usr/share/applications/sauerbraten.desktop
    chmod 644 /usr/share/applications/sauerbraten.desktop
    cd /usr/local/share/sauerbraten
    gedit sauerbraten_unix
    Now, see this line:
    Code:
    CUBE_DIR=.
    change it to:
    Code:
    CUBE_DIR=/usr/local/share/sauerbraten/
    FOR Penguin Commander
    Code:
    su -
    wget http://downloads.sourceforge.net/penguin-command/penguin-command-1.6.11.tar.gz
    yum install SDL-devel SDL_image-devel SDL_mixer-devel
    rpm -Uhv http://www.asic-linux.com.mx/~izto/checkinstall/files/rpm/checkinstall-1.6.1-1.i386.rpm
    tar xzf penguin-command-1.6.10.tar.gz
    cd penguin-command-1.6.10
    ./configure
    make
    checkinstall -R
    <enter>
    <enter>
    rpm -Uhv /usr/src/redhat/RPMS/i386/penguin-command-1.6.11-1.i386.rpm
    And now, to add a shortcut in the games menu, paste this into /usr/share/applications/penguin-command.desktop:
    Code:
    [Desktop Entry]
    Encoding=UTF-8
    Categories=Application;Game
    Name=Penguin Commander
    Comment=Missle-shooting game
    Icon=redhat-games.png
    Exec=penguin-command
    Terminal=0
    Type=Application
    FOR Blizzard Entertainment games (Diablo, Starcraft, Warcraft):
    1) Type
    Code:
    winecfg
    into a terminal, and set your Windows version to Windwos 2000 or Windows XP.
    2) Install the games under Wine:
    Code:
    wine /media/CD_LABEL/setup.exe
    replace CD_LABEL with the label shown on your Desltop for the CD, for example BROODWAR.
    3) Some games have had issues "self-patching" the game in the past. If the patch fails after clicking "Battle.net", go to the Blizzard site and download the full patch files. Those should install fine and when you restart the game, it will be updated to the most recent version.
    NOTE: In Diablo II, if you want to do TCP/IP games, it may complain about an invalid IP address. The solution is to add a non-localhost line to /etc/hosts (unfortunately , this usually requires a static IP address). For example, with a static IP of 192.168.1.2, you could add:
    Code:
    192.168.1.2           MyHostName           MyHostName.localdomain
    and set my hostname to "MyHostName.localdomain" in /etc/sysconfig/network.

    As well, you'll notice the installer hangs at a few points when installing Diablo II. This is actually because it's prompting you to switch disks, but the dialog is behind the progress window. Just switch play/install disks and hit <enter> until the install continues.

    Per request, I added Enemy Territory to the list. Although, to download it, you must sign up. For those who wish to see http://games.activision.com/games/wolfenstein/

    Enjoy. My favorites are BZFlag, Lincity-NG and Nexuiz.
    Last edited by Firewing1; 22nd July 2008 at 04:52 PM.
    [+] My open source software and blog
    [+] Some of my howtos: (for full list, click here)

  2. #2
    Join Date
    Jun 2005
    Location
    Pleasanton, CA, USA
    Age
    31
    Posts
    195
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey! You are forgetting Enemy-Territory and America's Army. Those are the best!

  3. #3
    Ray Kovecses Guest
    Yes you are certainly forgetting Enemy-Territory Americas Army and True Combat Elite. These games put nexuiz to shame. But BZFlag is also very cool.

  4. #4
    Join Date
    Jul 2004
    Location
    Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
    Age
    77
    Posts
    24,695
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How about Torcs (from Extras) - nice auto racing game.
    And for the puzzle freaks: PyTraffic (Dries & RPMforge) - addictive and very hard at the upper levels.
    Linux & Beer - That TOTALLY Computes!
    Registered Linux User #362651


    Don't use any of my solutions on working computers or near small children.

  5. #5
    axelseap Guest
    gnomes-sudoku is spelled wrong is should be gnome-sudoku

    great list of games, but as others mentioned how dare you forget enemy territory that's the greatest game ever

  6. #6
    Join Date
    Apr 2004
    Posts
    1,186
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    youare all forgetting:

    rollemup (rare hard to find yet awsome pinball game) (free)
    space tripper ($)
    mutatnt storm ($)
    darwinia ($)
    Never Winter Nights ($)
    Wolfenstein ($)
    foobillard (free)
    Frozen Bubble (free)
    snes9x (play all SNES games)
    ePSXe (play playstation games!)

    some of these cost $ but they are linux native and they are top quality!

    and if you want to really get serious you can add all the cedega stuff too.. but lets not go there

  7. #7
    Scytale Guest
    I didn't know NWN worked under linux, I used to play it in windows a year or two ago, one of the best DND based games I've played. Does it need a seperate set of discs or is the linux version on the windows CDs, if the later is the case I may have to hunt my cd's down (I know they are around here somewhere)...

  8. #8
    liquidBass Guest
    You need the data files from the windows NWN disks. Then you need the linux binaries and related files. You can get those from the bioware site, for free. The download is big though - 1.29 GB if I remember correctly.

    Full instructions are at Bioware's NWN site http://nwn.bioware.com

  9. #9
    Join Date
    May 2004
    Posts
    503
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just to clear this up a bit, you don't need the Windows disks to install NWN on
    Linux. You can download everything you need from the Bioware website, assuming
    you have a valid product key.
    The download is large, but it is well worth it. I found NWN actually worked smoother
    on my old Linux machine than my Windows box.
    Registered Linux User # 373325

  10. #10
    axelseap Guest
    yes you don't need the disks for the normal version but you do for the expansion packs.
    for nwn, the binaries weren't the best because the movies don't play and there is no nwntoolset but you can fix both of these. search around in the nwn linux forums and you'll see nwntoolset runs under wine and there's a nice little fix to the movies

  11. #11
    Join Date
    Dec 2004
    Location
    Canada
    Age
    32
    Posts
    9,221
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by hiberphoptik
    youare all forgetting:

    rollemup (rare hard to find yet awsome pinball game) (free)
    space tripper ($)
    mutatnt storm ($)
    darwinia ($)
    Never Winter Nights ($)
    Wolfenstein ($)
    foobillard (free)
    Frozen Bubble (free)
    snes9x (play all SNES games)
    ePSXe (play playstation games!)

    some of these cost $ but they are linux native and they are top quality!

    and if you want to really get serious you can add all the cedega stuff too.. but lets not go there
    True, but the goal was for free games
    I've added Enemy Territory -- the only thing is you have to register and then wait in line -- No direct download, So I can't provide a link. For those that want to install it, you're on your own.

    Firewing1
    Last edited by Firewing1; 24th January 2006 at 10:57 PM.
    [+] My open source software and blog
    [+] Some of my howtos: (for full list, click here)

  12. #12
    Join Date
    Mar 2004
    Location
    Vancouver, Canada
    Posts
    2,654
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What about Armagetron Advance, the excellent crossplatform version of Tron?
    New version now provide non -squared lang and new freatures as well. Plus, it support more than 10 players online.
    Someday, we should create a FedoraForum league there. =)

    http://armagetronad.net
    Desktop CPU: AMD Ryzen 9 5900X - Memory: 32GB DDR4-RAM - GPU: Sapphire Nitro+ Pure Radeon RX 6950XT 16GB Storage: Samsung 970 EVO Plus 500 GB NVMe and Seagate 7200 RPM 2TB - OS: Fedora 37 Design Suite x86-64 and Windows 11 64-bit
    Laptop Dell Inspiron 14 7425 2-in-1 - APU: AMD Ryzen 7 5825U - Memory: 32GB DDR4-RAM - Storage: Samsung 970 Evo Plus 1TB NVMe - OS: Fedora 38 Design Suite x86-64

  13. #13
    Join Date
    Jun 2005
    Location
    Pleasanton, CA, USA
    Age
    31
    Posts
    195
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    America's Army is free...

  14. #14
    Join Date
    Aug 2005
    Location
    Anaheim/Fullerton, CA (USA)
    Age
    37
    Posts
    388
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Don't forget about FreeDroid RPG (freedroidrpg from Extras). Who can withstand the awesome cuteness of Tux waddling around smashing bad guys and taking over the enemy's computer systems? Not I!
    ~~ Peter ~~ :: ( Who am I? ) :: ( My Blog: A day (or more) in the life of a CS & Language student... ) :: ( Supporter of the EFF & FSF ) :: ( I'm a GNU/Linux addict and Free Software Advocate. ) :: ( How to Ask Questions the Smart Way ) :: ( The Fedora Project, sponsored by Red Hat ) :: ( GNOME: The Free Software Desktop Project ) :: ( GnuPG Public Key ) :: ( About me on the WIki )

  15. #15
    Join Date
    Jun 2004
    Location
    lair of a unix daemon
    Posts
    1,155
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Battle of Wesnoth is available via yum (extras repo) too.

    # yum install wesnoth

    Mat
    Man will always find a difficult means to perform a simple task
    (Rube Goldberg)

    Having fun with Tcl at
    Mat's Playground

Page 1 of 13 12311 ... LastLast

Similar Threads

  1. Best linux game?
    By Spoof Mike in forum Gamers' Lounge
    Replies: 2
    Last Post: 24th September 2006, 02:48 AM
  2. Linux Game Publishers
    By sailor in forum Gamers' Lounge
    Replies: 0
    Last Post: 27th July 2006, 06:38 PM
  3. Best Native Linux Game?
    By chris_y2k_r1 in forum Using Fedora
    Replies: 7
    Last Post: 2nd April 2006, 04:47 AM
  4. Uplink Game for Linux.
    By Arsepayne in forum Linux Chat
    Replies: 1
    Last Post: 19th November 2005, 03:52 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
[[template footer(Guest)]]