gorlorn
v1.0.1
Published
Gorlorn - a browser-based arcade shooter game
Maintainers
Readme
gorlorn
A browser-based arcade shooter game, packaged as a React component.
- npm: https://www.npmjs.com/package/gorlorn
- GitHub: https://github.com/robgwalsh/gorlorn
Install
npm install gorlornPeer Dependencies
react^18.0.0 || ^19.0.0
Usage
import { GorlornGame } from "gorlorn";
function App() {
return <GorlornGame />;
}All image assets are bundled inline — no extra setup or file copying required. The component renders an 800x600 canvas that automatically scales to fit its container while preserving aspect ratio.
Controls
- Arrow keys — move left/right
- Pointer/touch — on-screen controls
- Escape — pause/menu
Development
npm run dev # watch mode
npm run build # production buildLicense
MIT
