TicTacToe

Content Type: Widget
Categories: User Interface

Overview

A game of tictactoe, to demonstrate how to use react hooks and manage the state within the widget.

Documentation

Demo urlhttps://tbn-tictactoe-sandbox.mxapps.io/index.html

Description

The purpose is to demonstrate the Mendix capable in React Hooks. We can manage  action state within a widget.

Typical usage scenario

- When game start, the first click is X, then the next is O. 

- When X or O get 3 in row, column or diagonal first, this X or O consider to win otherwise will be draw. and you can start a game again.

Features and limitations

Features:

  • Game entertainment.

Limitations:

  • There are no limitation so far.

Dependencies

  • Mendix 9.4

Installation

Place the widget on top of the Home_Web, please remove all container.

 Configuration

After you place the widget in Home_Web, there is no need any configuration in advance.

Bugs

None

Releases

Version: 1.0.0
Framework Version: 9.4.0
Release Notes: first release