Skip to content

Commit 97116d5

Browse files
committed
Add Space Invaders to README examples section
1 parent 0e4355b commit 97116d5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,10 @@ cd playground && npm install && npm run dev
170170

171171
See [`examples/`](./examples) for working scripts — basic sprites, animation, tilesets, and game engine export.
172172

173+
### Built with pixlrt
174+
175+
- **[Space Invaders](https://github.com/kacheo/space-invaders)** — A browser-based Space Invaders clone where all 17 sprites (aliens, cannon, UFO, shields, bullets, explosion) are defined as ASCII grids in pixlrt, packed into a sprite atlas at build time. [Play it →](https://kacheo.github.io/space-invaders/)
176+
173177
## Contributing
174178

175179
See [CONTRIBUTING.md](./CONTRIBUTING.md).

0 commit comments

Comments
 (0)