IT_susu

[번역] Tutorial : Before We Start the tutorial 2 본문

[ javascript ]/react

[번역] Tutorial : Before We Start the tutorial 2

고베베 2019. 4. 12. 14:51

What Are We Building?

무엇을 만들까?

 

In this tutorial, we’ll show how to build an interactive tic-tac-toe game with React.

이 튜토리얼에서 우리는 리액트로 상호작용하는 tic-tac-toe 게임을 어떻게 만드는지 볼 것이다.

 

You can see what we’ll be building here: Final Result. If the code doesn’t make sense to you, or if you are unfamiliar with the code’s syntax, don’t worry! The goal of this tutorial is to help you understand React and its syntax.

너는 우리가 여기서 만들 최종 결과물(final Result)을 볼 수 있다. 만약 코드가 이해되지 않거나 코드 문법에 친숙하지 않다면 걱정하지 마시라! 이 튜토리얼의 목표는 너가 리액트와 문법을 이해하도록 돕는 것이니까.

 

We recommend that you check out the tic-tac-toe game before continuing with the tutorial. One of the features that you’ll notice is that there is a numbered list to the right of the game’s board. This list gives you a history of all of the moves that have occurred in the game, and is updated as the game progresses.

우리는 너가 틱택토 게임을 확인한 후에 튜토리얼을 계속하길 추천한다. 눈에 띄는 특징 중 하나는 게임 판 오른쪽에 있는 번호가 매겨진 리스트들이다. 이 리스트들은 게임에서 발생한 모든 움직임의 기록을 제공하며 게임 진행에 따라 업데이트됩니다.

 

You can close the tic-tac-toe game once you’re familiar with it. We’ll be starting from a simpler template in this tutorial. Our next step is to set you up so that you can start building the game.

이 게임에 친숙해졌다면 틱택토 게임을 닫자. 우리는 이 튜토리얼에서 더 단순한 템플릿으로 시작할 것이다. 다음 단계는 너가 게임 제작을 시작할 수 있도록 환경 구축 하는 것이다.

Comments