Attack of the PETSCII Robots. Been ported to a ridiculous number of retro computers.
Games
Welcome to the largest gaming community on Lemmy! Discussion for all kinds of games. Video games, tabletop games, card games etc.
Rules
1. Submissions have to be related to games
Video games, tabletop, or otherwise. Posts not related to games will be deleted.
This community is focused on games, of all kinds. Any news item or discussion should be related to gaming in some way.
2. No bigotry or harassment, be civil
No bigotry, hardline stance. Try not to get too heated when entering into a discussion or debate.
We are here to talk and discuss about one of our passions, not fight or be exposed to hate. Posts or responses that are hateful will be deleted to keep the atmosphere good. If repeatedly violated, not only will the comment be deleted but a ban will be handed out as well. We judge each case individually.
3. No excessive self-promotion
Try to keep it to 10% self-promotion / 90% other stuff in your post history.
This is to prevent people from posting for the sole purpose of promoting their own website or social media account.
4. Stay on-topic; no memes, funny videos, giveaways, reposts, or low-effort posts
This community is mostly for discussion and news. Remember to search for the thing you're submitting before posting to see if it's already been posted.
We want to keep the quality of posts high. Therefore, memes, funny videos, low-effort posts and reposts are not allowed. We prohibit giveaways because we cannot be sure that the person holding the giveaway will actually do what they promise.
5. Mark Spoilers and NSFW
Make sure to mark your stuff or it may be removed.
No one wants to be spoiled. Therefore, always mark spoilers. Similarly mark NSFW, in case anyone is browsing in a public space or at work.
6. No linking to piracy
Don't share it here, there are other places to find it. Discussion of piracy is fine.
We don't want us moderators or the admins of lemmy.world to get in trouble for linking to piracy. Therefore, any link to piracy will be removed. Discussion of it is of course allowed.
Authorized Regular Threads
Related communities
PM a mod to add your own
Video games
Generic
- !gaming@Lemmy.world: Our sister community, focused on PC and console gaming. Meme are allowed.
- !photomode@feddit.uk: For all your screenshots needs, to share your love for games graphics.
- !vgmusic@lemmy.world: A community to share your love for video games music
Help and suggestions
By platform
By type
- !AutomationGames@lemmy.zip
- !Incremental_Games@incremental.social
- !LifeSimulation@lemmy.world
- !CityBuilders@sh.itjust.works
- !CozyGames@Lemmy.world
- !CRPG@lemmy.world
- !OtomeGames@ani.social
- !Shmups@lemmus.org
- !VisualNovels@ani.social
By games
- !Baldurs_Gate_3@lemmy.world
- !Cities_Skylines@lemmy.world
- !CassetteBeasts@Lemmy.world
- !Fallout@lemmy.world
- !FinalFantasyXIV@lemmy.world
- !Minecraft@Lemmy.world
- !NoMansSky@lemmy.world
- !Palia@Lemmy.world
- !Pokemon@lemm.ee
- !Skyrim@lemmy.world
- !StardewValley@lemm.ee
- !Subnautica2@Lemmy.world
- !WorkersAndResources@lemmy.world
Language specific
- !JeuxVideo@jlai.lu: French
That’s a fun question. I’d also add Snake to the list — it’s been recreated on calculators, old Nokia phones, smart fridges, and even in Excel. It’s probably one of the most reimplemented games ever. Not as “epic” as Doom, but definitely just as portable!
My understanding is that Doom can run on any device because it is written in C. So any game written in C could be compiled to run on your target device.
There is way, way more to it than that.
I vote we try it with a bunch of old point and click adventure games like Monkey Island or any other that have simplistic enough graphics and gameplay. Couldn't tell you how to do it because I don't know what code they run and how inefficient it could be by the standards at the time, but I feel like a lot of old point and click games could probably run just fine on a lot of modern devices that aren't computers, if given a Doom level community support.
Any laptop made in the last decade will run basically everything from the GBA back to the Atari 2600.
Also DOS, PS1, probably at least some PSP and maybe N64.
I doubt you could find a laptop made in or after 2015 that won't run N64.
Hell, I was playing N64 on the school computers in 2008.
Yeah, Conker‘s Bad Fur Day ran on a Pentium D, which was a doubled Pentium 4 and the emulator didn’t use the second core.
Probably tetris.
It may look like Tetris, but due to international copyright law, it isn't.
There are three Tetris versions that are all pretty good and very easy to emulate: The GB version which came with every device, the NES version and PICO-8.
Nethack
Tetris
OpenTTD
Nethack. I played it on an Amiga, PC, Mac (ppc), Raspberry pi, Android, Linux.
I was disappointed to find out NetHack isn't on the Apple IIe. I'm not sure if it's possible though
Don't think any game has the same support doom has. Doom has become a benchmark of sorts so gets ported to the strangest of places. Not normally places you would bother to port any game. It is done for the challenge of the port rather than any practical reason.
There are tonnes of games that could run in the same places as doom, many could run in far more places. But doom is complex enough to be an interesting challenge while being simple enough to run on very limited hardware. And has been open sourced while being a classic icon which makes it attractive to be a benchmark for getting to run in the weirdest of places.
The architecture of Doom was specifically designed for portability. If you’d like to learn more, check out this video. For those that don’t know, tl;dr, the game’s structure is compartmentalized with specific connections (interfaces). The game logic runs separate of engine logic. If you write the specific engine hookups, the game logic should then run. Also math & clever level design implementation.
Solitaire, 2048, Chess, Zork
Came here to write Zork.
Somewhat the opposite, but can it run Crysis?
I installed crysis not too long ago to fire it up on max settings. Past me didnt have a machine that could run it when it came out. Uninstalled right after. Justification for better employment.
Any sort of device? Well, to run a game, at a minimum there must be some kind of input and output, but not necessarily any storage. I think the one that could run on the most would be one that requires only one button for input, and one LED for output, that just tests your reflexes. It would have to read out your time by counting out flashes. You could also have a Simon-like game, with pattern memorization.
Tic-Tac-Toe.
Edit: I remember that were a version of pac-man that was like 32x32 pixels.
Snake would also fall under that category
Probably Breakout as well.
I remember seeing a version of snake that runs on a car dashboard as an easter egg (like, literal dashboard, tiny screen where the gas milage is shown)
We know Tic-Tac-Toe runs on really old government command and control systems. It will even support the game realizing the only win is to not play.
How about a nice game of chess?
Later. Right now lets play Global Thermonuclear War.
Rollercoaster Tycoon and RCT2 should work well on most machines. They are smallish games and written in assembly.
I feel like that would make them much harder to get running on different things. No compiled code means you would have to rewrite the whole game for different instruction sets. Very difficult for anything that isn't x86.