Hi i am currently trying to place a game on the Raspberry pi. I have used the Node-Webkit to export the game and placed the Linux32 export onto the the raspberry pi.
I have also given the files for the game the correct Linux permissions using the terminal command line "sudo chmod +x filename."
when i try to execute the program i get the message "Cannot execute binary file" error.
could this be due to the fact that the raspberry pi uses an ARM processor not a x86 processor?
does anyone have any suggestions on how i could resolve this issue?
P.S. i am new to both the Linux operating system and the Raspberry PI