Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Note at terminal installation regarding MSVC
  • Loading branch information
quasariumm authored May 10, 2024
1 parent 5ea9d52 commit 9c017a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ To build the game, do the following:
- Finally, build the game using `cmake --build .`
- You can now run the game using `bin/SorryWereBroke` (on Windows `bin/SorryWereBroke.exe`)

NOTE: If you are building using MSVC (Microsoft Visual C++) through the cmake command, you may need to manually move the `data` and `res` folders to the same location as the executable, due to the weird folder structure MSVC generates.

## Controls
You can change the controls in the settings in the main menu. Note that you can't go back to the main menu once you have clicked _Play_. The default controls are:
- `R`: Rotate counterclockwise (in placement mode)
Expand Down

0 comments on commit 9c017a2

Please sign in to comment.