Lynda - Vanilla JavaScript - Mobile Game Programming [AhLaN]


Lynda - Vanilla JavaScript - Mobile Game Programming [AhLaN]
Category:
Date:
08/01/20 at 1:51am GMT+1
Submitter:
Seeders:
0
Leechers:
1
File size:
393 MB in 99 files

Torrent Status:
  This torrent has been verified.

Infohash:
49ee72f5acd269b99bf09bbd754ab3d8956550ff


File list

  • Lynda - Vanilla JavaScript - Mobile Game Programming [AhLaN]
  • icon 1 - Introduction/01 - Optimize your JavaScript with a game.mp4 4.2 MB
    icon 1 - Introduction/02 - What you need to know.mp4 1 MB
    icon 10 - Conclusion/52 - Browser and device support.mp4 2.2 MB
    icon 10 - Conclusion/53 - Deployment.mp4 2.1 MB
    icon 10 - Conclusion/54 - Review optimizations.mp4 4 MB
    icon 10 - Conclusion/55 - Next steps.mp4 4 MB
    icon 2 - 1. Game Programming/03 - Game programming basics.mp4 2.1 MB
    icon 2 - 1. Game Programming/04 - Choose an editor.mp4 3.9 MB
    icon 2 - 1. Game Programming/05 - Demo the finished product.mp4 1.3 MB
    icon 3 - 2. Your First Game/06 - Your first game.mp4 2.1 MB
    icon 3 - 2. Your First Game/07 - Create the game elements using HTML.mp4 6 MB
    icon 3 - 2. Your First Game/08 - Define the initial conditions using CSS and link the style sheet to HTML.mp4 15.9 MB
    icon 3 - 2. Your First Game/09 - Define the objects for the game using JavaScript.mp4 3.6 MB
    icon 3 - 2. Your First Game/10 - Lay out the game objects.mp4 9.5 MB
    icon 3 - 2. Your First Game/11 - Use random numbers to move the game's dot.mp4 8.2 MB
    icon 3 - 2. Your First Game/12 - Create the game loop and start it up.mp4 13.2 MB
    icon 4 - 3. Animation/13 - Animation basics.mp4 9.7 MB
    icon 4 - 3. Animation/14 - Get started with replacement animation.mp4 10.1 MB
    icon 4 - 3. Animation/15 - Create replacement animation using JavaScript.mp4 16.3 MB
    icon 4 - 3. Animation/16 - Add some math - Get started with point-to-point animation.mp4 6.6 MB
    icon 4 - 3. Animation/17 - Use a formula to animate objects.mp4 10.9 MB
    icon 4 - 3. Animation/18 - The JavaScript coordinate system.mp4 1.1 MB
    icon 4 - 3. Animation/19 - Boundary collisions and how to simulate them.mp4 7.9 MB
    icon 5 - 4. Moving On - Setting up the Rebound Game/20 - Create the game elements using HTML.mp4 5.7 MB
    icon 5 - 4. Moving On - Setting up the Rebound Game/21 - Add a stylesheet to the game.mp4 4.3 MB
    icon 5 - 4. Moving On - Setting up the Rebound Game/22 - Use CSS to style and position the game elements.mp4 9.2 MB
    icon 5 - 4. Moving On - Setting up the Rebound Game/23 - Test the game's CSS using Chrome's Developer Tools.mp4 5.4 MB
    icon 5 - 4. Moving On - Setting up the Rebound Game/24 - Create variables for the DOM objects using JavaScript.mp4 7.9 MB
    icon 5 - 4. Moving On - Setting up the Rebound Game/25 - Initialize the HTML DOM objects.mp4 3.8 MB
    icon 5 - 4. Moving On - Setting up the Rebound Game/26 - Layout the gaming area.mp4 11.7 MB
    icon 5 - 4. Moving On - Setting up the Rebound Game/27 - Listen for and handle keyboard events.mp4 14.3 MB
    icon 5 - 4. Moving On - Setting up the Rebound Game/28 - Optimize your JavaScript.mp4 8 MB
    icon 6 - 5. The Game Loop/29 - Start the game loop.mp4 3.8 MB
    icon 6 - 5. The Game Loop/30 - Introduction to requestAnimationFrame().mp4 2.5 MB
    icon 6 - 5. The Game Loop/31 - Use requestAnimationFrame().mp4 3.3 MB
    icon 6 - 5. The Game Loop/32 - Rendering - Drawing game objects on-screen.mp4 7.2 MB
    icon 6 - 5. The Game Loop/33 - Physics - Detect collisions.mp4 10.4 MB
    icon 6 - 5. The Game Loop/34 - Playability - Manage difficulty.mp4 3.6 MB
    icon 6 - 5. The Game Loop/35 - Implement end conditions.mp4 4.3 MB
    icon 7 - 6. Make It Mobile!/36 - Support touch and mouse events.mp4 2.9 MB
    icon 7 - 6. Make It Mobile!/37 - Add event listeners for mouse and touch events.mp4 7.9 MB
    icon 7 - 6. Make It Mobile!/38 - Add mouse and touch event handlers to the script.mp4 13.3 MB
    icon 7 - 6. Make It Mobile!/39 - Improving game play - Better collision detection.mp4 896.8 KB
    icon 7 - 6. Make It Mobile!/40 - Implement improved collision detection.mp4 12.1 MB
    icon 7 - 6. Make It Mobile!/41 - Testing in the Android emulator and iOS simulator.mp4 8.4 MB
    icon 8 - 7. Game Controls/42 - Give the user some control with a settings screen.mp4 11.2 MB
    icon 8 - 7. Game Controls/43 - Add the game controls DOM objects.mp4 7 MB
    icon 8 - 7. Game Controls/44 - Add event listeners and handlers for the game controls.mp4 12 MB
    icon 8 - 7. Game Controls/45 - Change the difficulty of the game.mp4 6.3 MB
    icon 8 - 7. Game Controls/46 - Start a new game.mp4 6.2 MB
    icon 9 - 8. Add Some Noise!/47 - Add the HTML elements for sound.mp4 7 MB
    icon 9 - 8. Add Some Noise!/48 - Initialize the DOM objects for sound.mp4 9.6 MB
    icon 9 - 8. Add Some Noise!/49 - Play sounds on a mobile device.mp4 8.7 MB
    icon 9 - 8. Add Some Noise!/50 - Toggle sound effects.mp4 11.8 MB
    icon 9 - 8. Add Some Noise!/51 - Toggle background music.mp4 9.3 MB
    icon AhLaN.txt 175 B
    icon Exercise Files/02_04/begin/ButtonChaser/nbproject/private/private.properties 53 B
    icon Exercise Files/02_04/begin/ButtonChaser/nbproject/project.properties 430 B
    icon Exercise Files/02_04/begin/ButtonChaser/nbproject/project.xml 327 B
    icon Exercise Files/02_04/begin/ButtonChaser/public_html/buttonChaser.css 863 B
    icon Exercise Files/02_04/begin/ButtonChaser/public_html/index.html 650 B
    icon Exercise Files/02_04/begin/ButtonChaser/_DS_Store 6 KB
    icon Exercise Files/02_04/begin/ButtonChaser/_DS_Store(1) 6 KB
    icon Exercise Files/02_04/begin/_DS_Store 6 KB
    icon Exercise Files/02_04/end/ButtonChaser/nbproject/private/private.properties 53 B
    icon Exercise Files/02_04/end/ButtonChaser/nbproject/project.properties 430 B
    icon Exercise Files/02_04/end/ButtonChaser/nbproject/project.xml 327 B
    icon Exercise Files/02_04/end/ButtonChaser/public_html/buttonChaser.css 863 B
    icon Exercise Files/02_04/end/ButtonChaser/public_html/buttonChaser.js 307 B
    icon Exercise Files/02_04/end/ButtonChaser/public_html/index.html 650 B
    icon Exercise Files/02_04/end/ButtonChaser/_DS_Store 6 KB
    icon Exercise Files/02_04/end/ButtonChaser/_DS_Store(1) 6 KB
    icon Exercise Files/02_04/end/_DS_Store 6 KB
    icon Exercise Files/02_04/_DS_Store 6 KB
    icon Exercise Files/02_05/begin/ButtonChaser/nbproject/private/private.properties 53 B
    icon Exercise Files/02_05/begin/ButtonChaser/nbproject/project.properties 430 B
    icon Exercise Files/02_05/begin/ButtonChaser/nbproject/project.xml 327 B
    icon Exercise Files/02_05/begin/ButtonChaser/public_html/buttonChaser.css 863 B
    icon Exercise Files/02_05/begin/ButtonChaser/public_html/buttonChaser.js 307 B
    icon Exercise Files/02_05/begin/ButtonChaser/public_html/index.html 650 B
    icon Exercise Files/02_05/begin/ButtonChaser/public_html/_DS_Store 6 KB
    icon Exercise Files/02_05/begin/ButtonChaser/_DS_Store 6 KB
    icon Exercise Files/02_05/begin/ButtonChaser/_DS_Store(1) 6 KB
    icon Exercise Files/02_05/begin/_DS_Store 6 KB
    icon Exercise Files/02_05/begin/_DS_Store(1) 6 KB
    icon Exercise Files/02_05/end/ButtonChaser/nbproject/private/private.properties 53 B
    icon Exercise Files/02_05/end/ButtonChaser/nbproject/project.properties 430 B
    icon Exercise Files/02_05/end/ButtonChaser/nbproject/project.xml 327 B
    icon Exercise Files/02_05/end/ButtonChaser/public_html/buttonChaser.css 863 B
    icon Exercise Files/02_05/end/ButtonChaser/public_html/buttonChaser.js 771 B
    icon Exercise Files/02_05/end/ButtonChaser/public_html/index.html 650 B
    icon Exercise Files/02_05/end/ButtonChaser/public_html/_DS_Store 6 KB
    icon Exercise Files/02_05/end/ButtonChaser/_DS_Store 6 KB
    icon Exercise Files/02_05/end/ButtonChaser/_DS_Store(1) 6 KB
    icon Exercise Files/02_05/end/_DS_Store 6 KB
    icon Exercise Files/02_05/end/_DS_Store(1) 6 KB
    icon Exercise Files/02_05/_DS_Store 6 KB
    icon Exercise Files/02_05/_DS_Store(1) 6 KB
    icon Seed Me!!.png 42 KB

