Skip to content

N35: Quoridor-rs #1078

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added content/news/035/Quoridor-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions content/news/035/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,21 @@ The game, although its development is presently inactive, made
[Star Machine]: https://twitter.com/Seldom_SE/status/1532909654681849856
[@Seldom_SE]: https://twitter.com/Seldom_SE

### [Quoridor-rs]

![Screenshot of a Quoridor-rs gameplay](Quoridor-screenshot.png)

[Quoridor-rs] by [@baehyunsol] is a [Quoridor] game implemented in [Macroquad].

Quoridor is a 2-4 player strategy board game. Each player has a pawn. They move the pawn or place a wall each round. The objective of the game is to move a pawn to the opposite side of the game board.

The game implements most of the basic quoridor features, it only supports 2 players, not 3 or 4. It doens't have AI players, and no network plays.

[Quoridor-rs]: https://github.com/baehyunsol/Quoridor-rs
[Quoridor]: https://en.wikipedia.org/wiki/Quoridor
[Macroquad]: https://github.com/not-fl3/macroquad
[@baehyunsol]: https://github.com/baehyunsol

## Engine Updates

### [ggez] 0.8.0-rc0
Expand Down