pixospritz-console
v1.0.1
Published
PixoSpritz Console - Web player for running PixoSpritz games
Maintainers
Readme
pixospritz-console
Web player for running PixoSpritz games.
Features
- Play PixoSpritz games in the browser
- Load game packages from URLs or local files
- Support for keyboard, mouse, touch, and gamepad input
- Fullscreen mode
Installation
npm install pixospritz-consoleDevelopment
# Start development server
npm run dev
# Build for production
npm run build
# Run tests
npm run testPackage Structure
src/
├── App.js # Main React application
├── index.js # Entry point
└── ...
public/
├── index.html # HTML template
└── pixospritz/ # Sample game contentDependencies
pixospritz-core- Core enginepixoscript- Scripting engine- React 17
