Need help running games on a pi
Clash Royale CLAN TAG#URR8PPP
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
add a comment |
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
What you are asking for is not trivial, and as mentioned already, you might not be able to play just any game on it because of the ARM processor. Here is a link to DIY project that shows what you might be able to do: instructables.com/id/Raspberry-Pi-Mobile-Gaming-Device
– G Trawo
Dec 17 at 23:31
add a comment |
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
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
gui games
asked Dec 16 at 14:05
Regan Taylor
161
161
What you are asking for is not trivial, and as mentioned already, you might not be able to play just any game on it because of the ARM processor. Here is a link to DIY project that shows what you might be able to do: instructables.com/id/Raspberry-Pi-Mobile-Gaming-Device
– G Trawo
Dec 17 at 23:31
add a comment |
What you are asking for is not trivial, and as mentioned already, you might not be able to play just any game on it because of the ARM processor. Here is a link to DIY project that shows what you might be able to do: instructables.com/id/Raspberry-Pi-Mobile-Gaming-Device
– G Trawo
Dec 17 at 23:31
What you are asking for is not trivial, and as mentioned already, you might not be able to play just any game on it because of the ARM processor. Here is a link to DIY project that shows what you might be able to do: instructables.com/id/Raspberry-Pi-Mobile-Gaming-Device
– G Trawo
Dec 17 at 23:31
What you are asking for is not trivial, and as mentioned already, you might not be able to play just any game on it because of the ARM processor. Here is a link to DIY project that shows what you might be able to do: instructables.com/id/Raspberry-Pi-Mobile-Gaming-Device
– G Trawo
Dec 17 at 23:31
add a comment |
1 Answer
1
active
oldest
votes
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.
Are there any other microcomputers that have processors similar to that of a computer that could run this game?
– Regan Taylor
Dec 16 at 14:53
Check out an x86 based tablet.
– Janka
Dec 16 at 16:48
Another option would be to play very old games, which have low enough system requirements to be able to be played in an emulator.
– vsz
Dec 16 at 22:58
add a comment |
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',
autoActivateHeartbeat: false,
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
Are there any other microcomputers that have processors similar to that of a computer that could run this game?
– Regan Taylor
Dec 16 at 14:53
Check out an x86 based tablet.
– Janka
Dec 16 at 16:48
Another option would be to play very old games, which have low enough system requirements to be able to be played in an emulator.
– vsz
Dec 16 at 22:58
add a comment |
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.
Are there any other microcomputers that have processors similar to that of a computer that could run this game?
– Regan Taylor
Dec 16 at 14:53
Check out an x86 based tablet.
– Janka
Dec 16 at 16:48
Another option would be to play very old games, which have low enough system requirements to be able to be played in an emulator.
– vsz
Dec 16 at 22:58
add a comment |
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.
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.
answered Dec 16 at 14:33
Aurora0001
5,16231431
5,16231431
Are there any other microcomputers that have processors similar to that of a computer that could run this game?
– Regan Taylor
Dec 16 at 14:53
Check out an x86 based tablet.
– Janka
Dec 16 at 16:48
Another option would be to play very old games, which have low enough system requirements to be able to be played in an emulator.
– vsz
Dec 16 at 22:58
add a comment |
Are there any other microcomputers that have processors similar to that of a computer that could run this game?
– Regan Taylor
Dec 16 at 14:53
Check out an x86 based tablet.
– Janka
Dec 16 at 16:48
Another option would be to play very old games, which have low enough system requirements to be able to be played in an emulator.
– vsz
Dec 16 at 22:58
Are there any other microcomputers that have processors similar to that of a computer that could run this game?
– Regan Taylor
Dec 16 at 14:53
Are there any other microcomputers that have processors similar to that of a computer that could run this game?
– Regan Taylor
Dec 16 at 14:53
Check out an x86 based tablet.
– Janka
Dec 16 at 16:48
Check out an x86 based tablet.
– Janka
Dec 16 at 16:48
Another option would be to play very old games, which have low enough system requirements to be able to be played in an emulator.
– vsz
Dec 16 at 22:58
Another option would be to play very old games, which have low enough system requirements to be able to be played in an emulator.
– vsz
Dec 16 at 22:58
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
What you are asking for is not trivial, and as mentioned already, you might not be able to play just any game on it because of the ARM processor. Here is a link to DIY project that shows what you might be able to do: instructables.com/id/Raspberry-Pi-Mobile-Gaming-Device
– G Trawo
Dec 17 at 23:31