sokoban/README.md
2022-12-05 16:49:24 +01:00

18 lines
293 B
Markdown

# Sokoban
Projet Web 3Mic
Pour ouvrir le projet, tapez la commande suivante dans un terminal:
``` sh
npx serve
```
Si cela ne marche pas, essayez la commande suivante
``` sh
python3 -m http.server
```
Puis allez à l'addresse indiquée par npx (ou http://0.0.0.0:8000 pour __python__)