01219245/javascript1/tutorial3

จาก Theory Wiki
รุ่นแก้ไขเมื่อ 16:49, 26 มกราคม 2557 โดย Jittat (คุย | มีส่วนร่วม) (หน้าที่ถูกสร้างด้วย 'In this tutorial we will learn about objects in JavaScript. We will also develop a [https://en.wikipedia.org/wiki/Nim Nim game]. Ther...')
(ต่าง) ←รุ่นแก้ไขก่อนหน้า | รุ่นแก้ไขล่าสุด (ต่าง) | รุ่นแก้ไขถัดไป→ (ต่าง)
ไปยังการนำทาง ไปยังการค้นหา

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 rocks. There are two players: you and the computer. Each player takes turn to take out the rocks. The player can choose between 1 - 3 rocks. The player that picks the last rock wins.

You can try it at [1]. (They use sticks instead of rocks.)