💾 Archived View for thrig.me › game › index.gmi captured on 2024-05-10 at 12:29:37. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2024-03-21)

➡️ Next capture (2024-08-31)

🚧 View Differences

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

Games

I've written some (nothing very notable) and played others (mostly roguelikes as the price and "does it run on OpenBSD?" is right.

Kezboard

A board game where cards are used to move a ship around. Kind of like RoboRally on ice, except less fun. It mostly shows that movement cards dealt randomly from a deck can result in very bad hands.

https://thrig.me/src/Game-Kezboard.git

https://metacpan.org/pod/Game::Kezboard

Lacrida

A one-level roguelike exploring a wizard's garden for food and sudden death.

https://thrig.me/src/lacrida.git

Marad

An autumn 2022 Lisp Game Jam game, but can be played without a computer. It is a two-person board game, maybe a chesslite.

marad.gmi

Platforms of Peril

Somewhat like Lode Runner, except for all the things not implemented, plus bombs plus you can rotate the level map.

https://metacpan.org/pod/Game::PlatformsOfPeril

https://thrig.me/src/Game-PlatformsOfPeril.git

Sir Bumpsalot, Alpaca Legionnaire

A 2024 7DRL attempt.

Sir Bumpsalot, Alpaca Legionnaire

Xomb

Supposed to be a Roguelike, though probably more a top-down shoot-em-up but where the @ cannot do any shooting.

https://metacpan.org/pod/Game::Xomb

https://thrig.me/src/Game-Xomb.git

Not Written By Me

Brogue

brogue.gmi

Online wins are the ones that really count.

http://roguelikes.live/webbrogue/#viewRecording/BROGUECEV111-6393f38e1e2f1eabf9e6cd7d

rogue

rogue.gmi

A restoration project of rogue (~1981), the oldest version I could find on the Internet. Modern compilers really did not like the pre-ANSI code, and there are various random gameplay changes because why not. Probably this version is too easy.

https://thrig.me/src/rogue36.git

Working on 40+ year old code that you did not write and other people have hacked on now and then is probably a good skill to have, at the very least.

On the history of roguelikes, the following is a pretty interesting posting.

https://groups.google.com/g/rec.games.roguelike.angband/c/gFiS2tV_-AA/m/Gp7g-TfuJmUJ

Trek

A modified version of some version of trek(6) from the OpenBSD base system. Features a different RNG and a few quality of life improvements.

https://thrig.me/src/trek.git

Other

an e-zine of solo games

gemini://playonbsd.com/games/

old school fonts

NetBSD 10 imported warp(6) which I probably should check out one of these years.

    $ export CVSROOT="anoncvs@anoncvs.NetBSD.org:/cvsroot"
    $ cvs checkout -P src/games/warp

tags #openbsd-gaming #roguelike