A VR GAME for restoration purpose and it is developed in platinum project
and released under the GNU license.
Intro
Magic Garden is an HTC vive-based single player VR game, which is designed for the restoration purpose and it allows the players to start a garden in front of their virtual house.
In this game, players can explore the nature, find the magic seeds and plant them in their garden. Besides, Magic Gesture is an interesting element, since players can use Magic Gesture to speed up the growing processes of the plants.
Our target group is those who enjoys the gardening work or who would like to own a private garden but can not have easy access to one in real life.
Progress
First team meeting.
Generate the initiate idea.
Meet new group members.
Unity programming, 3D modeling, UI design, and launch the project website.
First version demo already.
Demo to be further developed at the workshop in Beijing.
Magic Garden Team
Eve Kyllönen
3D Artist
Tampere University of Applied Sciences
vaenrahu@gmail.com
Eija Kakko
UI/UX designer
University of Tampere
kakko.eija.l@student.uta.fi
Qiuyue Wu
Project Coordinator
University of Tampere
wu.qiuyue.x@student.uta.fi
Yuanzhe Li
Programmer
Communication University of China
li_yuanzhe@outlook.com
Jinru Lin
Programmer
Hongkong Polytechnic University
kase.lin@connect.polyu.hk
Junsheng Fu
Programmer
Tampere University of Technology
junsheng.fu@tut.fi
Video Demo
Game steps
Start at the garden (the garden is floating in the air).
Take a lift from garden downto the forest.
Explore in the forest area and collect the seeds.
Take lift back to the garden.
Sow seeds and use Magic Gesture to let them grow.
Travel again to the forest for collecting more seeds.
Explore the garden area
Search for seed in the forest
Take the lift back to garden and use magic to grow plants
Tampere Workshop Day
There are more 35 participants from Tampere, Beijing, and HongKong, for the Tampere Workshop of the Platinum project on 12 May 2017 at Tampere University. After 4 days hackathon, Magic Garden team is presenting the VR demo together with 3 other teams, and we received many positive feedbacks and some valuable further improvement suggestions. We are looking forward to the Beijing Workshop in August 2017. Stay tuned :-)
Contact
Elements
Text
This is bold and this is strong. This is italic and this is emphasized.
This is superscript text and this is subscript text.
This is underlined and this is code: for (;;) { ... }. Finally, this is a link.
Heading Level 2
Heading Level 3
Heading Level 4
Heading Level 5
Heading Level 6
Blockquote
Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.
Preformatted
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';