this post was submitted on
62 points (75% like it)
93 up votes 31 down votes

boardgames

unsubscribe23,675 readers

~42 users here now

Meeple of the Week: Dictionary_hat_Rack | September Boardgame Bazaar | Reddit Game Night | BGG Guild | IRC

Welcome

Welcome to /r/boardgames! The #1 reddit source for the news, information, and discussion about modern board games, from Settlers of Catan through Arkham Horror to Twilight Struggle (and anything else in between).

Rules

Tags: Please tag your post appropriately when submitting a new post.

  • [WSIG] What Should I Get
    - used when requesting suggestions for board game to get
    - please check the "useful threads" section first; include details about your interests, what group size you usually play with, etc.

  • [COMC] Check Out My Collection
    - used when posting a picture of your personal board game collection
    - please include comments about your collection; no "haul" pictures

Spoilers: If your post involves a game with spoilers (Risk Legacy), mention in the title if there are spoilers. You can also hide spoilers in a spoiler tag like so:

[spoiler](/s "Spoiler text here.")

Useful threads

Growing list of FLGS

Local meetups

Math Trading: A Guide

Gaming Podcasts

Reddit Boardgame Bazaar

How to Use Comment Sprites

Suggestions for games

New to boardgames [2]

2 player games [2] [3] [4]

Co-op games [2] [3]

Large group games

Solo games

<1 hour games

Deck building games

Print and Play

Mobile versions

iOS

Android

Game-specific

Dominion expansions

Go

Meeple of the Week

Dictionary_hat_rack

(view meeple archive)

About the Banner

Québec

by timotab, original image

(view banner archive)

/r/boardgames Top 10! (how to add your ratings)

Game Rating
1 Agricola 7.81
2 Battlestar Galactica 7.71 ▲1
3 Dominion 7.70 ▼1
4 Power Grid 7.63 ▲1
5 Puerto Rico 7.59 ▼1
6 7 Wonders 7.58
7 Twilight Struggle 7.53
8 Race for the Galaxy 7.49 ▲1
9 The Resistance 7.47 ▼1
10 Mage Knight: Board Game 7.37
more...

Around the internet

Join the BGG guild

Please chat with us in IRC on freenode: #boardgames

Want a place to voice chat and play games online? We've got a Mumble server.

server: boardgames.mumbleserverhost.com, port: 48880

Message the mods

Got a neat photo for the banner? Suggestions for the weekly challenges? Questions or problems with flair? Want to add a boardgame link to the sidebar? Something else? Please don't hesitate to PM the moderators. =)

Related subreddits

Games Other
r/agricola r/abstractgames
r/ArkhamHorror r/bgtraders
r/baduk r/CrowdfundedBoardgames
r/carcassonne r/iosboardgames
r/catan r/papergames
r/Chess r/rpg
r/diplomacy r/tabletopgamedesign
r/Dominion r/wargames
r/AGOTBoardGame
r/LNOE
r/munchkin
r/netrunner
r/Shogi
r/Summoner_Wars
r/TwilightImperium

Outside Links

http://www.boardgamegeek.com

- Game ranking

- Where to play online

a community for
message the moderators

MODERATORS

reddit is a source for what's new and popular online. vote on links that you like or dislike and help decide what's popular, or submit your own! learn more ›

all 11 comments

[–]AzeltirLos Tres Amigos 12 points13 points ago

I still prefer the Turk's Knight's Tour, which is both closed and really beautiful.

[–]tonyboscablakstar 1 point2 points ago

Thanks for showing me the Turk. Some strange and wonderful history I had never come across.

[–]zmilts 2 points3 points ago

This is a pretty common example of a programming assignment in early computer science curricula at a University. The idea is generally extrapolated to a more general problem of "Given an NxM board (in standard chess N=M=8) and a position on the board, determine if a Knight can move from its starting position to every possible square on the board, and output the path. It is mainly used to teach the programming concept of Recursion.

The brute-force approach is actually incredibly simple to program (and in fact is the same type of a approach that can solve any choice-changes-state-which-leads-to-more-choices style problem, but is extremely computationally expensive for massive state-choice sets), but there are a few heuristics that make the solution have less backtracks.

I suggest looking at Kinght's Tour on Wikipedia for more info on this specific problem (if you are interested). Another famous one is the 8 Queens Puzzle.

[–]jcvanderzAndroid:Netrunner 0 points1 point ago

This is really cool! Thanks for sharing!

[–]Mainecat 0 points1 point ago

This is probably one of the reasons why chess is such a good, well loved game. There is just so much history and thought that has gone into it over the years.

As a separate note, I went to a lecture on the traveling salesman problem recently. I wonder if this could be thought of as an instance of that problem.

[–]Woetra 2 points3 points ago

The problems are related. Both have to do with finding Hamiltonian paths on graphs (Hamiltonian paths are paths which go through every vertex exactly once). The difference is that traveling salesman problem deals with weighted graphs (you can think of the edges edges have specific "lengths" associated with them) and finding a shortest Hamiltonian path, whereas the Knight's tour problem is more straight forward.

[–]AmoDmanFly Me to the Moon 0 points1 point ago

Why is this 'whoah'? I guess I'm not seeing the shocker.

[–]timotabWho has the Mah Jong? 1 point2 points ago

/r/woahdude is a stoner subreddit. Think about it from a stoner POV.

[–]btvn 1 point2 points ago

I remember having to solve this problem back in high school computer science using recursion.

I wonder if there's a more efficient algorithm for finding a solution than trying all moves until you hit a "dead end" and then backing up one move.

[–]blackknightxiv 0 points1 point ago

I hate to be "That Guy", but the knight doesn't start in the middle of the file...

[–]EliaIsAGiraffesName -4 points-3 points ago

I think I saw a swastika in there