LegendOfTheFox / phaser3TicTacToe

Testing out the phaser 3 lib by making a simple game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Phaser 3 Tic Tac Toe

Basic implementation of Tic Tac Toe utilizing Phaser 3 and TypeScript

image

image

Features

  • Basic Player 1 and 2 System
  • Game Scores
  • Checking for game states
  • Basic Testing via Jest
  • Basic menu and usage of multiple scenes

Phaser 3 Features

  • text
  • images
  • particles
  • onClick handlers
  • setting game context data within an image

Available Commands

Command Description
npm install Install project dependencies
npm run watch Build project and open web server running project, watching for changes
npm run dev Builds project and open web server, but do not watch for changes
npm run build Builds code bundle with production settings (minification, no source maps, etc..)

About

Testing out the phaser 3 lib by making a simple game

License:MIT License


Languages

Language:HTML 58.5%Language:TypeScript 21.5%Language:JavaScript 14.4%Language:CSS 5.7%