کتاب آموزش C# در آمازون یکی از بهترین کتاب های این زبان برنامه نویسی است که با جدید ترین متد آموزشی تدوین شده است. این کتاب یکی از کتاب های پرفروش آمازون بوده است.
ویژگی های کلیدی
اصول برنامه نویسی C # ، اصطلاحات و بهترین شیوه های برنامه نویسی را بشناسید با ساخت یک بازی سرگرم کننده و قابل اجرا ، دانش خود را در مورد مفاهیم C # عملی کنید. با هدایت روشنی برای بالا بردن مهارت های برنامه نویسی C # و بازی Unity ، به مرحله بعدی بروید
توضیحات کتاب
در طول سال ها ، C # یادگیری C با توسعه بازی ها با سری Unity خود را به عنوان یک گزینه محبوب برای سرعت بخشیدن به C # ، یک زبان برنامه نویسی قدرتمند و همه کاره که می تواند در طیف گسترده ای از مناطق برنامه استفاده شود ، تثبیت کرده است. این کتاب مسیر روشنی را برای یادگیری برنامه نویسی C # از زمین و بدون اصطلاحات پیچیده یا منطق برنامه ریزی نامشخص ارائه می دهد ، همه در حالی که یک بازی ساده با Unity می سازید.
این نسخه پنجم به روز شده است تا ویژگی های مدرن C # را با آخرین نسخه موتور بازی Unity معرفی کند و فصل جدیدی در مورد مجموعه های متوسط ارائه شده است. شروع با اصول برنامه نویسی نرم افزار و زبان C # ، شما مفاهیم اصلی برنامه نویسی را در C # شامل متغیرها ، کلاس ها و برنامه نویسی شی گرا خواهید آموخت.
هنگامی که به برنامه نویسی C # رسیدید ، وارد دنیای بازی سازی Unity خواهید شد و کشف خواهید کرد که چگونه می توانید اسکریپت های C # را برای مکانیک های بازی ساده ایجاد کنید. در طول کتاب ، شما تجربه عملی با بهترین برنامه نویسی را کسب خواهید کرد تا به شما کمک کند مهارت های Unity و C # خود را به سطح بالاتری برسانید.
در پایان این کتاب ، شما می توانید از زبان C # برای ساخت پروژه های توسعه بازی Unity در دنیای واقعی خود استفاده کنید.
آنچه یاد خواهید گرفت
برای یادگیری اصول برنامه نویسی C # مراحل و مثالهایی را که به راحتی دنبال می شوند کشف کنید
با ایجاد و اجرای اسکریپت ها در Unity کنار بیایید
مکانیک های بازی اصلی مانند کنترل کننده های پخش کننده و گلوله های شلیک با استفاده از C # ایجاد کنید
مفاهیم رابط ها و کلاس های انتزاعی را درک کنید
برای حل مشکلات پیچیده برنامه نویسی ، از آخرین ویژگی های C # استفاده کنید
با پشته ها ، صف ها ، موارد استثنا ، مدیریت خطا و سایر مفاهیم اصلی C # آشنا شوید
اصول هوش مصنوعی (AI) برای بازی ها را کاوش کنید و آنها را برای کنترل رفتار دشمن پیاده سازی کنید
کتاب آموزش C# در آمازون برای چه کسانی است
اگر شما یک توسعه دهنده ، برنامه نویس ، علاقه مند یا کسی هستید که می خواهد با روشی سرگرم کننده و جذاب برنامه نویسی C # را شروع کند ، این کتاب برای شما مناسب است. تجربه قبلی در برنامه نویسی یا Unity لازم نیست.
فهرست مطالب
آشنایی با محیط زیست
بلوک های برنامه نویسی
شیرجه رفتن به متغیرها ، انواع و روش ها
انواع جریان و مجموعه را کنترل کنید
کار با کلاس ها ، آموزش ها و OOP
دست های خود را با وحدت کثیف کنید
حرکت ، کنترل دوربین و برخورد
برنامه نویسی مکانیک بازی
هوش مصنوعی اساسی و رفتار دشمن
بازبینی انواع ، روش ها و کلاس ها
معرفی Stacks ، Queues و HashSets
کاوش ژنریک ، نمایندگان و فراتر از آن
سفر ادامه دارد
Get to grips with coding in C# and build simple 3D games with Unity from the ground up with this updated fifth edition of the bestselling guide
Key Features
- Understand C# programming basics, terminology, and coding best practices
- Put your knowledge of C# concepts into practice by building a fun and playable game
- Come away with a clear direction for taking your C# programming and Unity game development skills to the next level
Book Description
Over the years, the Learning C# by Developing Games with Unity series has established itself as a popular choice for getting up to speed with C#, a powerful and versatile programming language that can be applied in a wide array of application areas. This book presents a clear path for learning C# programming from the ground up without complex jargon or unclear programming logic, all while building a simple game with Unity.
This fifth edition has been updated to introduce modern C# features with the latest version of the Unity game engine, and a new chapter has been added on intermediate collection types. Starting with the basics of software programming and the C# language, you’ll learn the core concepts of programming in C#, including variables, classes, and object-oriented programming. Once you’ve got to grips with C# programming, you’ll enter the world of Unity game development and discover how you can create C# scripts for simple game mechanics. Throughout the book, you’ll gain hands-on experience with programming best practices to help you take your Unity and C# skills to the next level.
By the end of this book, you’ll be able to leverage the C# language to build your own real-world Unity game development projects.
What you will learn
- Discover easy-to-follow steps and examples for learning C# programming fundamentals
- Get to grips with creating and implementing scripts in Unity
- Create basic game mechanics such as player controllers and shooting projectiles using C#
- Understand the concepts of interfaces and abstract classes
- Leverage the power of the latest C# features to solve complex programming problems
- Become familiar with stacks, queues, exceptions, error handling, and other core C# concepts
- Explore the basics of artificial intelligence (AI) for games and implement them to control enemy behavior
Who this book is for
If you’re a developer, programmer, hobbyist, or anyone who wants to get started with C# programming in a fun and engaging manner, this book is for you. Prior experience in programming or Unity is not required.
Table of Contents
- Getting to Know Your Environment
- The Building Blocks of Programming
- Diving into Variables,Types, and Methods
- Control Flow and Collection Types
- Working with Classes, Structs, and OOP
- Getting Your Hands Dirty with Unity
- Movement, Camera Controls, and Collisions
- Scripting Game Mechanics
- Basic AI and Enemy Behavior
- Revisiting Types, Methods, and Classes
- Introducing Stacks, Queues and HashSets
- Exploring Generics, Delegates, and Beyond
- The Journey Continues
نقد و بررسیها
هنوز بررسیای ثبت نشده است.