nicholasgriffintn / htmx-laravel-game-of-life

A game of life site with htmx and and laravel

Home Page:https://htmx-laravel-game-of-life.fly.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game of Life in Laravel with htmx

THis is a simple implementation of Conway's Game of Life in Laravel with htmx. It is a multiplayer game, so you can play with your friends. You can also play with yourself, but that's not as fun.

Props to romanbaykov88's repo where I got a lot of the game logic for this from, being a little out of date with PHP, it really helped with getting me started.

I've simply re structured the app a little bit and added in htmx (and potentially some stuff for multiplayer, if I got to that...).

Prerequisites

Setup

composer install
pnpm install
pnpm run build
php artisan serve

About Game of Life

Wiki page

About

A game of life site with htmx and and laravel

https://htmx-laravel-game-of-life.fly.dev/


Languages

Language:PHP 89.6%Language:Blade 5.2%Language:Dockerfile 3.7%Language:Shell 0.6%Language:JavaScript 0.6%Language:CSS 0.3%