Slashdot Mirror


Great Games To Put On a Free PC?

Lumpy writes "I am giving several new PC's to a local charity that will be giving them to needy kids this Xmas. They are not powerful, basically baseline Dells that have Intel graphics and Celeron, but more than enough to do homework and other studies on. They are going out with XP on them, an Ubuntu CD, and a bunch of OSS software like OO.o and the others. I would like to include some games for the kids. Strategy, fun, etc. Great freeware games that are fun to play. What would be the best games that a 13-16 year old will like to play that are free and legal to give away, and will run on this lower-end hardware?"

21 of 634 comments (clear)

  1. Battle for Wesnoth by javilon · · Score: 5, Informative
    --


    When his defense asked, "Which computer has Jon Johansen trespassed upon?" the answer was: "His own."
    1. Re:Battle for Wesnoth by ShieldW0lf · · Score: 5, Informative

      Wesnoth is a good one.

      Might also look into Teeworlds, World of Padman TORCS, Neverball and OpenArena.

      --
      -1 Uncomfortable Truth
    2. Re:Battle for Wesnoth by Paaskonijn · · Score: 5, Funny

      "Reply to This" and "Parent" are actually four words. Maybe you meant to say "Two buttons;"?

    3. Re:Battle for Wesnoth by pm_rat_poison · · Score: 5, Informative

      Pingus Lemmings clone with penguins!

    4. Re:Battle for Wesnoth by xgr3gx · · Score: 5, Informative

      Also Urban Terror (like Counter-Strike) urbanterror.net

      --
      Shameless plug alert: Game server control panel
    5. Re:Battle for Wesnoth by TheRaven64 · · Score: 5, Informative

      A great game, very polished (except for the spelling in the cutscenes). Why not link to this list which contains Wesnoth and a lot of others. When I'm bored, I visit this list and pick one I've not tried yet.

      --
      I am TheRaven on Soylent News
  2. Frozen Bubble by TheRealMindChild · · Score: 5, Informative

    Frozen Bubble

    Great for all ages and skill level

    --

    "When life gives you lemons, don't make lemonade. Make life take the lemons back!" -- Cave Johnson
  3. Freeciv by Calmiche · · Score: 5, Informative

    FreeCiv is a freeware version of Civilization that I still play. They have linux and windows releases.

    http://freeciv.wikia.com/wiki/Download#Windows_Packages

  4. Armagetron by Anthony_Cargile · · Score: 5, Interesting

    Armagetron - its a great game based on the Disney movie Tron, very fun and addicting. Even better is that it is available with fully networkable clients for Mac, Linux and Windows so anyone can play with anybody given they have the game for their platform and a network switch.

    The game is a clean, competitive one that can be monitored via server. Comes in the Ubuntu package repositories by default.

  5. Couple ideas... by JMZero · · Score: 5, Informative

    Ur-Quan Masters (Star Control II, but free)

    Wolfenstein: Enemy Territory (great role-based strategic shooter, inexplicably free)

    --
    Let's not stir that bag of worms...
  6. Cave Story by SeePage87 · · Score: 5, Informative

    Great game with cute robots. Can't go wrong.

  7. A Few of my Favorites by Jurph · · Score: 5, Informative

    FreeCiv, a freeware implementation of the Civ and Civ II rules - http://freeciv.wikia.com/wiki/Main_Page

    Dwarf Fortress is a fantastically complex game, like a cross between SimCity, NetHack, and Oregon Trail - http://www.dwarffortresswiki.net/index.php/Main_Page

    NetHack is a classic dungeon crawler with ASCII graphics - http://www.nethack.org/

    Command & Conquer is an old but awesome RTS, now available for free from EA - http://www.commandandconquer.com/intel/default.aspx?id=62#NewsMain

    Abandonware is murky but you can find install files for many abandonware titles online as well.

  8. Freeciv is non-intuitive. Here are some others. by Khopesh · · Score: 5, Informative

    As much as I love playing Freeciv, I worry that it's not quite ready for people who have never played either it or some other version of Civilization. It is not at all intuitive, and it's not engaging to somebody who isn't already a known quantity at the whole getting sucked into the game thing.

    How about OpenArena (a.k.a. Quake III) or Extreme Tux Racer? TetriNET/Blocktrix, a good multi-player Tetris game, is also a winner. Finally, there's a really good list of "open source" games over on Wikipedia.

    --
    Use my userscript to add story images to Slashdot. There's no going back.
  9. Re:Please elaborate by Anonymous Coward · · Score: 5, Funny

    I'm not sure how much mileage you'll get out of installing nethack when the recipient of the PC is a typical 14-yo girl.

    14-yo girls should love Nethack. First, it has ponies which you can ride, and feed apples. Second, it has vampires for reenacting Twilight. Finally, it has dwarfs that they can name after their little brothers and sacrifice on an altar. What's not to love?

  10. Valuable Life Skills by ahoehn · · Score: 5, Funny

    Don't think of just entertainment, choose games that will teach the children valuable life skills. For example:

    Teach them to Rule the World: Freeciv
    Teach them the value of running over hookers: GTA 1&2
    Teach them the awesomeness of fighting robots: One Must Fall 2097
    Teach them to conquer the world in a different way: C&C Red Alert 3
    And finally, teach them to conquer the world of worms (you never know): Wormux

    --
    Mod my comments down. It'll be fun.
  11. Re:The originals... by dword · · Score: 5, Funny

    I couldn't help myself from laughing... You want to give Doom for Christmas?

  12. Re:Scorched earth by whtmarker · · Score: 5, Informative

    It is not illegal to download shareware. It has been shareware since 1991.

  13. Re:FP? by lysergic.acid · · Score: 5, Interesting

    one of the funner games i remember playing as a child was AT-Robots. i'm not sure if it was free back then (i might have gotten it at a swap meet or something), but it's certainly free now.

    basically, it's a robot battle simulation. you use a text editor to write the AI for your bot(s) in ATRA (Advanced T-Robot Assembly), a simplified assembly-like language used in the game, and then you load your custom-made bots up in the game and run battle simulations against other types of robots.

    even if you don't assembly or don't have any programming experience, it's relatively easy to open up one of the pre-written robots that come with the game and figure out what different instructions do by altering different program parameters and then seeing how this changes the robot's behavior.

    it's a great way to get kids interested in programming (and perhaps robotics/AI) while having lots of fun. one of the game's best qualities is that it encourages experimentation and creativity. once you get into the game you're always trying to tweak your robots and experiment with new techniques to improve their battle performance. it's largely a process of trial-and-error when you first start, but it also encourages deductive reasoning and other analytical skills.

  14. Re:Why noone mentioned some of the classical games by EdwinBoyd · · Score: 5, Funny

    The first rule of checkers fight club is that you do not talk about checkers fight club.

  15. Re:Why noone mentioned some of the classical games by Rick+Bentley · · Score: 5, Funny

    Reversi/othello Checkers Chess Go

    instead of mind numbing violence and graphic eye candy, maybe it is a better idea to switch gears and provide something that actually cultivate the mind?

    I think you're probably overstating the developmental capacity of checkers.

    ...and chess. I play chess well yet I'm functionally retarded when it comes to talking to women. My excellent slashdot karma doesn't seem to help either. I don't know where I went wrong in life but I couldn't get laid underwater with the only SCUBA tank in swimming distance.

    Do the kids a favor and install an instant messenger, Skype, and help them sign up for Myspace and FB accounts so that they develop some social skills before they die alone in an apartment with too many cats, a great chess ranking, a lot of slashdot posts, and too many high scores.

    --
    My favorite quote doesn't fit into 120 characters. Now no one will like me.
  16. Re:Why noone mentioned some of the classical games by nog_lorp · · Score: 5, Insightful

    Why? So they'll be competing with us for women? We need to make a socially illiterate next generation, so there will be young women available for us!