From 6dc5367949fe841874f4e21d84a4df7651a5d421 Mon Sep 17 00:00:00 2001 From: Doveliyuchen Date: Mon, 10 Apr 2023 13:32:09 +0800 Subject: [PATCH 1/3] Update privacy page Add a page for privacy and add link to it. --- main.py | 5 + templates/GameAnnotation.html | 6 +- templates/GameAnnotation2.html | 6 +- templates/GameOver.html | 6 +- templates/GameQuestion.html | 7 +- templates/GameWelcome.html | 6 +- templates/Privacy.html | 184 +++++++++++++++++++++++++++++++++ 7 files changed, 205 insertions(+), 15 deletions(-) create mode 100644 templates/Privacy.html diff --git a/main.py b/main.py index 8f5a5c9..7388d64 100644 --- a/main.py +++ b/main.py @@ -44,6 +44,11 @@ def gamequestion(): return render_template('GameQuestion.html') +@app.route('/privacy') +def privacypage(): + return render_template('Privacy.html') + + @app.route('/result', methods=['POST', 'GET']) def gamepreplay(): if request.method == 'POST': diff --git a/templates/GameAnnotation.html b/templates/GameAnnotation.html index 566aae8..6f09a27 100644 --- a/templates/GameAnnotation.html +++ b/templates/GameAnnotation.html @@ -429,8 +429,8 @@ -->
-

-

Copyright © Jialin Liu

+ +
Copyright © Jialin Liu
@@ -453,4 +453,4 @@ - \ No newline at end of file + diff --git a/templates/GameAnnotation2.html b/templates/GameAnnotation2.html index 4b2dafe..c1b1a2f 100644 --- a/templates/GameAnnotation2.html +++ b/templates/GameAnnotation2.html @@ -396,8 +396,8 @@
-

-

Copyright © Jialin Liu

+ +
Copyright © Jialin Liu
@@ -420,4 +420,4 @@ - \ No newline at end of file + diff --git a/templates/GameOver.html b/templates/GameOver.html index 9f75a86..c5e7f78 100644 --- a/templates/GameOver.html +++ b/templates/GameOver.html @@ -256,7 +256,7 @@ -
This page is created by Haocheng Du, Yuchen Li; game content is generated by procedural content generator (PCG) designed by Ziqi Wang.
This project is supported by Dr. Liu and Prof. Yannakakis.
+
This page is created by Haocheng Du, Yuchen Li; game content is generated by AI designed by Ziqi Wang.
This project is supported by Dr. Liu and Prof. Yannakakis.


@@ -267,8 +267,8 @@
-

-

Copyright © Jialin Liu

+ +
Copyright © Jialin Liu
diff --git a/templates/GameQuestion.html b/templates/GameQuestion.html index b301af8..ee236fb 100644 --- a/templates/GameQuestion.html +++ b/templates/GameQuestion.html @@ -409,7 +409,8 @@ - +
+
@@ -420,8 +421,8 @@
-->
-

-

Copyright © Jialin Liu

+ +
Copyright © Jialin Liu
diff --git a/templates/GameWelcome.html b/templates/GameWelcome.html index f10b5b5..fdcfd4e 100644 --- a/templates/GameWelcome.html +++ b/templates/GameWelcome.html @@ -289,7 +289,7 @@
-
This page is created by Haocheng Du, Yuchen Li; game content is generated by procedural content generator (PCG) designed by Ziqi Wang.
This project is supported by Dr. Liu and Prof. Yannakakis.
+
This page is created by Haocheng Du, Yuchen Li; game content is generated by AI designed by Ziqi Wang.
This project is supported by Dr. Liu and Prof. Yannakakis.


@@ -301,8 +301,8 @@ -->
-

-

Copyright © Jialin Liu

+ +
Copyright © Jialin Liu
diff --git a/templates/Privacy.html b/templates/Privacy.html new file mode 100644 index 0000000..fbddcdb --- /dev/null +++ b/templates/Privacy.html @@ -0,0 +1,184 @@ + + + + + + + + + + + + + + + AI and Games + + + + + + + + + + + + + + + + + + + + + + +
+
+

+ Privacy Policy +

+
+
+ +

+ We are committed to protecting the privacy of our users and ensuring that any data we collect is used only for the purposes of academic usage. As part of this commitment, we collect and use anonymous age, gender, and play behavior data. This policy outlines how we collect and use this data. Participation is voluntary. Participants can choose not to answer a question, or quit anytime. +

+
+
Data Collection
+

We collect anonymous age, gender, and play behavior data through our games. This data is collected automatically when participants interact with our designed game, and is used to help us understand how our game are being played and gamer research. IP address and any kind of location information will not be collected.

+
Data Use
+

The anonymous data we collect is used only for the game user research. We do not link this data to any personally identifiable information, and we do not use it for marketing purposes.

+
User Rights
+

As this data is anonymous, it cannot be used to identify individual users. However, if you have any questions or concerns about our data collection and use practices, please contact us at 8143151122_AT_163.com. We are committed to being transparent about our data collection and use practices and will do our best to address any concerns you may have.

+
+ +

By playing our games, you consent to the collection and use of anonymous age, gender, and play behavior data as outlined in this policy. If you do not agree with this policy, please do not play.

+ + +
+ + +
+ + +
+ +
+ +
This page is created by Haocheng Du, Yuchen Li; game content is generated by AI designed by Ziqi Wang.
This project is supported by Dr. Liu and Prof. Yannakakis.
+ +

+ + + + + + + + + + + + + + + + + + + + + From 466b9a772cd6b63ab7b02afd194fa602a334ef71 Mon Sep 17 00:00:00 2001 From: Doveliyuchen Date: Mon, 10 Apr 2023 13:55:34 +0800 Subject: [PATCH 2/3] Update GameWelcome.html --- templates/GameWelcome.html | 30 ++++++++++++++++++++++++------ 1 file changed, 24 insertions(+), 6 deletions(-) diff --git a/templates/GameWelcome.html b/templates/GameWelcome.html index fdcfd4e..61f5f54 100644 --- a/templates/GameWelcome.html +++ b/templates/GameWelcome.html @@ -107,10 +107,10 @@ vertical-align: middle; } - label { - display: block; - line-height: 100px; - } + {#label {#} + {# display: block;#} + {# line-height: 100px;#} + .option-input { -webkit-appearance: none; @@ -281,9 +281,27 @@
  • Have Fun! -

    +
    + +
    - + + +
    +
    + + +
    From 7edb44057c5b3abe77451ed0979cce64498052d5 Mon Sep 17 00:00:00 2001 From: Doveliyuchen Date: Mon, 10 Apr 2023 14:06:50 +0800 Subject: [PATCH 3/3] Update the key instruction --- templates/GameTutorial.html | 12 ++++++------ templates/Web/bot.png | Bin 40981 -> 32440 bytes templates/Web/top.png | Bin 43711 -> 34461 bytes 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/GameTutorial.html b/templates/GameTutorial.html index 957fbc5..0865145 100644 --- a/templates/GameTutorial.html +++ b/templates/GameTutorial.html @@ -291,13 +291,13 @@ - - - + +