]> git.localhorst.tv Git - alttp.git/commit
simple guessing game
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 28 Feb 2024 15:16:37 +0000 (16:16 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 28 Feb 2024 15:29:07 +0000 (16:29 +0100)
commit7fc357a5943bf280ce2fa9aa97ec516af61efd69
treeece6a89e5e4a8a31735746865386b3826bf3785b
parent98135a55c26ba5d485a0aa08aa4a3d1d42374cd9
simple guessing game
14 files changed:
app/Models/Channel.php
app/Models/GuessingGuess.php [new file with mode: 0644]
app/Models/GuessingWinner.php [new file with mode: 0644]
app/TwitchBot/ChatCommand.php
app/TwitchBot/GuessingCancelCommand.php [new file with mode: 0644]
app/TwitchBot/GuessingSolveCommand.php [new file with mode: 0644]
app/TwitchBot/GuessingStartCommand.php [new file with mode: 0644]
app/TwitchBot/GuessingStopCommand.php [new file with mode: 0644]
app/TwitchBot/IRCMessage.php
app/TwitchBot/TwitchAppBot.php
database/migrations/2023_02_20_093249_create_channel_episode_table.php
database/migrations/2024_02_28_102210_channel_guessing_game.php [new file with mode: 0644]
database/migrations/2024_02_28_120923_create_guessing_guesses_table.php [new file with mode: 0644]
database/migrations/2024_02_28_141025_create_guessing_winners_table.php [new file with mode: 0644]