Hackosis is an Open Blog. You Can Participate.

  • 03
  • Jul

Nothing is better than a 3D game, but when you haven’t installed a GUI and have a quick need to play for a bit, here are 4 text based Linux games for CLI:

1. Bastet - Tetris clone:

Bastet

Bastet ("bastard tetris") is an ncurses Tetris clone which is harder than every other tetris released. It is based on a heuristics engine which tries to detect which block you need or don’t need, and then gives you the blocks that you don’t need. For instance, if you usually play by leaving long "canyons" one square wide and then waiting for the long "I" block, you’ll have to wait till eternity before you see it. The heuristics have been worked on for some time and are quite nasty.

Install Bastet on Ubuntu:

sudo apt-get install bastet

2. Ninvaders - Space Invaders Clone:

Ninvaders

nInvaders project is a Space Invaders clone for ncurses.

Ever wanted to play space invaders when you can’t find a GUI? Now you can!

Install Ninvaders on Ubuntu:

sudo apt-get install ninvaders

3. Moon-buggy - drive on the moon:

Moon-buggy

Moon-buggy is a simple character graphics game, where you drive some kind of car across the moon’s surface. Unfortunately there are dangerous craters there. Fortunately your car can jump over them!

Install Moon-buggy on Ubuntu:

sudo apt-get install moon-buggy

4. Greed - a puzzle game:

Greed

The strategy game of Greed. Try to eat as much as possible of the board before munching yourself into a corner.

Install Greed on Ubuntu:

sudo apt-get install greed

Hope you enjoy playing these simple, but fun Linux based CLI games. You can play any of these games by entering “/usr/games/xxxxx” with the Xs being the name of the game.

Do you know of any other fun CLI based games for Linux? Let us know in the comments. [via mellowd.co.uk]

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

Related Posts


Tags: , , , ,

Like this post? Subscibe to the RSS feed.


6 Comments

  1. trew Says:

    Typespeed is a very fun CLI based game. The objective of the game is to type the words that appear in your screen as fast as possible without missing them. There are a lot of word lists you can play with, and you can also play with your friends online.

    It’s a very nice game! You should check it out!
    http://tobias.eyedacor.org/typespeed/

  2. Shane Says:

    Thanks for the heads up trew.

  3. Bill Gates Says:

    “Four CLI Based _Linux_ Games”

    But you’re playing them in Vistaster! Blasphemy! ;/

  4. Shane Says:

    Yes. Unfortunately I am at work. Shhhhh. :p

  5. Myspace Songs Says:

    CLI based linux games are pretty nifty I have to admit.

  6. Adam Says:

    Moon-buggy is a great game and i’m definitely addicted to it.

Leave a Comment