Author Topic: Linux  (Read 17091 times)

Krice

  • (Banned)
  • Rogueliker
  • ***
  • Posts: 2316
  • Karma: +0/-2
    • View Profile
    • Email
Re: Linux
« Reply #15 on: November 15, 2012, 09:19:31 AM »
One of these days I'm gonna make the bestest ever, ultimate post-gen roguelike and release it only as binaries for Linux and Mac. Then you can all go suck it

So it is possible to binary release for Linux and it works in all Linux distributions?

AgingMinotaur

  • Rogueliker
  • ***
  • Posts: 805
  • Karma: +2/-0
  • Original Discriminating Buffalo Man
    • View Profile
    • Land of Strangers
Re: Linux
« Reply #16 on: November 15, 2012, 11:04:15 AM »
One of these days I'm gonna make the bestest ever, ultimate post-gen roguelike and release it only as binaries for Linux and Mac. Then you can all go suck it
So it is possible to binary release for Linux and it works in all Linux distributions?
I'm sure you can get yourself into all kinds of problems, but if you release as *.deb and *.rpm, you have most modern systems covered. A simple executable should also work if you're not depending on lots of esoteric or cutting edge stuff. I never heard anyone complain about the ADOM executable, for instance.

As always,
Minotauros
This matir, as laborintus, Dedalus hous, hath many halkes and hurnes ... wyndynges and wrynkelynges.

guest509

  • Guest
Re: Linux
« Reply #17 on: November 15, 2012, 03:46:55 PM »
  The cart is getting a bit before the horse here.

  First make a game you like to play.

wire_hall_medic

  • Rogueliker
  • ***
  • Posts: 160
  • Karma: +0/-0
    • View Profile
Re: Linux
« Reply #18 on: November 16, 2012, 11:56:45 PM »
One of the reasons I program in Java is because it's largely platform-independent; or, at least, Oracle handles all the platform-specific stuff.  One of the major concepts behind Java is that a program should run the same, on all machines.

And as for fonts, Java guarantees four basic types; if you want something specific, you can just include it in the .jar.  Now that I think about it, a quick and easy way to do tiles.

The platforms that seem to require special development these days are mobile devices; but I expect in a few years there will be tools to make development for them more standardized.

TheCreator

  • Rogueliker
  • ***
  • Posts: 370
  • Karma: +0/-0
    • View Profile
    • Fame
    • Email
Re: Linux
« Reply #19 on: November 17, 2012, 09:44:55 AM »
Yeah, Java is cool. The only disadvantage: it's Java :P.
Fame (Untitled) - my game. Everything is a roguelike.