https://drive.google.com/file/d/1DHW0Zgi_jmgrASwkJsfWuykzF90Rqk8o/view?usp=sharing
Competitive solutions








Stakeholder
diagram
Extension of Methods
Design Goal

Schematic diagram of service blueprint
AR view Visual Identity










When occurs...

























Indoor
Noise











HOW TO。





Subject: Thanks to classmatesmy and parents























https://drive.google.com/file/d/1rPpK4kpFyEwLYMs8UyiSiqQkGLpjaNxA/view?usp=sharing


































































































SILENT STATEMENT




















HOW MIGHT WE?




Bypassing those who control the interests is the only way for these victims to express their grievances.





ANOREXIA
"I" give the animals dresses from the coat hanger to wear. They became thinner in order to fit into the dresses. It turns out that this is an era of slimming.
INTERACTION










The game satirizes imprisoned feminism and popular stereotypes of women, such as whether women are reproductive tools and whether women should be beautiful? Prejudice imprisons people's minds and distorts people's view of things.
CODING
ORPHAN DIE AUTHORITY INJURY
"I" picked up a banana peel and threw it on the ground, causing the boy to fall and thus reveal the hidden dangers under the table. This is an era of unpredictable human intentions.




using System.Collections; using System.Collections.Generic; using UnityEngine;




public class Scene6Con : MonoBehaviour { int step; public GameObject player; public GameObject bg1; public GameObject bg2; public GameObject bg3; public GameObject bg4; public GameObject bg5; public GameObject bg6; public GameObject xiexie; public GameObject xiangjiao;
// Start is called before the first frame update void Start() { step = 0; } // Update is called once per frame void Update() { if (Input.GetMouseButtonDow n(0)) { step++;
if (step == 1) { bg1.SetActive(false); bg2.SetActive(true); } if (step == 2) { bg2.SetActive(false); bg3.SetActive(true); player.SetActive(false); } if (step == 3) { xiangjiao.SetActive(true); } if (step == 4) { bg3.SetActive(false); bg4.SetActive(true);
if (step == 5) {
bg4.SetActive(false); bg5.SetActive(true); } if (step == 6) {
bg5.SetActive(false); bg6.SetActive(true); } if (step == 7) { xiexie.SetActive(true); } } } }
INTERACTION
"I" helped him move the location of the police stations. Ultimately, the thief successfully returned home! This is a world where black and white are reversed.




IMPLIED MEANING
This game saves the boy and exposes the real violence under the mask of the Internet, so that more people can reflect on the harm of online
The boy couldn't solve them and asked many people around for help. Eventually, he was discovered and reported by someone else.This is an era of rapid dissemination.
CODING





