Skip to content

N-dimensional tic-tac-toe Windows terminal game. You may ask why? Simply, why not?

Notifications You must be signed in to change notification settings

styczynski/TicTacConsole

Repository files navigation

Made by Styczynsky Digital Systems

Platform - Windows

TickTackConsole game

Download

 

Based on WACCGL Library.

NOTE: This software supports ONLY Windows

Installation/Usage

Download latest release from here. Then unzip it. Move the application files somewhere and run SCGL.exe file.

The game is n-dimensional classic tic-tac-toe game. Let's have some fun. Launch it! :p

Screenshots

Screenshot 1

Screenshot 1

Building

Build process involves invoking make, gcc (or g++) and git tools.

Build process is supported on Windows (on Linux it could be possible to easily cross-compile sources, but we recommend building on Windows)

To build release do the following steps:

  1. Go to the location where build will take place by using cd <path> command.
  2. git clone https://github.com/styczynski/TicTacConsole
  3. cd TicTacConsole
  4. make
  5. make start to execute compiled files
  6. make clean (if you want to rebuild everything)
  7. make commit (when you want to commit changes to the remote repo)

After doing make you can find in the out/ directory all release files and in the release/ zipped release-ready version of built software.

About

N-dimensional tic-tac-toe Windows terminal game. You may ask why? Simply, why not?

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published