miracle/pages/games/puroseka.vue

27 lines
800 B
Vue

<template>
<div class="page">
<h1 class="title">Game Profile: Project SEKAI COLORFUL STAGE!</h1>
<p><a href="https://pjsekai.sega.jp/">Game Website</a></p>
<h2>My Review</h2>
<blockquote>
Overall, I've gotten what I wanted to see in a mobile rhythm game. Virtual Lives are also very interesting with many possibilities that can happen. The other aspects are cherry on top, and they're also not bad too. Project SEKAI is great.
</blockquote>
<p><a href="https://blog.nanao.moe/game-reviews/project-sekai-colorful-stage/">Read more</a></p>
</div>
</template>
<script>
export default {
components: {
},
head: {
title: "Game Profile: Project SEKAI COLORFUL STAGE!",
},
}
</script>
<style>
</style>