1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
Mirror of the FreeBSD ports git repo https://git.FreeBSD.org/ports.git .
Go to file
Qiang Guo 18c77415cb games/mastermind: traditional console-based mastermind game
This is a traditional console-based Mastermind game. The rules are as follows:
1. The game will generate a 4-digit color/number code
2. The range of colors/numbers is from 1 to 8
3. The player has 10 chances to guess the code
4. After each guess, the system will provide hints:
   - Green plus sign (+) indicates both color and position are correct
   - Red minus sign (-) indicates the color is correct but the position is wrong
5. The player needs to gradually guess the correct code based on the hints
6. During the game, you can enter 'r' at any time to switch display mode
   (color blocks/numbers)
7. During the game, you can enter 'q' at any time to exit the game

WWW: https://github.com/bigdragonsoft/mastermind
2024-10-28 13:41:57 +01:00
.hooks
accessibility
arabic
archivers
astro
audio audio/libopenmpt: Update to 0.7.11 2024-10-28 09:08:27 +01:00
benchmarks benchmarks/uica: update to g20240114+2022.12 2024-10-28 13:41:49 +01:00
biology biology/exonerate: remove maintainer (email address gone) 2024-10-28 13:41:54 +01:00
cad
chinese
comms
converters
databases databases/usql: update 0.19.4 → 0.19.12 2024-10-27 14:40:41 -07:00
deskutils
devel devel/liberasurecode: update to 1.6.5 2024-10-28 13:41:51 +01:00
dns
editors editors/gummi: update to 0.8.3 2024-10-28 13:41:55 +01:00
emulators
finance
french
ftp
games games/mastermind: traditional console-based mastermind game 2024-10-28 13:41:57 +01:00
german
graphics graphics/jp2a: Give the port a makeover 2024-10-28 09:23:35 +01:00
hebrew
hungarian
irc
japanese
java
Keywords
korean
lang
mail mail/qmail-contrib: use USES=metaport 2024-10-28 13:41:52 +01:00
math math/R-cran-memisc: Update to 0.99.31.8.1 2024-10-28 11:40:50 +00:00
misc misc/llama-cpp: update 3982 → 3983 2024-10-28 00:32:16 -07:00
Mk
multimedia multimedia/youtui: update 0.0.15 → 0.0.16 2024-10-28 00:32:17 -07:00
net
net-im
net-mgmt
net-p2p net-p2p/intermodal: Update WWW 2024-10-27 14:40:38 -07:00
news
polish
ports-mgmt
portuguese
print
russian
science
security security/vaultwarden: Update to 1.32.3 2024-10-28 11:54:54 +01:00
shells
sysutils sysutils/zrepl-dsh2dsh: update to 0.8.9 2024-10-28 13:41:56 +01:00
Templates
textproc textproc/ugrep: Update to 7.0.2 2024-10-28 10:22:34 +00:00
Tools
ukrainian
vietnamese
www www/publicfile: fix build on 15-CURRENT 2024-10-28 13:41:52 +01:00
x11 x11/xdg-desktop-portal-hyprland: update to 1.3.8 2024-10-28 01:36:57 +01:00
x11-clocks
x11-drivers
x11-fm
x11-fonts x11-fonts/iosevka-comfy: customised build of the Iosevka 2024-10-28 13:41:57 +01:00
x11-servers
x11-themes
x11-toolkits
x11-wm x11-wm/sway: update to 1.10 2024-10-28 01:44:32 +01:00
.arcconfig
.gitignore
.mailmap
CHANGES
CONTRIBUTING.md
COPYRIGHT
GIDs
Makefile
MOVED x11-wm/sway-devel: remove until enough upstream changes accumulate 2024-10-28 01:43:21 +01:00
README
UIDs
UPDATING

This is the FreeBSD Ports Collection.  For an easy to use
WEB-based interface to it, please see:

	https://ports.FreeBSD.org

For general information on the Ports Collection, please see the
FreeBSD Handbook ports section which is available from:

	https://docs.freebsd.org/en/books/handbook/ports/
		for the latest official version
	or:
	The ports(7) manual page (man ports).

These will explain how to use ports and packages.

If you would like to search for a port, you can do so easily by
saying (in /usr/ports):

	make search name="<name>"
	or:
	make search key="<keyword>"

which will generate a list of all ports matching <name> or <keyword>.
make search also supports wildcards, such as:

	make search name="gtk*"

For information about contributing to FreeBSD ports, please see the Porter's
Handbook, available at:

	https://docs.freebsd.org/en/books/porters-handbook/

NOTE:  This tree will GROW significantly in size during normal usage!
The distribution tar files can and do accumulate in /usr/ports/distfiles,
and the individual ports will also use up lots of space in their work
subdirectories unless you remember to "make clean" after you're done
building a given port.  /usr/ports/distfiles can also be periodically
cleaned without ill-effect.