https://github.com/gbaptista/pacman-bootstrap
Simple PacMan-like game bootstrap to teach my kid programming.
https://github.com/gbaptista/pacman-bootstrap
Last synced: 4 months ago
JSON representation
Simple PacMan-like game bootstrap to teach my kid programming.
- Host: GitHub
- URL: https://github.com/gbaptista/pacman-bootstrap
- Owner: gbaptista
- Created: 2022-12-30T16:44:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-30T16:53:10.000Z (almost 3 years ago)
- Last Synced: 2025-04-08T17:51:21.710Z (6 months ago)
- Language: JavaScript
- Size: 347 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
Simple PacMan-like game bootstrap to teach my kid programming.

## Development
```
npm installnpm run lint
npm run server
```## Phaser 3 Documentation
- https://photonstorm.github.io/phaser3-docs/index.html
- https://photonstorm.github.io/phaser3-docs/Phaser.Physics.Arcade.World.html
- https://photonstorm.github.io/phaser3-docs/Phaser.Physics.Arcade.Body.html
- https://photonstorm.github.io/phaser3-docs/Phaser.Physics.Matter.Factory.html