5

Are there any rogue-like side scrolling platformers available on ubuntu?

Seth
  • 58,122
Anon
  • 12,063
  • 23
  • 70
  • 124

3 Answers3

3

The LGDB (Linux Game Database) is a very comprehensive site for Native linux games:

This is a Linux Game Database, primarily for native Linux games that are beyond the planing stage and have released more than tech demos, ether as source code or binary files. The information about a game is usually taken from the game site. The games are carefully categorized and presented with screenshots and videos. The submission guidelines explain what kind of Linux games are in the database.

You can browse the database whilst applying a lot of filters to tweak the output. This site uses two methods to rank games:

  • user votes and
  • popularity

the popularity is the sum of visits for the past three days.

And there is a section on Roguelike games:
. Other alternatives may be listed here.

You may also be able to run Rogue Legacy in Wine. See also, the AppDB entry.

Wilf
  • 30,194
  • 17
  • 108
  • 164
3

Nowadays, Good old Games (gog.com) and Steam (Steampowered.com) are very good sources for games on Linux. Regarding rogue-like sidescrollers, both have Rogue Legacy. Steam also has 99 Levels To Hell, which also looks like a rogue-like sidescroller.

Step-by-step instructions for Rogue Legacy on Steam

  1. How to install steam.
  2. Buy the game using the web interface.
  3. The game will then show in your library.
  4. Click install, click throught the following screens and it will start downloading.
  5. Enjoy! It worked straight out of the box on my machine.

RL running in windowed mode on Xubuntu

noleti
  • 4,053
  • 27
  • 25
2

If you install bsdgames-nonfree, there is a very good version of rogue named, oddly enough, rogue.

sudo apt-get install bsdgames-nonfree

You might also be interested in the regular bsdgames

sudo apt-get install bsdgames

BSD Games Wikipedia page

Scott Goodgame
  • 2,636
  • 15
  • 20
  • My question was in regards to sidescrolling platformer roguelike games, not roguelike games in general. Nothing of what you linked helps answer my inquiry. If you could provide an actual example, I will reverse my downvote. – Anon Aug 01 '14 at 15:19