Menu

Tree [7ad2dc] main /
 History

HTTPS access


File Date Author Commit
 data 2020-10-23 Alex Kryuchkov Alex Kryuchkov [b23f7e] Add files via upload
 debian 2020-10-23 Alex Kryuchkov Alex Kryuchkov [b23f7e] Add files via upload
 meson 2020-10-23 Alex Kryuchkov Alex Kryuchkov [b23f7e] Add files via upload
 src 2020-10-28 Alex Kryuchkov Alex Kryuchkov [7ad2dc] Add files via upload
 AUTHORS 2020-10-24 Alex Kryuchkov Alex Kryuchkov [0f9679] Create AUTHORS
 LICENSE 2020-10-23 Alex Kryuchkov Alex Kryuchkov [b8f122] Initial commit
 README.md 2020-10-23 Alex Kryuchkov Alex Kryuchkov [4f1a95] Update README.md
 meson.build 2020-10-24 Alex Kryuchkov Alex Kryuchkov [f9893d] Update meson.build

Read Me

TicTacToy

screenshot.png

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!

Get it from the elementary OS AppCenter!

Get it on AppCenter

This app is available on the elementary OS AppCenter.

Install it from source

You can of course download and install this app from source.

Dependencies

Ensure you have these dependencies installed

  • granite
  • gtk+-3.0
  • switchboard-2.0

Install, build and run

# 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