ผลต่างระหว่างรุ่นของ "01219245/javascript1/tutorial3"

จาก Theory Wiki
ไปยังการนำทาง ไปยังการค้นหา
แถว 5: แถว 5:
 
: You can try it at [http://hwwmath.looiwenli.com/21].   
 
: You can try it at [http://hwwmath.looiwenli.com/21].   
  
== Quick Introduction to Objects in JavaScript ==
+
== Quick introduction to objects in JavaScript ==
  
 
== 21 Game ==
 
== 21 Game ==

รุ่นแก้ไขเมื่อ 01:28, 27 มกราคม 2557

In this tutorial we will learn about objects in JavaScript. We will also develop a Nim game. There are many versions of the game, we will try the version that is usually called the 21 game.

In this game, there are 21 sticks. There are two players: you and the computer. Each player takes turn to take out the sticks. The player can choose between 1 - 3 sticks. The player that picks the last sticks wins.

You can try it at [1].

Quick introduction to objects in JavaScript

21 Game

Picking sticks

Using objects to encapsulate behavior

Transcript

Computer player