Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
Solution Exo Clic
  • Loading branch information
vbatcnam authored Jan 27, 2024
1 parent dac6b22 commit 550ceff
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 0 deletions.
Binary file added clickCoucou/feeGars1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions clickCoucou/helloYou.fg
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
var image := displayNewImageIn('feeGars1.png', '#gameZone')
awaitClickBeep(image)
displayNewMessage("Coucou ! Je suis Ciel.")
displayNewMessage("Et toi comment tu t'appelle ?")
var nom := awaitHumanText()
displayNewMessage('Ravi de faire ta connaissance ' + nom + ' !')
awaitClickBeep(image)
displayNewMessage('Au revoir !')





23 changes: 23 additions & 0 deletions clickCoucou/helloYou.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>hello you</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/cl4cnam/funcSug/lib.css">
</head>

<body>
<header>
</header>
<div id="gameZone"></div>

<script src="https://cdn.jsdelivr.net/gh/cl4cnam/funcSug/libStd.fg" type="application/funcsug"></script>
<script src="https://cdn.jsdelivr.net/gh/cl4cnam/funcSug/libDOM.fg" type="application/funcsug"></script>
<script src="https://cdn.jsdelivr.net/gh/cl4cnam/funcSug/libDOMSVG.fg" type="application/funcsug"></script>
<script src="helloYou.fg" type="application/funcsug"></script>
<script src="https://cdn.jsdelivr.net/gh/cl4cnam/funcSug/parser.js"></script>
<script src="https://cdn.jsdelivr.net/gh/cl4cnam/funcSug/parserPy.js"></script>
<script src="https://cdn.jsdelivr.net/gh/cl4cnam/funcSug/interpreter.js"></script>
<script src="https://cdn.jsdelivr.net/gh/cl4cnam/funcSug/DOMloader.js"></script>
</body>
</html>
1 change: 1 addition & 0 deletions clickCoucou/http server.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
py -m http.server 8000 --bind 127.0.0.1

0 comments on commit 550ceff

Please sign in to comment.