That game is so much fun. I wish they really made this handheld lol
Making "LCD, Please"
11–20 of 22 posts
Re: Making "LCD, Please"
#12That game is so much fun. I wish they really made this handheld lol
Do you mean the original? (I haven't played it.) Because LCD, Please is missing any meta-game that AFAIU made the original interesting - it is really just about comparing faces, and it has no goal or end either. I gave up after half an hour of comparing faces. Reading the blog entry about it was much more interesting than playing it.
The game is about how far you are willing to compromise your ethics to help yourself and your family escape oppression.
Re: Making "LCD, Please"
#13Earlier quoted context omitted.
Do you mean the original? (I haven't played it.) Because LCD, Please is missing any meta-game that AFAIU made the original interesting - it is really just about comparing faces, and it has no goal or end either. I gave up after half an hour of comparing faces. Reading the blog entry about it was much more interesting than playing it.
It's about more than comparing faces (which you do every day IRL, it's just not as effortless in the game because of low resolution.) The game is about how far you are willing to compromise your ethics to help yourself and your family escape oppression.
Re: Making "LCD, Please"
#14Re: Making "LCD, Please"
#15There’s no comfortable way to say, “at this ratio, fill as much of the page window as possible, and then scale the in-engine viewport so that we always show the same game area and same coordinate space. Just different sized graphics.”
You can kind of do it but you keep running into the fact that the engines want to work in a pixel space and you end up having to re-compensate for your zooming by rendering shapes, fonts, and other non-sprites at excessive resolutions.
Unfortunately I can’t get LCD, Please to run on my phone at all, which is another challenge: realizing actual browser and device compatibility.
I just want a really solid environment to ship very well-polished tiny games via browser so people don’t have to download and install anything. Ideally I’m not making users download 8MB of WASM as a wrapper around Unity or Godot (neither of which are all that reliable yet in a web context) Itch.io almost kind of sometimes gets us there.
Sorry, I’m not trying to complain. Just just really want this to work and I’ve tried so many times and keep giving up. Mini web gaming needs a killer engine, still.
Re: Making "LCD, Please"
#16For a personal project I also tried to have a custom segmented display produced… It was an amazing journey! The PCB is being updated for a new ultra low power MCU (vs the current ESP32). The only online document is this brief clip where it appears a few seconds in the very beginning: https://twitter.com/andreasgysin/status/1525544668808749060
There’s also been a series at EEVblog on getting a custom LCD manufactured[1]. (Not that expensive, surprisingly—if you’ve got the expertise.) [1] https://www.youtube.com/watch?v=ZA5vlDdpbkw
Re: Making "LCD, Please"
#17But if you want a long battery life handheld console, why not consider e papers? You could keep the original game experience of judging text+image. No need to restrict the random faces. But I'm not understanding the epaper pricings - this seems a viable option for a self made printed game with BOM 50$, but not a mass market consumer game for retail 10$
Re: Making "LCD, Please"
#18Earlier quoted context omitted.
There’s also been a series at EEVblog on getting a custom LCD manufactured[1]. (Not that expensive, surprisingly—if you’ve got the expertise.) [1] https://www.youtube.com/watch?v=ZA5vlDdpbkw
For those who don't have the time to watch the video, how much is "not expensive"?
(Like the guy or not, but he’s not the filler type of YouTuber, not even from the enjoyable-filler variety. The LCD videos in particular may not rise to the level of a lecture series exactly, but they’re not far away from it, either.)
Re: Making "LCD, Please"
#19Earlier quoted context omitted.
It's about more than comparing faces (which you do every day IRL, it's just not as effortless in the game because of low resolution.) The game is about how far you are willing to compromise your ethics to help yourself and your family escape oppression.
The original is. But the GP was talking about the "LCD, Please" version which doesn't have any kind of narrative.
Re: Making "LCD, Please"
#20Earlier quoted context omitted.
It's about more than comparing faces (which you do every day IRL, it's just not as effortless in the game because of low resolution.) The game is about how far you are willing to compromise your ethics to help yourself and your family escape oppression.
The original is. But the GP was talking about the "LCD, Please" version which doesn't have any kind of narrative.
But I could have made that more obvious, in my reply.