Similar Torrents

Category
Name
Size
Date
 The Hunger Games The Ballad Of Songbirds Snakes (2023) [1080p] [WEBRip] [5.1] [YTS] 2.9 GB12/19/232928302
 Dragonrise Games YoloMouse 1.7.1 (x64) + Crack 90 MB06/21/2329041934
 The Hunger Games The Ballad of Songbirds and Snakes 2023 1080p AMZN WEBRip 1600MB DD 5. ... 1.6 GB12/19/231678505
 The Hunger Games The Ballad Of Songbirds Snakes (2023) [720p] [WEBRip] [YTS] 1.4 GB12/19/231294117
 The Hunger Games The Ballad of Songbirds Snakes 2023 D WEBRip 1.46GB MegaPeer 1.5 GB12/09/23100730
 The Hunger Games The Ballad of Songbirds and Snakes 2023 2160p WEB-DL DDP5.1 Atmos DV H ... 27.2 GB12/19/23543245
 The Hunger Games The Ballad Of Songbirds Snakes (2023) [1080p] [WEBRip] [YTS] 2.5 GB12/09/23517345
 [SubsPlease] Mobile Suit Gundam - The Witch from Mercury - 13 (1080p) [F8A06ABD] 1.4 GB04/09/234876
 The Hunger Games The Ballad Of Songbirds Snakes (2023) [1080p] [WEBRip] [x265] [10bit] ... 3.3 GB12/20/2348538
 [SubsPlease] Mobile Suit Gundam - The Witch from Mercury - 14 (1080p) [D727E921] 1.4 GB04/16/234643
 Deaths Game S01 720p 11.3 GB01/27/24460107
 [SubsPlease] Mobile Suit Gundam - The Witch from Mercury - 16 (1080p) [96F5F985] 1.4 GB04/30/234564
 [SubsPlease] Mobile Suit Gundam - The Witch from Mercury - 15 (1080p) [3AB16150] 1.4 GB04/23/234526
 [SubsPlease] Mobile Suit Gundam - The Witch from Mercury - 21 (1080p) [E72C94F7] 1.4 GB06/11/234424
 [SubsPlease] Mobile Suit Gundam - The Witch from Mercury - 20 (1080p) [80BCB8DD] 1.4 GB06/04/234413