Requirements (Linux):
- docker
- docker-compose
Requirements (Windows):
- Docker Desktop
- WSL2
- Linux distribution (WSL2) integrated with Docker Desktop
How to run this application:
- Use Linux distro (natively or in Windows) to clone this repo and navigate to root folder of application.
- Install dependencies. https://laravel.com/docs/8.x/sail#installing-composer-dependencies-for-existing-projects
- Run command
cp .env.example .env
- Run command
./vendor/bin/sail up -d
- Run command
./vendor/bin/sail artisan key:generate
- Run command
./vendor/bin/sail artisan migrate --seed
- You can now log in with username
admin
and passwordadmin123
and play the game.
Blockly is a library from Google for building beginner-friendly block-based programming languages.
The Laravel framework is open-sourced software licensed under the MIT license.
The PlayCanvas engine is open-sourced software licensed under the MIT license.