change some comments
This commit is contained in:
parent
da3effbcbb
commit
78af6d87b0
2 changed files with 5 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
|||
# Sokoban
|
||||
|
||||
projet Web 3Mic
|
||||
Projet Web 3Mic
|
||||
|
||||
pour ouvrir le projet, tapez la commande suivante dans un terminal:
|
||||
Pour ouvrir le projet, tapez la commande suivante dans un terminal:
|
||||
|
||||
``` sh
|
||||
npx serve
|
||||
```
|
||||
|
||||
si cela ne marche pas, essayez
|
||||
Si cela ne marche pas, essayez la commande suivante
|
||||
|
||||
``` sh
|
||||
python3 -m http.server
|
||||
|
|
|
@ -5,6 +5,7 @@ export const level1Blueprint = [[ Square.Wall, Square.Wall, Square.Wall, Square.
|
|||
[ Square.Wall, Square.Destination, Square.Box, Square.Floor, Square.Player, Square.Wall ],
|
||||
[ Square.Wall, Square.Wall, Square.Wall, Square.Wall, Square.Wall, Square.Wall ]];
|
||||
|
||||
// Blueprint for the second level
|
||||
export const level2Blueprint = [
|
||||
[Square.Wall, Square.Wall, Square.Wall, Square.Wall, Square.Wall, Square.Wall, Square.Wall, Square.Wall, Square.Wall, Square.Wall, Square.Wall, Square.Wall, Square.Floor, Square.Floor ],
|
||||
[Square.Wall, Square.Destination, Square.Destination, Square.Floor, Square.Floor, Square.Wall, Square.Floor, Square.Floor, Square.Floor, Square.Floor, Square.Floor, Square.Wall, Square.Wall, Square.Wall],
|
||||
|
|
Loading…
Reference in a new issue