An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# README

Simple PacMan-like game bootstrap to teach my kid programming.

![Game Screenshot](https://github.com/gbaptista/pacman-bootstrap/blob/main/imagens/screenshot.png)

## Development

```
npm install

npm 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