iPhone Rogue

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • NeoWizard
    Adept
    • Dec 2008
    • 102

    iPhone Rogue

    Just stumbled on Rogue for the iPhone, I think it should be worth looking at. Working as it is, it would be possible to make angband for the iPhone. Anyone up to the challenge? I personnaly dont have the tools right now, and I dont want to jailbreak my phone.
    NeoWizard
    -. . --- .-- .. --.. .- .-. -..

    aoccdrnig to a rscheearch at Cmabrigde Uinervtisy, it dseno't mtaetr in waht oerdr the ltteres in a wrod are, the olny iproamtnt tihng is taht the frsit and lsat ltteer be in the rghit pclae. Tihs is bcuseae the huamn mnid deos not raed ervey lteter by istlef, but the wrod as a wlohe. fi yuo cna raed tihs, palce it in yuor siantugre. Olny 55% of plepoe can. mtat
  • Nick
    Vanilla maintainer
    • Apr 2007
    • 9634

    #2
    Originally posted by NeoWizard
    Working as it is, it would be possible to make angband for the iPhone.
    This has been discussed a little. The main problem is how to design the interface - the iPhone touch interface doesn't have very high resolution, and adding something like a bluetooth keyboard (which is possible) seems to defeat the purpose a bit. Onscreen software keyboard is possible, but not much fun.
    One for the Dark Lord on his dark throne
    In the Land of Mordor where the Shadows lie.

    Comment

    • Hariolor
      Swordsman
      • Sep 2008
      • 289

      #3
      not sure how progress is coming for iPhone, but as a recent Droid convert, I immediately tracked this down:




      seems to work pretty well - enough to get my fix in airports, etc

      Comment

      • Remuz
        Apprentice
        • Apr 2007
        • 77

        #4
        I did not know of that variant, was it posted somewhere? It seems to be quite old, I probably missed it.

        Screenshots definitely look great. I am worried about so much information on so small a screen, though. Is that readable in practice?

        Comment

        • Zababa
          Apprentice
          • Sep 2009
          • 99

          #5
          Originally posted by Hariolor
          not sure how progress is coming for iPhone, but as a recent Droid convert, I immediately tracked this down:




          seems to work pretty well - enough to get my fix in airports, etc
          Wow, this kinda motivates me to buy an android device and use it as a portable console for playing angband (-:

          Comment

          • Tobias
            Adept
            • Dec 2009
            • 172

            #6
            Well, we do have a Terminal UI.
            So we could have a server where everyone can play angband through any telnet interface. If somebody would set it up.

            NAO has even a java script based telnet client where you can play nethack with any java script capable browser.

            Which means I can play nethack or crawl at work, but not angband.
            My Angband videos : http://www.youtube.com/view_play_lis...385E85F31166B2

            Comment

            • d_m
              Angband Devteam member
              • Aug 2008
              • 1517

              #7
              Originally posted by Tobias
              Well, we do have a Terminal UI.
              So we could have a server where everyone can play angband through any telnet interface. If somebody would set it up.

              NAO has even a java script based telnet client where you can play nethack with any java script capable browser.

              Which means I can play nethack or crawl at work, but not angband.
              I just tested, and with a little tweaking (using pure ASCII) Angband runs correctly inside of Anyterm (http://anyterm.org). So it would definitely be possible to create a public Angband server.

              Pav, would you want to host something like that on oook? Too intensive? I could put something like this on my server but people would have to sign up for accounts (and I would have to write some sort of crazy front-end).
              linux->xterm->screen->pmacs

              Comment

              • pav
                Administrator
                • Apr 2007
                • 793

                #8
                Unless you want everyone to run the same savefile, you will have to create a mad frontend, because leaving people to sign up for shell account is not going to fly. A virtual machine or jail would be a good solution for this.

                I do not see myself geetting around to set that up anytime soon, so probably some motivated individual should take up the mantle here.
                See the elves and everything! http://angband.oook.cz

                Comment

                • d_m
                  Angband Devteam member
                  • Aug 2008
                  • 1517

                  #9
                  Originally posted by pav
                  Unless you want everyone to run the same savefile, you will have to create a mad frontend, because leaving people to sign up for shell account is not going to fly. A virtual machine or jail would be a good solution for this.

                  I do not see myself geetting around to set that up anytime soon, so probably some motivated individual should take up the mantle here.
                  Using -u and -L it is possible for multiple players to use the same user account with different save files, pref files and dump locations. I just tested it.

                  I just wrote a very simple shell that just prompts for a username/password and launches the angband with the correct flags if the user authenticates. I'm going to create a webband user whose shell is set to that and then run anytermd as the webband user and see if it works.

                  Ideally if this works it would be cool to tie into the oook user DB, which is why I asked.
                  linux->xterm->screen->pmacs

                  Comment

                  • konijn_
                    Hellband maintainer
                    • Jul 2007
                    • 367

                    #10
                    Originally posted by d_m
                    Using -u and -L it is possible for multiple players to use the same user account with different save files, pref files and dump locations. I just tested it.

                    I just wrote a very simple shell that just prompts for a username/password and launches the angband with the correct flags if the user authenticates. I'm going to create a webband user whose shell is set to that and then run anytermd as the webband user and see if it works.

                    Ideally if this works it would be cool to tie into the oook user DB, which is why I asked.
                    OMG, that would be so awesome!!

                    T.
                    * Are you ready for something else ? Hellband 0.8.8 is out! *

                    Comment

                    • pav
                      Administrator
                      • Apr 2007
                      • 793

                      #11
                      I think you should encourage players to create separate low value login/pass for that. All those passwords flying plaintext over wifi and stuff, makes me nervous.
                      See the elves and everything! http://angband.oook.cz

                      Comment

                      • d_m
                        Angband Devteam member
                        • Aug 2008
                        • 1517

                        #12
                        Originally posted by pav
                        I think you should encourage players to create separate low value login/pass for that. All those passwords flying plaintext over wifi and stuff, makes me nervous.
                        Eh... anytermd can do https so it wouldn't be plaintext. But if you're not into it that's fine I guess.
                        linux->xterm->screen->pmacs

                        Comment

                        • pav
                          Administrator
                          • Apr 2007
                          • 793

                          #13
                          Yes, separate webs should be.. separate.

                          BTW this anytermd thing looks quite l33t.
                          See the elves and everything! http://angband.oook.cz

                          Comment

                          Working...
                          😀
                          😂
                          🥰
                          😘
                          🤢
                          😎
                          😞
                          😡
                          👍
                          👎