ผลต่างระหว่างรุ่นของ "Programming fun"

จาก Theory Wiki
ไปยังการนำทาง ไปยังการค้นหา
 
(ไม่แสดง 8 รุ่นระหว่างกลางโดยผู้ใช้ 4 คน)
แถว 1: แถว 1:
 
หน้านี้รวบรวมกิจกรรมเขียนโปรแกรมที่ (อาจจะ) สนุกได้
 
หน้านี้รวบรวมกิจกรรมเขียนโปรแกรมที่ (อาจจะ) สนุกได้
  
== d3 ==
+
== เครื่องมือพัฒนาโปรแกรมแบบต่าง ๆ ==
 +
 
 +
=== d3 ===
  
 
d3 - data-driven document เป็นไลบรารี JavaScript สำหรับเขียนโปรแกรมแบบ interactive
 
d3 - data-driven document เป็นไลบรารี JavaScript สำหรับเขียนโปรแกรมแบบ interactive
  
ลิงก็: [http://d3js.org/ http://d3js.org/]
+
ลิงก์: [http://d3js.org/ http://d3js.org/]
 +
 
 +
=== processing ===
  
== processing ==
+
โปรแกรมกับภาพและเสียง
  
 
ลิงก์: [http://processing.org/ http://processing.org/]
 
ลิงก์: [http://processing.org/ http://processing.org/]
  
== Scratch ==
+
=== Scratch ===
 +
 
 +
เขียนโปรแกรมเชิง interactive ด้วยการต่อจิ๊กซอร์
  
 
ลิงก์: [http://scratch.mit.edu/ http://scratch.mit.edu/]
 
ลิงก์: [http://scratch.mit.edu/ http://scratch.mit.edu/]
  
== Andriod App Inventor ==
+
=== Andriod App Inventor ===
 +
 
 +
พัฒนาโปรแกรมบนแอนดรอยด์
 +
 
 +
ลิงก์: [http://www.appinventor.org/ http://www.appinventor.org/]
 +
 
 +
=== Kivy ===
 +
 
 +
เขียนเกมและโปรแกรม interactive ด้วย Python
  
== Kivy ==
+
ลิงก์: [http://kivy.org/ kivy.org/]
  
ลิงก์: [kivy.org/ kivy.org/]
 
 
เอกสาร: [[01204223/kivy]]
 
เอกสาร: [[01204223/kivy]]
  
== Cocos2d-x JS (html5) ==
+
=== Cocos2d-x JS (html5) ===
  
 
เขียนเกมด้วย JavaScript
 
เขียนเกมด้วย JavaScript
  
* Getting Started with JavaScript
+
ดูเอกสารที่นี่ [[01219245#Labs]]
** [[01219245/javascript1/tutorial1|Tutorial 1: Number guessing game]]
+
 
** [[01219245/javascript1/tutorial2|Tutorial 2: Event-driven programming]]
+
== ภาษาใหม่ ๆ ==
** [[01219245/javascript1/tutorial3|Tutorial 3: 21 Game]]
+
 
** [[01219245/javascript1/tutorial4|Tutorial 4: Hangman]]
+
* [https://golang.org/ The Go Programming Language]
* Cocos2d-x
+
* [http://www.rust-lang.org/ Rust]
** ''Notes:'' If you want to work with cocos2d-x, you'll need to use firefox if you want to run your game from URL <tt>file://</tt>. If you want to use Chrome, follow these [[01219245/cocos2d chrome setup|instructions]].  Don't forget to disable JavaScript cache.
+
* [http://clojure.org/ Clojure]
** [[01219245/cocos2d/Sprites|Tutorial 100: Sprites]]
+
* [https://www.dartlang.org/ Dart]
** (optional) [[01219245/cocos2d/Gozilla Shoot Game|Tutorial 100.5: Gozilla Shoot Game]]  
+
 
*** No tutorial text right now, but you can study it from the commit logs and changes from its Git repo at [https://bitbucket.org/jittat/cocos-cannon bitbucket.org].
+
== กิจกรรมน่าเล่น ==
** [[01219245/cocos2d/Sprites2|Tutorial 101: Sprites 2 - Flappy Dot]]
+
 
** [[01219245/cocos2d/Actions|Small Tutorial 102: Actions, spritesheets, sound effects]]
+
=== Regex Golf ===
** [[01219245/cocos2d/Maze|Tutorial 103: PacMan]]
+
 
** [[01219245/cocos2d/Platform1|Guide 200: Platform game without physics engine]]
+
ใครชอบ regex ลองเล่นอันนี้ดู http://regex.alf.nu
 +
 
 +
=== Manufactoria ===
 +
 
 +
สาวก Turing Machine เชิญ http://www.kongregate.com/games/PleasingFungus/manufactoria

รุ่นแก้ไขปัจจุบันเมื่อ 02:17, 29 เมษายน 2558

หน้านี้รวบรวมกิจกรรมเขียนโปรแกรมที่ (อาจจะ) สนุกได้

เครื่องมือพัฒนาโปรแกรมแบบต่าง ๆ

d3

d3 - data-driven document เป็นไลบรารี JavaScript สำหรับเขียนโปรแกรมแบบ interactive

ลิงก์: http://d3js.org/

processing

โปรแกรมกับภาพและเสียง

ลิงก์: http://processing.org/

Scratch

เขียนโปรแกรมเชิง interactive ด้วยการต่อจิ๊กซอร์

ลิงก์: http://scratch.mit.edu/

Andriod App Inventor

พัฒนาโปรแกรมบนแอนดรอยด์

ลิงก์: http://www.appinventor.org/

Kivy

เขียนเกมและโปรแกรม interactive ด้วย Python

ลิงก์: kivy.org/

เอกสาร: 01204223/kivy

Cocos2d-x JS (html5)

เขียนเกมด้วย JavaScript

ดูเอกสารที่นี่ 01219245#Labs

ภาษาใหม่ ๆ

กิจกรรมน่าเล่น

Regex Golf

ใครชอบ regex ลองเล่นอันนี้ดู http://regex.alf.nu

Manufactoria

สาวก Turing Machine เชิญ http://www.kongregate.com/games/PleasingFungus/manufactoria