ziad696 / chess128

Chess game with 128 Boxes, 4 kings, 32 pawns, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chess 128


Instalation and running the app

cp .env.example .env

composer install

php artisan key:generate

php artisan migrate

php artisan serve

Configuring the app

cd resources/frontend/app

npm install

npm run serve | Or doing it by vue UI with -> $vue ui

About

Chess game with 128 Boxes, 4 kings, 32 pawns, etc.


Languages

Language:Vue 48.8%Language:PHP 40.6%Language:Blade 9.9%Language:Shell 0.4%Language:HTML 0.3%