-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCh1.js
More file actions
25 lines (23 loc) · 990 Bytes
/
Ch1.js
File metadata and controls
25 lines (23 loc) · 990 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Building JavaScript Games
Arjan Egges
Cross-platform game programming emphasizing mobile platforms and touch-based interfaces for Phones, Tablets, and Desktop
Introduction .................................................................................................................... xxvii
■ Part I: Getting Started ................................................................................... 1
■ Chapter 1: Programming ...................................................................................................3
Computers and Programs
Processor and Memory
Programs
The Early Days: Imperative Programming
Procedural Programming: Imperative + Procedures
Object-Oriented Programming: Procedural + Objects
Web Applications
Programming Games
Developing Games
Small Scale: Edit-Interpret-Run
Large Scale: Design-Specify-Implement
Building Your First Web Application
The HTML5 Canvas
JavaScript in a Separate File
What You Have Learned
Chapter 2
Game Programming Basics