From 10c7933aca87f831cda3d407a912dad0357ffd9a Mon Sep 17 00:00:00 2001 From: Vishesh 'ironeagle' Bangotra Date: Wed, 3 Dec 2025 18:44:09 +0530 Subject: [PATCH] refactor to tictactoe for standardisation of game names --- plugins/games/{tic_tac_toe.go => tictactoe.go} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename plugins/games/{tic_tac_toe.go => tictactoe.go} (100%) diff --git a/plugins/games/tic_tac_toe.go b/plugins/games/tictactoe.go similarity index 100% rename from plugins/games/tic_tac_toe.go rename to plugins/games/tictactoe.go