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.
# from project's root directory
$ chmod +x run.sh
$ ./run.sh
$ ./build/MetalApp
The app only supports keyboard and has no mouse or trackpad support.
To navigate the tiles:
- left:
a
orh
orleft arrow
- right:
d
orl
orright arrow
- up:
w
ork
orup arrow
- down:
s
orj
ordown arrow