I made a game! It's tic tac toe with a twist. Every turn begins with one player selecting a square that will be up for auction. Each player then submits a blind bid.<p>The winner gets to put their letter down in that square. The loser loses their bid. After 3 in a row, you win!<p>All the code is here! All made with Phoenix/Liveview. <a href="https://github.com/cbh123/bidtactoe">https://github.com/cbh123/bidtactoe</a>