using System.Collections; using System.Collections.Generic; using UnityEngine; public class xiaotou MonoBehaviour
{ // Start is called before the first frame update public float speed; public GameObject[] points; public GameObject target; int num; public GameObject final; void Start()
{ num = 0; target = points[num]; } private void
OnTriggerEnter(Collider other) { Debug.Log(other.name); }
// Update is called once per frame



CODING
void Update() { if (target != null) { gameObject.transform.p osition = Vector3.MoveTowards(ga meObject.transform.posi tion,target.transform.pos ition,speed); if (gameObject.transform.p osition == target.transform.position ) { num++; if (num < points.Length) { target = points[num];
else { final.SetActive(true);






CODING
STARS IN JAILS BUNDLED CONSUMPTION
"I" turned the clock and used my finger to shrink the size of the celebrity. Soon, the celebrity would be forgotten This is an era where everyone can be a celebrity.

INTERACTION
First of all, a star was found to have improper behavior, so he was exposed on TV, and we had to help him get rid of it.
Adjust the time of the clock to make people forget him.


Click on the star, let him shrink, let him influence this thing.






IMPLIED MEANING
This game satirizes the current fast food culture, so that those stars and Internet celebrities who wear bad deeds will be forgotten in a very short time, so that they can reappear in the audience's vision.
When people become full of desire and do everything to achieve their goals, they are the same as those who know that they are going to die and do everything to survive.
using System.Collections; using System.Collections.Generic; using UnityEngine;
public class Scene4Con MonoBehaviour {
public GameObject shizhen; public GameObject fenzhen;
private void OnTriggerStay(Collider other)
{ if (other.tag == "RightTouchPoint") {
shizhen.GetComponent<xuanzhuan>( ).isRot = true;
fenzhen.GetComponent<xuanzhuan> ().isRot = true; } Debug.Log(other.name); } private void OnTriggerExit(Collider other)
{ if (other.tag == "RightTouchPoint")
{
shizhen.GetComponent<xuanzhuan>( ).isRot = false;
fenzhen.GetComponent<xuanzhuan> ().isRot = false; } } // Start is called before the first frame update void Start() { } // Update is called once per frame void Update() { } }
To avoid spending extra money on clothes, he decided to never wear clothes again when buying ice cream in the future. This is an era of consumerism.
INTERACTION
Make the character ice cream with one hand control.
Use one hand to control it to eat ice cream, ice cream will explode, dirty clothes./Take off your shirt with both hands.
The character who soiled his clothes had to go to the side to buy a T-shirt./The man who took off his clothes ate the ice cream smoothly.
IMPLIED MEANING
This game satirizes those enterprises that, in order to obtain high profits, do not hesitate to reduce costs and product quality, and use co-branded behavior to coax high product prices.
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI;




} if (num == 3)




public class FYTGame1Con MonoBehaviour { public bool leftHand; public bool rightHand; public GameObject pic1; public GameObject pic2; public GameObject pic3; public GameObject pic4; public GameObject pic5; public GameObject pic6; public GameObject pic7; public GameObject pic8;
public GameObject boom; public GameObject yingzi; public GameObject final1; public GameObject final2;
public GameObject renqun; public Sprite renqun2; public Sprite renqun3; public int num;
// Start is called before the first frame update void Start()
private void OnTriggerEnter(Collider other)
if (other.tag != "Untagged") { Debug.Log(other.tag); if (other.tag == "LeftTouchPoint" && leftHand == false) { leftHand = true; /* if (leftHand && rightHand) { if (num == 4) {
final2.SetActive(true); pic3.SetActive(false); pic4.SetActive(false); pic6.SetActive(false); } if (num == 3) { pic3.SetActive(false); pic4.SetActive(false); pic6.SetActive(false);
pic7.SetActive(false); pic8.SetActive(true); num = 4; }
if (num == 2) {
pic3.SetActive(false); pic4.SetActive(false); pic5.SetActive(false);
{ pic3.SetActive(false); pic4.SetActive(false); pic6.SetActive(false);
pic7.SetActive(false); pic8.SetActive(true); num = 4; }
if (num == 2) { pic3.SetActive(false); pic4.SetActive(false); pic5.SetActive(false); pic7.SetActive(true); num = 3; } if (num == 1) { pic3.SetActive(false); pic4.SetActive(false); pic2.SetActive(false); pic5.SetActive(true); num = 2; } } */ if (rightHand && leftHand==false) {
if (num == 4) { final1.SetActive(true); } if (num == 3) { num = 4; pic4.SetActive(false); pic6.SetActive(true); yingzi.SetActive(false); renqun.GetComponent<SpriteRende rer>().sprite = renqun3; } if (num == 2) { num = 3; pic3.SetActive(false); boom.SetActive(true); pic4.SetActive(true); renqun.GetComponent<SpriteRende rer>().sprite = renqun2; } if (num == 1) { num = 2; pic2.SetActive(false); pic3.SetActive(true); } if (num == 0) { num = 1;

The vortex
BACKGROUND THINGKING INVESTIGATION (FROM ART TO SOCIETY)

ExXCELLENT MOVIE! I’m really into it!
DISGUSTING!!
Everyone says it's good, but I never felt it.
At first I thought it was an illusion, so I watched it for the third time~ I still couldn't appreciate it~ The ideas and meanings are all good, but I just felt it was boring. 2021.7.1 I thought of this movie again, the fifth time I watched it. After constant reflection, it's probably because I hate fake smiles...

This kind of story would be a waste if it was filmed too perfectly, and it's all the director's fault. Now when I see Jim Carrey smile, I want to fucking smack him.
me me others
Damn hypocrisy, disgusting!!!
PPP is the only director in film history to use a myth-allegory style to reproduce the concept of sexual abuse and other chains under the dominance of absolute power. Only the most radical of utopian idealists could have
The film exposes the deep evil of human nature (primitive desires, violent impulses, Stockholm syndrome, etc.) and the dark side of human civilization (four symbols of power, various sexual perversions), coupled with the power of art, and its courage is commendable.
I can't help but feel emotional when Tu Kun's scenes appear. This is what simplicity means. It is using the best special effects to make it look like there are no special effects, using the most clichéd family stories to make you cry, and using the simplest comparison to tell you what is the relationship between man and nature.
The existence of movies is probably the most fantastic salvation for our spiritual civilization.
The most unforgettable scene in the whole film is when Loak and Kun swim in the sea - ah! This is the reason why cinemas must exist.
The Way of Water




This movie is so dirty, almost holy. Especially the shit-eating scene is well-known in the world, I believe everyone is familiar with it. Pasolini is a master director, but he died because of this movie.
If you want to have a good dream tomorrow, please stay away from this movie.
Is this phenomenon common?
A voice in my heart said to me: No, people are not like this. Another voice said to me: No, people are like this. Not just the barbarians in primitive society, but also the civilized people in modern society.
The benefit of this thing is that it helps to store and disseminate artworks digitally. When you want to take it out to look at it, you can display it without damaging it or getting it dirty.
It is a ticket to the Metaverse! It is rare! And I can learn a lot about new areas through this product. Society is always developing, and we must keep up with the times.
It sounds good and I want to try it, not too much.
Smart people can see that, first of all, the women's table tennis team is not used to the new geographical environment, and secondly, the consecutive games have already put a lot of pressure on them. Fans should let the athletes have a good rest. Finally, during the downturn period of the competition, even if the members did not perform well, they have made a lot of efforts, and the media and fans should not start accusing the athletes of not working hard as soon as they receive such news.
Their world rankings are still among the best, and we still have to cheer for the athletes





A film about environmental protection under patriarchy, with misogyny overflowing the screen. Are many character settings really necessary? After watching it, I felt: Damn humans have brought patriarchy to every corner of the universe! So what's the use of this thing? It's better to have some actual collections. This thing is just like stocks. Anyone who wants to make the last penny will die miserably.
Unfortunately, the plot is a bit too dragged out. Every part could be greatly cut down, but I guess Cameron himself wouldn't be willing to do that. As a result, the more you watch it, the more tiring it becomes.
Cameron is so mean. He scares the audience from time to time,
You look like a newbie. Products like digital collectibles use third-party payment, which cannot be used to launder money
The ones who should have upset didn't, and the ones who shouldn't have upset happened every day. Is society like this now? How should we educate the next generation of table tennis players? We should reflect deeply on this.
Not winning the game definitely has nothing to do with personal skills. Did the coaching staff really forget their responsibilities? Not just simple guidance? Can they analyze the strengths and weaknesses of their opponents and find ways to deal with them?
Why is the Chinese team getting worse and worse?
QUESTIONNAIRE
An offline survey experiment was made, which was the questionnaire part before the
EXPERIENMENT STEPS
Preparation of
objects Distribution of questionnaires and conduction of objects selection in the order Collection
visualization of survey outcomes Analyze the reasons from the four perspectives, and transfer each theory at the end of the mind map to a quesion in the following questionaire.





Ancestral

Zodiac signs:Leonis
Hobby: basketball










According to the events of a person's life experience, most of the objects are classified and the representative objects are selected from them.
cat
Zodiac signs:Cancer Gender:
Hobby: jogging & travel








Ancestral Home


Pets:a unususal pets
Zodiac signs:Taurus
Hobby: basketball Zodiac




I'm going to express each option in the form of a wrap. But it is too long.
Sometimes people use radar charts to indicate a person's abilities and preferences.
The inner threads are coral-like.

But it's too easy to mess up the lines.

FINAL PRODUCTS
I unfolded each layer of the glass column, as shown in the picture above. A wire connection is then made as shown in that figure. Put the image of the experiment together with the finished product.









REFLECTION
It is a very common phenomenon that many people have different views on the same thing, even opposite.Because each person has different experience. Therefore, we should not prejudice or even discriminate against people with different views.
https://drive.google.com/file/d/1qrQRUCYiq6mP3FiCVzjaa_zeCGW2rr8k/view?usp=sharing


EMBARRASSING of SOCIAL FEAR















Iceberg theory













