Work

L3T

Tic-tac-toe
Multiplayer
Ral-time
Laravel
Livewire

A Laravel real-time multiplayer Tic-Tac-Toe game

An image of an the tictactoe

GitHub top language GitHub commit activity repo size

This project was undertaken when I already had quite a bit of experience with Laravel and Livewire. I had previously developed a tic-tac-toe game in PHP, but it was neither real-time nor multiplayer: both players had to be behind the same PC. With this tic-tac-toe game, upon generating a game session, a link is generated which can be sent to anyone. From there, you can challenge the opposing player with real-time updates to your board. Oh, by the way, L3T stands for Laravel Tic-Tac-Toe.

📚 Deep overview

🔐 Login
Without 2FA
With 2FA
🎮 Game
👤 Profile
📱 Responsive

📂 Source

The source code and installation instructions are accessible here.

You’ll also find a docker-compose file there if you want to test the application locally.