Sat Aug 12 17:07:22 2023 UTC ()
games/quarto: import package

The game is played on a 4x4 board with 16 pieces. Each piece has four distinct
characteristics: size, color, shape and fill.
On your turn, you choose one of the 16 pieces and give it to your opponent.
Your opponent then places that piece on any empty space on the board.

The first player to create a row of four pieces with at least one matching
characteristic wins the game. Matching characteristics can be in any direction,
horizontally, vertically, or diagonally.

In the harder square mode, (-q), a square of 4 is also considered a win.

If all 16 pieces have been placed and there is no winner, the game is a tie.


(pin)
diff -r0 -r1.1 pkgsrc/games/quarto/DESCR
diff -r0 -r1.1 pkgsrc/games/quarto/Makefile
diff -r0 -r1.1 pkgsrc/games/quarto/PLIST
diff -r0 -r1.1 pkgsrc/games/quarto/distinfo

File Added: pkgsrc/games/quarto/DESCR
The game is played on a 4x4 board with 16 pieces. Each piece has four distinct
characteristics: size, color, shape and fill.
On your turn, you choose one of the 16 pieces and give it to your opponent.
Your opponent then places that piece on any empty space on the board.

The first player to create a row of four pieces with at least one matching
characteristic wins the game. Matching characteristics can be in any direction,
horizontally, vertically, or diagonally.

In the harder square mode, (-q), a square of 4 is also considered a win.

If all 16 pieces have been placed and there is no winner, the game is a tie.

File Added: pkgsrc/games/quarto/Makefile
# $NetBSD: Makefile,v 1.1 2023/08/12 17:07:22 pin Exp $

DISTNAME=	quarto-0.2.0
CATEGORIES=	games
MASTER_SITES=	https://static.crates.io/crates/quarto/
EXTRACT_SUFX=	.crate

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://github.com/domenukk/quarto_rs/
COMMENT=	Your friendly Quarto game
LICENSE=	mit OR apache-2.0

.include "../../lang/rust/cargo.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/games/quarto/PLIST
@comment $NetBSD: PLIST,v 1.1 2023/08/12 17:07:22 pin Exp $
bin/quarto

File Added: pkgsrc/games/quarto/distinfo
$NetBSD: distinfo,v 1.1 2023/08/12 17:07:22 pin Exp $

BLAKE2s (quarto-0.2.0.crate) = acef9062886ffdf73ed4acc5f8ccabcfad84423678173ff0425e8dd02e113842
SHA512 (quarto-0.2.0.crate) = 5a70d0ce896a788cbd7e53cf27060217700dd875804cebeaac6b5cd5caeda6bea8deac7753db001d6780962c61bb98b1583d27d612d3046a9eef4e4c8047cc1b
Size (quarto-0.2.0.crate) = 111862 bytes