Skip to content

Commit

Permalink
Merge branch 'feature/FE/gamedescription' into 'develop'
Browse files Browse the repository at this point in the history
feature/FE/gamedescription : Update game description image

See merge request s03-final/s03p31a503!187
  • Loading branch information
scl2589 committed Nov 14, 2020
2 parents 42f5a74 + 329deb2 commit d6ed120
Show file tree
Hide file tree
Showing 24 changed files with 67 additions and 68 deletions.
Binary file added frontend/src/assets/images/consonant1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/src/assets/images/consonant2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/src/assets/images/consonant3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/src/assets/images/drunken1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/src/assets/images/drunken2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/src/assets/images/drunken3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/src/assets/images/liar1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/src/assets/images/liar2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/src/assets/images/liar3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/src/assets/images/liar4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/src/assets/images/liar5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/src/assets/images/liar6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/src/assets/images/smile1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/src/assets/images/smile2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/src/assets/images/smile3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/src/assets/images/updown1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/src/assets/images/updown2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/src/assets/images/updown3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<div class="carousel-inner">
<div class="carousel-item active">
<img
:src="require('@/assets/images/sample.png')"
class="d-block w-100"
:src="require('@/assets/images/consonant1.png')"
class="d-block w-50 mx-auto"
alt="sample image"
>
<p class="description">
Expand All @@ -19,8 +19,8 @@
</div>
<div class="carousel-item">
<img
:src="require('@/assets/images/sample.png')"
class="d-block w-100"
:src="require('@/assets/images/consonant2.png')"
class="d-block w-50 mx-auto"
alt="sample image"
>
<p class="description">
Expand All @@ -29,8 +29,8 @@
</div>
<div class="carousel-item">
<img
:src="require('@/assets/images/sample.png')"
class="d-block w-100"
:src="require('@/assets/images/consonant3.png')"
class="d-block w-50 mx-auto"
alt="sample image"
>
<p class="description">
Expand Down Expand Up @@ -87,4 +87,9 @@ p, h1, h2, h3, h4, h5, h6, button {
.v-select__selection--comma {
margin: 0 !important;
}
img {
border: 1px solid white;
}
</style>
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<div class="carousel-inner">
<div class="carousel-item active">
<img
:src="require('@/assets/images/sample.png')"
class="d-block w-100"
:src="require('@/assets/images/drunken1.png')"
class="d-block w-50 mx-auto"
alt="sample image"
>
<p class="description">
Expand All @@ -20,8 +20,8 @@
</div>
<div class="carousel-item">
<img
:src="require('@/assets/images/sample.png')"
class="d-block w-100"
:src="require('@/assets/images/drunken2.png')"
class="d-block w-50 mx-auto"
alt="sample image"
>
<p class="description">
Expand All @@ -30,8 +30,8 @@
</div>
<div class="carousel-item">
<img
:src="require('@/assets/images/sample.png')"
class="d-block w-100"
:src="require('@/assets/images/drunken3.png')"
class="d-block w-50 mx-auto"
alt="sample image"
>
<p class="description">
Expand Down Expand Up @@ -106,4 +106,8 @@ p, h1, h2, h3, h4, h5, h6, button {
button {
color: black;
}
img {
border: 1px solid white;
}
</style>
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<div class="carousel-inner">
<div class="carousel-item active">
<img
:src="require('@/assets/images/sample.png')"
class="d-block w-100"
:src="require('@/assets/images/liar1.png')"
class="d-block w-50 mx-auto"
alt="sample image"
>
<p class="description">
Expand All @@ -19,8 +19,8 @@
</div>
<div class="carousel-item">
<img
:src="require('@/assets/images/sample.png')"
class="d-block w-100"
:src="require('@/assets/images/liar2.png')"
class="d-block w-50 mx-auto"
alt="sample image"
>
<p class="description">
Expand All @@ -29,8 +29,8 @@
</div>
<div class="carousel-item">
<img
:src="require('@/assets/images/sample.png')"
class="d-block w-100"
:src="require('@/assets/images/liar3.png')"
class="d-block w-50 mx-auto"
alt="sample image"
>
<p class="description">
Expand All @@ -39,8 +39,8 @@
</div>
<div class="carousel-item">
<img
:src="require('@/assets/images/sample.png')"
class="d-block w-100"
:src="require('@/assets/images/liar5.png')"
class="d-block w-50 mx-auto"
alt="sample image"
>
<p class="description">
Expand All @@ -49,8 +49,8 @@
</div>
<div class="carousel-item">
<img
:src="require('@/assets/images/sample.png')"
class="d-block w-100"
:src="require('@/assets/images/liar4.png')"
class="d-block w-50 mx-auto"
alt="sample image"
>
<p class="description">
Expand All @@ -59,8 +59,8 @@
</div>
<div class="carousel-item">
<img
:src="require('@/assets/images/sample.png')"
class="d-block w-100"
:src="require('@/assets/images/liar6.png')"
class="d-block w-50 mx-auto"
alt="sample image"
>
<p class="description">
Expand Down Expand Up @@ -117,16 +117,8 @@ p, h1, h2, h3, h4, h5, h6, button {
.v-select__selection--comma {
margin: 0 !important;
}
/*
.v-input {
width: 60% !important;
}
.v-input__slot {
width: 60% !important;
img {
border: 1px solid white;
}
.v-input__control {
width: 60% !important;
} */
</style>
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<div class="carousel-inner">
<div class="carousel-item active">
<img
:src="require('@/assets/images/sample.png')"
class="d-block w-100"
:src="require('@/assets/images/smile1.png')"
class="d-block w-50 mx-auto"
alt="sample image"
>
<p class="description">
Expand All @@ -19,8 +19,8 @@
</div>
<div class="carousel-item">
<img
:src="require('@/assets/images/sample.png')"
class="d-block w-100"
:src="require('@/assets/images/smile2.png')"
class="d-block w-50 mx-auto"
alt="sample image"
>
<p class="description">
Expand All @@ -29,12 +29,12 @@
</div>
<div class="carousel-item">
<img
:src="require('@/assets/images/sample.png')"
class="d-block w-100"
:src="require('@/assets/images/smile3.png')"
class="d-block w-50 mx-auto"
alt="sample image"
>
<p class="description">
3. 이 과정에서 이를 보인다면<br> 당신은...벌칙 당첨!
3. 이 과정에서 웃는다면<br> 당신은...벌칙 당첨!
</p>
</div>
</div>
Expand Down Expand Up @@ -87,16 +87,8 @@ p, h1, h2, h3, h4, h5, h6, button {
.v-select__selection--comma {
margin: 0 !important;
}
/*
.v-input {
width: 60% !important;
}
.v-input__slot {
width: 60% !important;
img {
border: 1px solid white;
}
.v-input__control {
width: 60% !important;
} */
</style>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="upanddown" data-app>
<h5 class="pt-3">Up🔺 & Down🔻 </h5>
<h5 class="pt-3">Up&Down🔺🔻 </h5>
<div
id="carouselExampleControls"
class="carousel slide m-1 p-1"
Expand All @@ -9,8 +9,8 @@
<div class="carousel-inner">
<div class="carousel-item active">
<img
:src="require('@/assets/images/sample.png')"
class="d-block w-100"
:src="require('@/assets/images/updown1.png')"
class="d-block w-50 mx-auto"
alt="sample image"
>
<p class="description">
Expand All @@ -19,8 +19,8 @@
</div>
<div class="carousel-item">
<img
:src="require('@/assets/images/sample.png')"
class="d-block w-100"
:src="require('@/assets/images/updown2.png')"
class="d-block w-50 mx-auto"
alt="sample image"
>
<p class="description">
Expand All @@ -29,12 +29,12 @@
</div>
<div class="carousel-item">
<img
:src="require('@/assets/images/sample.png')"
class="d-block w-100"
:src="require('@/assets/images/updown3.png')"
class="d-block w-50 mx-auto"
alt="sample image"
>
<p class="description">
3. 숫자를 맞힌다면 Win!!!<br> 이전 순서의 사람이 벌칙 당첨!!
3. 숫자를 맞힌다면 벌칙 당첨!!!
</p>
</div>
</div>
Expand Down Expand Up @@ -86,4 +86,8 @@ p, h1, h2, h3, h4, h5, h6, button {
.v-select__selection--comma {
margin: 0 !important;
}
img {
border: 1px solid white;
}
</style>
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
<template>
<div class="d-flex flex-column justify-space-around align-items-center h-100" v-if="loser">
<div class="w-100" v-if="selectedGame==1">
<p class="answers color-white"> 번호 : <span class="color-yellow">{{this.gameUpDownNumber}}</span></p>
</div>
<div class="w-100" v-if="selectedGame==2">
<div class="answerList mb-2">
<p
class="color-white other-user"
v-if="gameAnswerWords.length"
class="other-user"
>
⭐다른 유저의 정답⭐
</p>
<div class="d-flex row no-gutters answers">
<p
class="col-4 answer2"
class="col-4 answer2 color-white"
v-for="word in gameAnswerWords"
:key="word.word"
>
Expand Down Expand Up @@ -39,19 +42,18 @@
v-if="selectedGame != 4"
/>
<div v-if="selectedGame == 1">
<p> 번호 : {{this.gameUpDownNumber}}</p>
<p><span class="color-yellow">{{ loser.stream.connection.data.slice(15,-2) }}</span> 당첨!!! </p>
<p class="color-white"><span class="color-yellow">{{ loser.stream.connection.data.slice(15,-2) }}</span> 당첨!!! </p>
</div>
<div class="w-100" v-if="selectedGame == 2">
<p><span class="color-yellow">{{ loser.stream.connection.data.slice(15,-2).slice(0, 10) }}</span>님이 <u>꼴찌</u> 입니다!!!</p>
<p class="color-white"><span class="color-yellow">{{ loser.stream.connection.data.slice(15,-2).slice(0, 10) }}</span>님이 <u>꼴찌</u> 입니다!!!</p>
</div>
<div class="w-100 mt-auto d-flex row no-gutters" v-if="selectedGame == 3">
<p class="col-4"> <span class="color-gray">최다득표자 :</span> {{this.gameVoteData}} </p>
<p class="col-4"> <span class="color-gray">라이어 :</span> {{this.gameLiarData}} </p>
<p class="col-4"> <span class="color-gray">벌칙자 :</span> {{ loser.stream.connection.data.slice(15,-2).slice(0, 6) }} </p>
<p class="col-4 color-white"> <span class="color-gray">최다득표자 :</span> {{this.gameVoteData}} </p>
<p class="col-4 color-white"> <span class="color-gray">라이어 :</span> {{this.gameLiarData}} </p>
<p class="col-4 color-white"> <span class="color-gray">벌칙자 :</span> {{ loser.stream.connection.data.slice(15,-2).slice(0, 6) }} </p>
</div>
<div v-if="selectedGame == 4">
<p><span class="color-yellow">{{ loser.stream.connection.data.slice(15,-2) }}</span>님이 끝내 웃음을 참지 못했습니다.</p>
<p class="color-white"><span class="color-yellow">{{ loser.stream.connection.data.slice(15,-2) }}</span>님이 끝내 웃음을 참지 못했습니다.</p>
</div>
<div v-if="selectedGame == 5">
<div class="w-100">
Expand Down

0 comments on commit d6ed120

Please sign in to comment.