File | Date | Author | Commit |
---|---|---|---|
data | 2020-10-23 |
![]() |
[b23f7e] Add files via upload |
debian | 2020-10-23 |
![]() |
[b23f7e] Add files via upload |
meson | 2020-10-23 |
![]() |
[b23f7e] Add files via upload |
src | 2020-10-28 |
![]() |
[7ad2dc] Add files via upload |
AUTHORS | 2020-10-24 |
![]() |
[0f9679] Create AUTHORS |
LICENSE | 2020-10-23 |
![]() |
[b8f122] Initial commit |
README.md | 2020-10-23 |
![]() |
[4f1a95] Update README.md |
meson.build | 2020-10-24 |
![]() |
[f9893d] Update meson.build |
A simple TIC-TAC-toe game. Get ahead of your opponent by first filling in the fields horizontally, vertically, or diagonally. Don't let your opponent do the same!
This app is available on the elementary OS AppCenter.
You can of course download and install this app from source.
Ensure you have these dependencies installed
# install elementary-sdk, meson and ninja
sudo apt install elementary-sdk meson ninja
# clone repository
git clone {{repository_url}} tictactoy
# cd to dir
cd tictactoy
# run meson
meson build --prefix=/usr
# cd to build, build and test
cd build
sudo ninja install && tictactoy