Need help running games on a pi











up vote
3
down vote

favorite












Looking to get a raspberry pi to make a portable games console like the switch for my family. It needs to be portable which is why I am using a pi, but I want to run games that are downloaded onto the pi. I originally wanted to use retropie but it didn't allow me, from what i can see, to use modern, low intensity games, downloaded from the internet. How would I go about doing this? Also if possible I would want a custom GUI that would show when the pi loads to make the whole thing look nicer and would also need help in knowing how to do this. Just need someone to help tell me what the steps are to achieving this and if it is even possible



Here is an example of a game I would like to run on the pi
https://unsungwarriors.itch.io/unsung-warriors-prologue










share|improve this question







New contributor




Regan Taylor is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
























    up vote
    3
    down vote

    favorite












    Looking to get a raspberry pi to make a portable games console like the switch for my family. It needs to be portable which is why I am using a pi, but I want to run games that are downloaded onto the pi. I originally wanted to use retropie but it didn't allow me, from what i can see, to use modern, low intensity games, downloaded from the internet. How would I go about doing this? Also if possible I would want a custom GUI that would show when the pi loads to make the whole thing look nicer and would also need help in knowing how to do this. Just need someone to help tell me what the steps are to achieving this and if it is even possible



    Here is an example of a game I would like to run on the pi
    https://unsungwarriors.itch.io/unsung-warriors-prologue










    share|improve this question







    New contributor




    Regan Taylor is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      up vote
      3
      down vote

      favorite









      up vote
      3
      down vote

      favorite











      Looking to get a raspberry pi to make a portable games console like the switch for my family. It needs to be portable which is why I am using a pi, but I want to run games that are downloaded onto the pi. I originally wanted to use retropie but it didn't allow me, from what i can see, to use modern, low intensity games, downloaded from the internet. How would I go about doing this? Also if possible I would want a custom GUI that would show when the pi loads to make the whole thing look nicer and would also need help in knowing how to do this. Just need someone to help tell me what the steps are to achieving this and if it is even possible



      Here is an example of a game I would like to run on the pi
      https://unsungwarriors.itch.io/unsung-warriors-prologue










      share|improve this question







      New contributor




      Regan Taylor is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      Looking to get a raspberry pi to make a portable games console like the switch for my family. It needs to be portable which is why I am using a pi, but I want to run games that are downloaded onto the pi. I originally wanted to use retropie but it didn't allow me, from what i can see, to use modern, low intensity games, downloaded from the internet. How would I go about doing this? Also if possible I would want a custom GUI that would show when the pi loads to make the whole thing look nicer and would also need help in knowing how to do this. Just need someone to help tell me what the steps are to achieving this and if it is even possible



      Here is an example of a game I would like to run on the pi
      https://unsungwarriors.itch.io/unsung-warriors-prologue







      gui games






      share|improve this question







      New contributor




      Regan Taylor is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      Regan Taylor is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      Regan Taylor is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 3 hours ago









      Regan Taylor

      161




      161




      New contributor




      Regan Taylor is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Regan Taylor is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Regan Taylor is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          4
          down vote













          I had a look at the example game you linked, and it looks to be an issue of processor architecture.



          Your Pi has an ARM processor, which requires programs to be compiled specifically for ARM, whereas most desktops/laptops use a different architecture known as x86. The game you linked only has builds for x86 and x86-64 (you can see that in the contents of the zip file in this case) — but the Pi cannot run programs unless they are built for ARM.



          It's fairly uncommon for developers to provide binaries for ARM, as it is unusual to have a desktop or laptop with an ARM processor (ARM is, however, very commonly used in smartphones). The Pi is a bit of an exception here, so you will need to either:




          • Find games with ARM binaries provided (there are many games in the repository, but probably not all well-known or particularly interesting; most well-known games won't bother with an ARM port)


          • Find open-source games where you can compile them yourself for ARM. This is a lot more work and probably not for the inexperienced.







          share|improve this answer





















          • Are there any other microcomputers that have processors similar to that of a computer that could run this game?
            – Regan Taylor
            3 hours ago










          • Check out an x86 based tablet.
            – Janka
            1 hour ago











          Your Answer






          StackExchange.ifUsing("editor", function () {
          return StackExchange.using("schematics", function () {
          StackExchange.schematics.init();
          });
          }, "cicuitlab");

          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "447"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });






          Regan Taylor is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fraspberrypi.stackexchange.com%2fquestions%2f91973%2fneed-help-running-games-on-a-pi%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          4
          down vote













          I had a look at the example game you linked, and it looks to be an issue of processor architecture.



          Your Pi has an ARM processor, which requires programs to be compiled specifically for ARM, whereas most desktops/laptops use a different architecture known as x86. The game you linked only has builds for x86 and x86-64 (you can see that in the contents of the zip file in this case) — but the Pi cannot run programs unless they are built for ARM.



          It's fairly uncommon for developers to provide binaries for ARM, as it is unusual to have a desktop or laptop with an ARM processor (ARM is, however, very commonly used in smartphones). The Pi is a bit of an exception here, so you will need to either:




          • Find games with ARM binaries provided (there are many games in the repository, but probably not all well-known or particularly interesting; most well-known games won't bother with an ARM port)


          • Find open-source games where you can compile them yourself for ARM. This is a lot more work and probably not for the inexperienced.







          share|improve this answer





















          • Are there any other microcomputers that have processors similar to that of a computer that could run this game?
            – Regan Taylor
            3 hours ago










          • Check out an x86 based tablet.
            – Janka
            1 hour ago















          up vote
          4
          down vote













          I had a look at the example game you linked, and it looks to be an issue of processor architecture.



          Your Pi has an ARM processor, which requires programs to be compiled specifically for ARM, whereas most desktops/laptops use a different architecture known as x86. The game you linked only has builds for x86 and x86-64 (you can see that in the contents of the zip file in this case) — but the Pi cannot run programs unless they are built for ARM.



          It's fairly uncommon for developers to provide binaries for ARM, as it is unusual to have a desktop or laptop with an ARM processor (ARM is, however, very commonly used in smartphones). The Pi is a bit of an exception here, so you will need to either:




          • Find games with ARM binaries provided (there are many games in the repository, but probably not all well-known or particularly interesting; most well-known games won't bother with an ARM port)


          • Find open-source games where you can compile them yourself for ARM. This is a lot more work and probably not for the inexperienced.







          share|improve this answer





















          • Are there any other microcomputers that have processors similar to that of a computer that could run this game?
            – Regan Taylor
            3 hours ago










          • Check out an x86 based tablet.
            – Janka
            1 hour ago













          up vote
          4
          down vote










          up vote
          4
          down vote









          I had a look at the example game you linked, and it looks to be an issue of processor architecture.



          Your Pi has an ARM processor, which requires programs to be compiled specifically for ARM, whereas most desktops/laptops use a different architecture known as x86. The game you linked only has builds for x86 and x86-64 (you can see that in the contents of the zip file in this case) — but the Pi cannot run programs unless they are built for ARM.



          It's fairly uncommon for developers to provide binaries for ARM, as it is unusual to have a desktop or laptop with an ARM processor (ARM is, however, very commonly used in smartphones). The Pi is a bit of an exception here, so you will need to either:




          • Find games with ARM binaries provided (there are many games in the repository, but probably not all well-known or particularly interesting; most well-known games won't bother with an ARM port)


          • Find open-source games where you can compile them yourself for ARM. This is a lot more work and probably not for the inexperienced.







          share|improve this answer












          I had a look at the example game you linked, and it looks to be an issue of processor architecture.



          Your Pi has an ARM processor, which requires programs to be compiled specifically for ARM, whereas most desktops/laptops use a different architecture known as x86. The game you linked only has builds for x86 and x86-64 (you can see that in the contents of the zip file in this case) — but the Pi cannot run programs unless they are built for ARM.



          It's fairly uncommon for developers to provide binaries for ARM, as it is unusual to have a desktop or laptop with an ARM processor (ARM is, however, very commonly used in smartphones). The Pi is a bit of an exception here, so you will need to either:




          • Find games with ARM binaries provided (there are many games in the repository, but probably not all well-known or particularly interesting; most well-known games won't bother with an ARM port)


          • Find open-source games where you can compile them yourself for ARM. This is a lot more work and probably not for the inexperienced.








          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 3 hours ago









          Aurora0001

          5,13831431




          5,13831431












          • Are there any other microcomputers that have processors similar to that of a computer that could run this game?
            – Regan Taylor
            3 hours ago










          • Check out an x86 based tablet.
            – Janka
            1 hour ago


















          • Are there any other microcomputers that have processors similar to that of a computer that could run this game?
            – Regan Taylor
            3 hours ago










          • Check out an x86 based tablet.
            – Janka
            1 hour ago
















          Are there any other microcomputers that have processors similar to that of a computer that could run this game?
          – Regan Taylor
          3 hours ago




          Are there any other microcomputers that have processors similar to that of a computer that could run this game?
          – Regan Taylor
          3 hours ago












          Check out an x86 based tablet.
          – Janka
          1 hour ago




          Check out an x86 based tablet.
          – Janka
          1 hour ago










          Regan Taylor is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          Regan Taylor is a new contributor. Be nice, and check out our Code of Conduct.













          Regan Taylor is a new contributor. Be nice, and check out our Code of Conduct.












          Regan Taylor is a new contributor. Be nice, and check out our Code of Conduct.
















          Thanks for contributing an answer to Raspberry Pi Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.





          Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


          Please pay close attention to the following guidance:


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fraspberrypi.stackexchange.com%2fquestions%2f91973%2fneed-help-running-games-on-a-pi%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Quarter-circle Tiles

          build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

          Mont Emei