forked from CryptozombiesHQ/cryptozombie-lessons
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into feature/lesson-3-translated-pt-br
- Loading branch information
Showing
73 changed files
with
6,898 additions
and
420 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
en: | ||
ogdescription: CryptoZombies is an interactive code school that teaches you to write smart contracts in Solidity through building your own crypto-collectables game. | ||
ogtitle: CryptoZombies - Learn to code games on Ethereum. Powered by Loom Network | ||
langshort: EN #should be recognizable in local languages, like chinese would be 中文 | ||
learn_title: Learn to Code Ethereum DApps By Building Your Own Game | ||
learn_desc: CryptoZombies is an interactive code school that teaches you to write smart contracts in Solidity through building your own crypto-collectables game. | ||
get_started: Get Started, It's Free | ||
learn_more: Learn More | ||
what_title: What is CryptoZombies? | ||
what_desc1: CryptoZombies is a free, interactive code school that teaches you to build games on Ethereum. | ||
what_desc2: The course is designed for beginners to Solidity and starts off with the absolute basics. So if you've never coded with Solidity before, don't worry — we'll walk you through step by step. | ||
collect_title: Earn Crypto-Collectibles | ||
collect_desc1: Earn crypto-collectible Zombies and bonuses by completing coding lessons. | ||
collect_desc2: After completing all lessons and deploying your DApp, pit your zombie army against other players' zombies in one of the world's first blockchain-based games! Half code-school, half MMO crypto-collectible strategy game. | ||
collect_desc3: What are you waiting for? Click the button below to dive into lesson 1 and build your first DApp. It's free! | ||
start_title: Get Started Now | ||
int_title: Interactive Coding Lessons | ||
inbrowser_desc: In-browser step-by-step lessons take you from the very basics of Solidity to creating your own fully-functional blockchain-based game. Even by the end of Lesson 1 (which can be completed in one sitting), you'll know enough to officially call yourself a Solidity developer! | ||
zombie_title: Build a Zombie Army | ||
zombie_desc: In Lesson 1, you will build a Zombie Factory to build your army. Every Zombie you create will have randomly generated DNA and have his own unique appearance. Further lessons (1 released each week) will add more functionality to your game, like the ability to battle other people's zombies! | ||
who_made: Who Made CryptoZombies and Why Is It Free? | ||
who_made1: CryptoZombies was made by the team at | ||
who_made2: . We're building a platform for running large-scale applications on Ethereum sidechains. | ||
who_made3: We think blockchains are capable of a lot more than just payments, and we want to get more developers thinking outside the box and trying to build large-scale DApps. Games are one of the areas where we think blockchain will really revolutionize things. So we built CryptoZombies to help educate and inspire the next generation of blockchain game devs. | ||
find_us: Aside from CryptoZombies, we're working on some really cool projects. If you'd like to follow us, get in touch for a project, or just say hi, you can find us on | ||
and_our: and our | ||
email_us_at: ", or email us at" | ||
footer_network: Network | ||
footer_info: Information | ||
footer_contact: Contact | ||
footer_contact_jobs: Jobs | ||
footer_email: Email | ||
footer_about: About | ||
footer_desc: CryptoZombies.io is a free teaching platform to teach existing developers or complete newcomers the ins and out of programming for the Blockchain. Powered by Loom Network - a platform for building commerical scale apps on Ethereum. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
--- | ||
title: Lesson 1 Complete! | ||
actions: ['checkAnswer', 'hints'] | ||
title: レッスン1終了! | ||
actions: ['答え合わせ', 'ヒント'] | ||
material: | ||
lessonComplete: | ||
answer: 1 | ||
--- | ||
|
||
Congratulations! You have completed lesson 1, and you have created the first zombie in your army. | ||
よく頑張った!レッスン1を無事に終えた上に、ゾンビ軍団の最初のゾンビを作ったのだ。 | ||
|
||
# Next Steps | ||
# 次のステップ | ||
|
||
This is just the beginning. We will be releasing a new CryptoZombies lesson each week, to build out the game further and further and keep growing your zombie army. | ||
喜ぶのはまだ早い。毎週新しいCryptoZombiesのレッスンを実施するぞ。ゲームをどんどん進めて、ゾンビ軍団を成長させてくれ。 | ||
|
||
### 1. Sign in to save your progress | ||
### 1. サインインして進捗を保存 | ||
|
||
**_Sign in_** to save your progress by clicking the "Save Progress" link at the top of the page. We'll let you know as soon as we add a new lesson. | ||
**_サインイン_** すると画面上の”進捗の保存”リンクで進捗を保存できる。新しいレッスンの準備ができたら直ぐに呼ぶから、それまでおとなしく待つようにな。 | ||
|
||
### 2. Share your zombie with your friends | ||
### 2. ゾンビを友達とシェアする | ||
|
||
**_Share_** your zombie on Twitter, blah blah, etc. (Need to insert images / links) | ||
ツイッターでもなんでも自分のゾンビを**_シェア_** できるぞ。 (画像・リンクを挿入する必要があります。) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: ゾンビが人間を襲う | ||
header: レッスン 2までよくぞたどり着いた! | ||
roadmap: roadmap2.jpg | ||
--- | ||
|
||
おお、人間よ!お前は私が思っていたよりもコードがよくできるようだな。 | ||
|
||
このレッスン 2では、**人間に噛み付いてゾンビ軍団を倍増させる方法を教えてやるが、怖がらずにしっかり学ぶのだ**。 | ||
|
||
このレッスンで、ちょっと難し目のSolidityのコンセプトを説明していくから、レッスン 1を終了していないとさっぱりわからなくなるぞ。しっかりやっておくようにな。 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
title: レッスン 2 の概要 | ||
actions: ['答え合わせ', 'ヒント'] | ||
material: | ||
saveZombie: false | ||
zombieBattle: | ||
zombie: | ||
lesson: 1 | ||
humanBattle: true | ||
ignoreZombieCache: true | ||
answer: 1 | ||
--- | ||
|
||
レッスン 1では、名前を取得し、それを使ってランダムなゾンビを作り出し、それをブロックチェーン上のゾンビデータベースに追加するところまで教えたな。 | ||
|
||
レッスン 2では、このアプリをもっとゲームのようなものに変えるのだ:マルチプレーヤー対応にして、ゾンビの作り方もランダムではなくて、もっとも面白い方法に変えていくぞ。 | ||
|
||
新しいゾンビをどうやって作るのかだって? ゾンビに人間達を”喰わせる”のだっ! | ||
|
||
## ゾンビの感染 | ||
|
||
ゾンビが人間を噛むと、噛まれた人間にウィルスが感染するのだ。このウィルスは人間をゾンビに変えてお前の軍団に加えることができるものだ。新しいゾンビのDNAはゾンビのDNAと人間のDNAを計算した結果で生成されるのだ。 | ||
|
||
ゾンビの好物はどんな人間か、だと・・・? | ||
|
||
なかなか面白いやつだ・・・ レッスン2を無事に終えることができたらわかるだろう! | ||
|
||
# それではテストだ | ||
餌となる人間をゾンビに与える簡単なデモを右に用意してある。餌となる人間をクリックして、ゾンビに喰わせてやるとどうなるのかを見よ! | ||
|
||
新しいゾンビのDNAが元のゾンビと噛まれた人間のDNAで決定されることがわかるだろう。 | ||
|
||
次に進む準備ができたら、「次のチャプター」をクリックせよ。次のチャプターではこのアプリをマルチプレーヤーゲームにしていくぞ。 |
Oops, something went wrong.