The HB covers core basics of most needed system administration briefly,
not going much into detail of user's software including games.
>EDIT:
Ah, sorry, I misread - you ment mine
craft, not minesweeper;
but my post may help you to figure it out yourself anyway.
<
I don't know if there is any 'support for minesweeper',
but you simply can install and play (several) Minesweeper(clones).
There are many games, and enough ways to play games on FreeBSD.
Besides several threads on this forum having games as a topic
(search via duckduckgo.com and pick the forums sides there, it delivers better results than using the forum's own search) there are also other sites on the internet having 'games on FreeBSD' as topic.
e.g.
Oldschool Gaming on FreeBSD to recommend the site of
vermaden (you find tons of very good stuff about FreeBSD there; there are other sites, too)
But to give something directly usable:
1. there are the games running natively on FreeBSD:
/usr/ports/games (I don't know how up-to-date this list is, didn't check it, but seems pretty comprehend to me.)
2. My first shot always is to do a pkg search in the shell.
e.G.
pkg search mine | grep inesweeper
(the missing 'M' is wanted, and my lazy way to get results on 'm' & 'M')
delivers me:
Code:
LibreMines-qt5-2.0.1 Free/Libre and Open Source Software Qt based Minesweeper
LibreMines-qt6-2.0.1 Free/Libre and Open Source Software Qt based Minesweeper
gmines-0.2_9 Well-known minesweeper game for GNUstep
gnome-mines-40.1_3 Gnome minesweeper
kmines-23.08.5 Minesweeper-like game
xdemineur-2.1.1_2 Another minesweeper game for the X Window System
xmine-1.0.3_3 The `Athena' port of the xminesweeper game
xminehunter-0.4_5 Motif minesweeper game
xmines-1.0_3 Minesweeper game for the X Window System
some Minesweeper clones. (IMO more than enough choices on that.)
3. There are more ways to make FreeBSD to run software (including games) from other OSs, like the Linuxulator, Wine, VirtualBox,... (But since you read the HB you already know this.)
Personally I can recommend
Mizutamari (HB 13.6.2.) which not only simplifys the configuration of wine a lot, but just let you play your games on steam.
But since you just want Minesweeper (?) I suggest you may try xmines first.