https://github.com/lalaholmesss/pixel-game
A pixel room game
https://github.com/lalaholmesss/pixel-game
kaplayjs tiled-map-editor vitejs
Last synced: about 1 month ago
JSON representation
A pixel room game
- Host: GitHub
- URL: https://github.com/lalaholmesss/pixel-game
- Owner: lalaholmesss
- Created: 2025-06-11T21:10:44.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-08-05T14:35:06.000Z (10 months ago)
- Last Synced: 2026-04-29T06:37:55.693Z (about 1 month ago)
- Topics: kaplayjs, tiled-map-editor, vitejs
- Language: JavaScript
- Homepage: https://happy-bday-weld.vercel.app
- Size: 93.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Pixel Room Game πΎπβ¨
It's a very short browser pixel room / game where you can move the player across the room with left click / hold of the mouse.
I watched the [Build a Dev Portfolio as a 2D Game β JavaScript Course](https://youtu.be/wy_fSStEgMs?si=toAOqTloGrgCh0yh) video to help with it. All the assets I've used can be found in the link of this video, also in [this repo](https://github.com/JSLegendDev/2d-portfolio-kaboom).
I've changed the player to whatever I needed, added some assets to the tileset in [Pixel Studio](https://store.steampowered.com/app/1204050/Pixel_Studio__pixel_art_editor/), modified the map in [Tiled](https://www.mapeditor.org/), and made dialogue changes.
In the tutorial, [Kaboom.js](https://kaboomjs.com/) is used as the library to make the game. Since it has been deprecated, I've used [Kaplay.js](https://kaplayjs.com/) instead.