ravens-engine / core

A Javascript library for building multiplayer turn-based games
https://ravens.dev/
15 stars 2 forks source link

Update references of `TicTacToe` to `TicTacToeGame`. #6

Closed mrhappyasthma closed 3 years ago

mrhappyasthma commented 3 years ago

The later part of the tutorial and the github repo for the tutorial reference the main game as TicTacToeGame, but the early part of the tutorial called it TicTacToe (without the *Game suffix).

This commit updates those early references to match the canonical name, by adding the *Game suffix to all of them.