Filter by platform to easily find crossplay games that are compatible with your preferences.
Made with Jigsaw, Bootstrap and good ol vanilla javascript
Run composer install
and npm install
to install the application dependencies.
Warning
Make sure to set TWITCH_CLIENT
and TWITCH_SECRET
env vars before executing the script.
Run npm run scrap
to update the games.json
file located at root dir.
The script scraps the List of video games that support cross-platform play wikipedia page and uses the IGDB API to get each game's cover and details.
Screen.Recording.2024-07-31.at.10.10.38.p.m.mov
Run vendor/bin/jigsaw serve
to start the server and npm run watch
to compile the assets.
App will be available in http://localhost:8000/
.
Run npm run prod
to build the project.
The build artifacts are located in the /docs
directory