Crayon2000 / Wii-Tac-Toe

Wii-Tac-Toe is a Tic-Tac-Toe game for the Nintendo Wii

Home Page:http://wiibrew.org/wiki/Wii-Tac-Toe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wii-Tac-Toe

Actions Status Codacy Badge

Wii-Tac-Toe is a Tic-Tac-Toe game for the Nintendo Wii. It was programmed in C++ using devkitPro along with GRRLIB.

The game can be played alone vs the CPU or with a friend using one Wii Remote controller. The game AI does not always do the same moves, so the fun never stop.

To win the game, you have to place three marks (O or X) in a horizontal, vertical or diagonal row. If the grid is filled completely and no one has won, well, it's a tie game. Start over and try to beat your opponent.

http://wiibrew.org/w/images/e/e7/Wii-Tac-Toe-screenshot.png

Build

Prerequisites:

  • devkitPro
    • devkitPPC (release 45 or later)
    • libogc
    • libfat
  • Port libs
    • Mini-XML
    • libpng
    • FreeType
    • libjpeg-turbo

To compile:

pacman --sync --needed --noconfirm ppc-mxml ppc-libpng ppc-freetype ppc-libjpeg-turbo
mkdir --parents build && cd build
/opt/devkitpro/portlibs/wii/bin/powerpc-eabi-cmake ..
cmake --build .

About

Wii-Tac-Toe is a Tic-Tac-Toe game for the Nintendo Wii

http://wiibrew.org/wiki/Wii-Tac-Toe


Languages

Language:C++ 98.9%Language:CMake 0.7%Language:C 0.4%Language:Shell 0.1%