Acquire is an old board game where players build hotel chains, buy stock, and complete mergers. At the end of the game, the player with the most money wins. This initial project implements the board where players can place tiles (hotels). Hotel chains, stock purchases, and mergers are not yet implemented.
The overall structure of this project is inspired by the CppND-Capstone-Snake-Game repo from Udacity.
clang-format== 10.0.0cmake>= 3.7gcc/g++>= 5.4make>= 4.1- SDL2 >= 2.0
- Clone this repo
- Run
maketo build and run the application - Enter the number of players on the command line
- Use the
spacekey to cycle through a player's tiles - Use the
enterkey to place the selected tile and transition to the next player



