# hex-engine-tic-tac-toe-example **Repository Path**: tinygg/hex-engine-tic-tac-toe-example ## Basic Information - **Project Name**: hex-engine-tic-tac-toe-example - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-18 - **Last Updated**: 2025-09-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tic-tac-toe An example of a tic-tac-toe game built in [Hex Engine](https://hex-engine.dev). This repo was created using `create-hex-engine-game`. ## Usage To run a development webserver for your game locally: ```sh npm start ``` To build a production version of your game for redistribution: ```sh npm run build ``` For more info, head on over to [Hex Engine's website](https://hex-engine.dev).