وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

Jumpstart to 2D Game Development: Godot 4 for Beginners

سرفصل های دوره

Master the Godot 4 Engine, Build Engaging 2D Games, and Ignite Your Game Development Journey!


01. Introduction
  • 1. Introduction
  • 2. GoDot is constantly being updated - what happens here

  • 02. Introduction To GoDot
  • 1.1 Links.txt
  • 1. Introduction, IMPORTANT Setup and test of Godot
  • 2.1 Code 02.txt
  • 2. Scenes
  • 3. Inheritance
  • 4. Multiple Scenes
  • 5. Creating A Script
  • 6.1 Code 06.txt
  • 6. Variables
  • 7.1 Code 07.txt
  • 7. Operators
  • 8.1 Code 08.txt
  • 8. Arrays and Loops
  • 9.1 Code 09.txt
  • 9. Dictionaries
  • 10.1 Code 10.txt
  • 10. Functions
  • 11.1 Code 11.txt
  • 11. Classes
  • 12. Scripting a scene
  • 13. Setters and Getters
  • 14. Aspect Ratios

  • 03. Pre-flight
  • 1.1 AssetLinks.txt
  • 1. The assets we will use
  • 2. I have a retina display and the games are very small!
  • 3. A short message and good luck )

  • 04. Game 1 Tappy Plane
  • 1. Introduction
  • 2.1 Tappy Slides.pdf
  • 2.2 Tappy.zip
  • 2. Project Setup
  • 3. Game Scene
  • 4. Physics Nodes
  • 5. Plane Scene
  • 6. Resources
  • 7. Plane Movement
  • 8. Animation Player
  • 9. Ground Collision
  • 10. Pipes Scene
  • 11. The RESET Animation
  • 12. Pipe Removal
  • 13. Pipe Spawn
  • 14. Singletons
  • 15. Main Scene
  • 16. Navigation
  • 17. Game Over Scene
  • 18. Signal Hub
  • 19. Pipe Collision
  • 20. Laser Collision
  • 21. Main Menu
  • 22. Hud
  • 23. Parallax
  • 24. Parallax Scene
  • 25.1 Tappy.zip
  • 25. Layers and Masks Explained

  • 05. Game 2 Angry Animals!
  • 1. Introduction
  • 2.1 AngryAnimals.zip
  • 2.2 Animals Slides.pdf
  • 2. Project Setup
  • 3. Rigidbody2D
  • 4. Debug Label
  • 5. Animal Regeneration
  • 6. Input Detection
  • 7. Animal Logic
  • 8.1 Code 07.txt
  • 8. Animal Grab
  • 9. Animal Drag
  • 10. Stretch Sound
  • 11. Animal Launch
  • 12. Collision Detection
  • 13. Cup Detection
  • 14. Cup Vanish
  • 15. Water
  • 16. Main Scene
  • 17. Level Button
  • 18. Navigation
  • 19. Score Manager
  • 20. Score Update
  • 21. Game UI
  • 22. The Arrow
  • 23.1 AngryAnimals.zip
  • 23. Launch Area

  • 06. Game 3 Memory Madness
  • 1. Introduction
  • 2.1 Memory Slides.pdf
  • 2.2 Memory.zip
  • 2. Project Setup
  • 3. Image Loading
  • 4. Main Screen
  • 5. Front Sprite
  • 6. Tweens!
  • 7. Level Button
  • 8.1 Code 07.txt
  • 8. Sound Manager
  • 9. Game Screen
  • 10. Navigation
  • 11. Level Setup
  • 12. Level Selection
  • 13. Level Creation
  • 14. Selecting a tile
  • 15. Scorer Node
  • 16. Tile Selections
  • 17.1 Code 16.txt
  • 17. Game Logic
  • 18. UI Updates
  • 19. Game Over Scene
  • 20.1 MemoryMadness.zip
  • 20. Final Logic

  • 07. Game 4 Fox Antics!
  • 1. Introduction
  • 2.1 Foxy Slides.pdf
  • 2.2 FoxyAntics.zip
  • 2. Project Setup
  • 3. Game Overview
  • 4. Tile Maps
  • 5. Player Camera
  • 6. Player Scene
  • 7. Platform Collisions
  • 8. player Movement
  • 9. Player State
  • 10.1 Code 09.txt
  • 10. Player Sound
  • 11. Singletons
  • 12. Base Enemy
  • 13. Snail
  • 14. Snail Movement
  • 15. Frog
  • 16. Frog movement
  • 17. Eagle
  • 18. Eagle movement
  • 19. Layers
  • 20. Hitbox
  • 21. Bullet Scene
  • 22. Object Maker
  • 23. Shooter Scene
  • 24. Enemy Shooting
  • 25. Collision Setuo
  • 26. Enemy Explosion
  • 27. Fruit Pickup Scene
  • 28. Fruit movement
  • 29. Pickup Collection
  • 30. Player Invincible
  • 31. Hurt State
  • 32. Boss Scene
  • 33. State Machine
  • 34. Boss Behaviour
  • 35. Checkpoint Scene
  • 36. Checkpoint Logic
  • 37. One Way platform
  • 38. Moving Platform
  • 39. Spinning Spikes
  • 40. Floor Spikes
  • 41. Parallax Background
  • 42.1 Code 41.txt
  • 42. Parallax Scene
  • 43. Shake Camera
  • 44. Camera Limits
  • 45. Game HUD
  • 46. Main Scene
  • 47. Mulitple Levels
  • 48. Navigation
  • 49. Level Advance
  • 50. Level Complete
  • 51. Game Over
  • 52. Hearts
  • 53. Falling Off
  • 54. Score Manager
  • 55. UI Updates
  • 56. Tree Pause
  • 57. Level Inspiration
  • 58.1 FoxyAntics.zip
  • 58. Final Game
  • 59. Bug Fix Can hit boss before trigger!
  • 60. Bug Fix Staying still when invincible!

  • 08. Game 5 Sokoban
  • 1. Introduction
  • 2.1 Sokoban Slides.pdf
  • 2.2 Sokoban.zip
  • 2. Project Setup
  • 3. Project Outline
  • 4. Tilemap Layers
  • 5. Player Scene
  • 6.1 level data.zip
  • 6. Level Data
  • 7. Loading Level Data
  • 8.1 Code 07.txt
  • 8. Level Setup Part 1
  • 9. Level Setup Part 2
  • 10. Player Position
  • 11. Camera position
  • 12. Player Movement
  • 13. Player Movement 2
  • 14. Player Movement 3
  • 15. Game Over
  • 16. Level Button
  • 17. Main Screen
  • 18. Loading Level Buttons
  • 19. Navigation
  • 20. Game HUD
  • 21. Game Over UI
  • 22. Score Sync
  • 23.1 Sokoban.zip
  • 23. UI Updates

  • 09. Game 6 Space Ace
  • 1. Introduction
  • 2.1 Space Ace Slides.pdf
  • 2.2 SpaceAce.zip
  • 2. Outline
  • 3. Main Scene
  • 4. Background
  • 5. Player Scene
  • 6.1 05 data.txt
  • 6.2 05 Sound.txt
  • 6. Singletons
  • 7.1 06 maker.txt
  • 7. Explosion Scene
  • 8. Boom Scene
  • 9. Enemy Scene
  • 10. Wave Manager
  • 11. Bullet Scene
  • 12. Collisions
  • 13. Explosion Position
  • 14.1 13 Code.txt
  • 14. Enemy Shoots
  • 15. PowerUp Scene
  • 16. Health Bar Scene
  • 17. Enemy Explosion
  • 18. Homing Missile
  • 19. Missile Logic
  • 20. Missile Implementation
  • 21. Saucer
  • 22. Saucer Logic
  • 23. Shoot missile
  • 24. Shield
  • 25. Shield Logic
  • 26. Saucer Health
  • 27. Player Hit
  • 28. Game UI
  • 29. Scoring
  • 30. Shake Camera
  • 31. Tree Root Current Scene
  • 32. Health Power Up
  • 33. Game Over
  • 34. Sounds
  • 35.1 34 Code.txt
  • 35. Wave Upgrades
  • 36.1 SpaceAce.zip
  • 36. Custom Resources

  • 10. Game 7 Do not Mind Me
  • 1. Introduction
  • 2.1 assets.zip
  • 2.2 DoNotMindMeSlides.pdf
  • 2. Game Intro
  • 3. Level map
  • 4. Terrains Autotile
  • 5. Floors
  • 6. Tile Navigation
  • 7. Navigation Regions
  • 8. Patrol Path
  • 9. player Detection
  • 10. FOV calculation
  • 11. FOV implementation
  • 12. Player Movement
  • 13. Seeing the player
  • 14. Enemy States
  • 15.1 Code 14.txt
  • 15. NPC Visuals
  • 16. Firing Bullets
  • 17.1 Code 16.txt
  • 17. Explosions
  • 18. Pickups
  • 19. Pickup Count
  • 20. Exit Scene
  • 21. Main Scene
  • 22. Game Time
  • 23. Player Death
  • 24. Multiple Navigation Regions
  • 25.1 DoNotMindMe.zip
  • 25. Final Map

  • 11. Deployment
  • 1. Introduction
  • 2.1 Links.txt
  • 2.2 Server.txt
  • 2. Tappy
  • 3. Memory Madness - Fail
  • 4. The problem
  • 5. Using Editor Tool
  • 6. Resource Creation
  • 7. Working application
  • 139,000 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    افزودن به سبد خرید
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    مدرس:
    شناسه: 35055
    حجم: 11161 مگابایت
    مدت زمان: 1489 دقیقه
    تاریخ انتشار: ۱۱ اردیبهشت ۱۴۰۳
    دسته بندی محصول
    دیگر آموزش های این مدرس
    طراحی سایت و خدمات سئو

    139,000 تومان
    افزودن به سبد خرید