************* Four in a Row ************* .. tags:: large, boardgame, game, twoplayer In this classic tile-dropping board game for two players, you must try to get four of your tiles in a row horizontally, vertically, or diagonally, while preventing your opponent from doing the same. This program is similar to Connect Four. .. collapse:: four_in_a_row.py .. literalinclude:: four_in_a_row.py :language: python :linenos: https://inventwithpython.com/bigbookpython/project30.html