Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.47 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.47 KB

Building TicTacToe game with MetalCpp for macOS. Right now the game can be executed only on MacOS. I want to extend support for Windows whenever I have enough free time from completing other projects.

Run the app

# from project's root directory

$ chmod +x run.sh
$ ./run.sh
$ ./build/MetalApp

Use the app

The app only supports keyboard and has no mouse or trackpad support.

To navigate the tiles:

  • left: a or h or left arrow
  • right: d or l or right arrow
  • up: w or k or up arrow
  • down: s or j or down arrow

Game board pictures

Empty tictactoe board Gameplay tictactoe board
Blue won tictactoe board Gameplay tictactoe board
Red tictactoe board