Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9da7024

Browse filesBrowse files
N35: Quoridor-rs (rust-gamedev#1082)
Co-authored-by: Joe Clay <27cupsofcoffee@gmail.com>
1 parent 34af2cb commit 9da7024
Copy full SHA for 9da7024

File tree

2 files changed

+20
-0
lines changed
Filter options

2 files changed

+20
-0
lines changed
54.4 KB
Loading

‎content/news/035/index.md

Copy file name to clipboardExpand all lines: content/news/035/index.md
+20Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,26 @@ The game, although its development is presently inactive, made
177177
[Star Machine]: https://twitter.com/Seldom_SE/status/1532909654681849856
178178
[@Seldom_SE]: https://twitter.com/Seldom_SE
179179

180+
### [Quoridor-rs]
181+
182+
![Screenshot of a Quoridor-rs gameplay](Quoridor-screenshot.png)
183+
184+
[Quoridor-rs] by [@baehyunsol] is a [Quoridor] game implemented in
185+
[Macroquad].
186+
187+
Quoridor is a 2-4 player strategy board game. Each player has a pawn.
188+
They move the pawn or place a wall each round. The objective of the
189+
game is to move the pawn to the opposite side of the board.
190+
191+
The game implements most of the basic Quoridor features, but it only
192+
supports 2 players, not 3 or 4. It also doesn't have AI players or
193+
network games.
194+
195+
[Quoridor-rs]: https://github.com/baehyunsol/Quoridor-rs
196+
[Quoridor]: https://en.wikipedia.org/wiki/Quoridor
197+
[Macroquad]: https://github.com/not-fl3/macroquad
198+
[@baehyunsol]: https://github.com/baehyunsol
199+
180200
## Engine Updates
181201

182202
### [ggez] 0.8.0-rc0

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.