create-endy-pixigame
v1.0.2
Published
> A custom Remix + PixiJS project generator for pixel art web games — powered by Vite, Redux, and TypeScript.
Downloads
16
Maintainers
Readme
🎮 create-endy-pixigame
A custom Remix + PixiJS project generator for pixel art web games — powered by Vite, Redux, and TypeScript.
Quickly scaffold a full game-ready web app with everything preconfigured: rendering, state management, audio, and more. Perfect for prototyping or starting your next jam game.
🚀 Getting Started
Use npx to create a new game project:
npx create-endy-pixigameYou’ll be prompted to enter the name of your new game:
✔ Name of your new game project: › my-pixigameIt will create a folder my-pixigame with a full Remix + PixiJS setup.
🧰 What's Included
- ⚛️ Remix – Modern React framework with server-side rendering
- 🎨 PixiJS – Fast 2D WebGL rendering for pixel art and retro graphics
- 🧠 Redux Toolkit – Scalable and structured game state management
- 🔉 Howler.js – Robust and simple audio playback
- 🧱 TypeScript – Strong typing and dev tooling
- ⚡ Vite – Instant startup and hot reloads
📂 Generated Structure
my-pixigame/
├── app/
│ ├── animations/
│ ├── components/
│ ├── consts/
│ ├── interfaces/
│ ├── routes/
│ ├── store/
│ ├── ui/
│ └── utils/
├── public/
│ └── assets/
├── .eslintrc.cjs
├── package-lock.json
├── package.json
├── postcss.config.js
├── tailwind.config.json
├── tsconfig.json
└── vite.config.ts🧪 After Scaffold
cd my-pixigame
npm install
npm run devOpen http://localhost:5173 in your browser to start working on your game.
💡 Why use this?
This template lets you focus on building pixel-art web games without spending time on setup. It combines proven tools to get you started fast with scalable, maintainable code.
👤 Author
Built by Endy Kaishi with love ❤️.
📄 License
MIT
