Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I have an Acer Chromebook,but quite literally can't figure out much past that. Something to do with Edgar? I'm sorry, their support is a joke in the same way that the Joker is a comedian...

Searching for Acer Chromebook throws up a lot of results, so will need to be more specific than that.

As far as I know, chromebooks have an option to run Linux (Ubuntu). If its a x86 (Intel) based chromebook, then it should be easy to boot up the linux environment and proceed from there.

(1 edit)

Yeah, I totally get it, and it’s frustrating as all hell that none of this info is available from the Chromebook itself if someone peels off the sticker on the bottom (and it’s like 3rd hand, so yup). 

I’m giving it a shot using the method you mentioned though, and finally found the program you have to install to play *any* Itch.io Linux games, and then proceeded to learn a good chunk of Linux basics over the last 5 hours. I have to figure out how the hell to make Aptitude play ball so I can get the last dependency running, bc the other (better) package manager doesn’t play well with Buster, but I’m getting there! 😂😭


Edit: to be clear, I thought you had to have /play.it *only* and was just running around like “WHY ISN’T IT WORKING????” Thanks for being patient with me lol.

Ah, I didnt know finding system info on Chromebooks was difficult. Searched for it, and installing an app from the Google webstore seems to be simplest way for it: https://support.google.com/chromebook/thread/15471099?hl=en

A good way to setup required dependencies in general for games on Linux is to install wine.  If you can tell the CPU architecture, it would be easy to figure out the next steps. https://wiki.debian.org/Wine#Installation_on_Debian_Jessie_and_newer

(x86-64 = 64 bit  ,  x86 = 32 bit)

After basic dependencies are present can install the itch.io linux app as posted earlier.

Good job persevering! For a beginner its a lot to process and understand.

Thank you so much!!!