Skip to content

Commit

Permalink
Update phaser-dame.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcmontmorency authored Sep 3, 2024
1 parent 5ab5ccb commit a4b3f4d
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions docs/582-301-interactivite-ludique/phaser/exercices/phaser-dame.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,6 @@ Le tout doit être réalité avec des boucles `for`.
on <a href="https://codepen.io">CodePen</a>.
</iframe>

## Code de départ

```js
class Damier extends Phaser.Scene {
create() {
// Dessiner le plateau de jeu
// Dessiner les pièces
}
}

const config = {
type: Phaser.AUTO,
width: 800,
height: 800,
scene: Damier
};

const game = new Phaser.Game(config);
```

## Consignes

- [ ] Créer une grille de 8x8 avec des carrés (`graphics.fillRect()`)
Expand Down

0 comments on commit a4b3f4d

Please sign in to comment.