Astroport.ONE/adventure/games/yassine.elazzaoui@ynov.com
fred eb30e49b70 sed -i='' bug was here 2024-02-22 15:22:48 +01:00
..
art update 2024-02-05 16:04:24 +01:00
logic update 2024-02-05 16:04:24 +01:00
rooms sed -i='' bug was here 2024-02-22 15:22:48 +01:00
script update 2024-02-05 16:04:24 +01:00
readme Good Sync Fork to All 2024-02-20 19:16:24 +01:00

readme

# SCRIPT01.CYBSEC

boutonrouge

+ 14 : game engine
+ 0 : multigame compatibility
- 1 : bugs

> final 13

## "GameShell" LEVEL ?



```
diff --recursive --brief ./ ../_votre\ jeu/
Seulement dans ../_votre jeu/: adventure.sh
Seulement dans ./art: pfc.ben
Seulement dans ./rooms: boutonrouge.sh
Seulement dans ../_votre jeu/rooms: meteofrance.sh
Seulement dans ./rooms: papier.sh

```

```
search boutonrouge.sh

------------------------------------------------------------------------------
  Searching for boutonrouge.sh recursively. Please Wait...
------------------------------------------------------------------------------
------------------------------------------------------------------------------
```


shellcheck rooms/papier.sh

In rooms/papier.sh line 19:
function determiner_gagnant {
                            ^-- SC1009: The mentioned syntax error was in this brace group.


In rooms/papier.sh line 20:
    if [ "$1" == "$2" ]; then
    ^-- SC1046: Couldn't find 'fi' for this 'if'.
    ^-- SC1073: Couldn't parse this if expression. Fix to allow more checks.


In rooms/papier.sh line 28:
            exit ;;
                 ^-- SC1047: Expected 'fi' matching previously mentioned 'if'.
                   ^-- SC1072: Unexpected . Fix any mentioned problems and try again.