💾 Archived View for appl.garden › play › make-stats captured on 2024-05-26 at 14:49:53. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2024-03-21)

-=-=-=-=-=-=-

!/bin/sh

sort alphabetical-raw.gmi -k4 --output=alphabetical-raw.gmi

cp alphabetical-raw.gmi alphabetical.gmi

cat << EOF > alphabetical.gmi

gardenappl's Linux and low-spec-ish gaming

This is a list of games which I'd played enough to form a "definitive" opinion on, and thus could "review". Sometimes I mention other games in the gemlog, without pretending to review them, mainly ones that I'd abandoned after an hour or so. These are not included on this page.

For example, I'm not interested in most shooters, so I quit Crysis shortly after installing it, therefore it's not on the list.

(If you're wondering, "can your laptop run Crysis?", the answer is "yes, but only on low settings".)

$(< alphabetical-raw.gmi)

Stats

About

These were statistics for the Linux and low-spec-ish gaming log, for my overall gaming stats you can check my HLTB profile:

https://howlongtobeat.com/user?n=gardenappl

The statistics are generated by a shell script, so the sorting may be a bit dumb.

the script

EOF