Small PixiJS projects for learning game development with JavaScript.
cd checkered-board-buttons
npm install
npm run dev# Run tests
npm run test:run
# Check formatting
npm run lint
# Auto-fix ESLint issues
npx eslint . --ext js,jsx --fixThis project is licensed under the MIT License - see the LICENSE file for details.
checkered-board-buttons with draggable rectangles, based on Pixi.js Tutorial for Absolute Beginners by Wael Yasmina:
drag-tiles-3d-effect with draggable square rectangles and a 3D tilt effect
drag-tiles-layout same as above, but using PixiJs layout
playing-cards-2-planes playing cards created by Adrian Kennard displayed on 2 planes: UI and the table
playing-cards-3d-effect with draggable PNG cards created by Adrian Kennard
fastapi-websockets-chat a FastAPI, PixiJs, Websockets chat






