Learn 2D Game Development with C#
eBook - PDF

Learn 2D Game Development with C#

For iOS, Android, Windows Phone, Playstation Mobile and More

  1. English
  2. PDF
  3. Available on iOS & Android
eBook - PDF

Learn 2D Game Development with C#

For iOS, Android, Windows Phone, Playstation Mobile and More

Book details
Table of contents
Citations

About This Book

2D games are hugely popular across a wide range of platforms and the ideal place to start if you're new to game development. With Learn 2D Game Development with C#, you'll learn your way around the universal building blocks of game development, and how to put them together to create a real working game.

C# is increasingly becoming the language of choice for new game developers. Productive and easier to learn than C++, C# lets you get your games working quickly and safely without worrying about tricky low-level details like memory management. This book uses MonoGame, an open source framework that's powerful, free to use and easy to handle, to further reduce low-level details, meaning you can concentrate on the most interesting and universal aspects of a game development: frame, camera, objects and particles, sprites, and the logic and simple physics that determines how they interact.

In each chapter, you'll explore one of these key elements of game development in the context of a working game, learn how to implement the example for yourself, and integrate it into your own game library. At the end of the book, you'll put everything you've learned together to build your first full working game! And what's more, MonoGame is designed for maximum cross-platform support, so once you've mastered the fundamentals in this book, you'll be ready to explore and publish games on a wide range of platforms including Windows 8, MAC OSX, Windows Phone, iOS, Android, and Playstation Mobile. Whether you're starting a new hobby or considering a career in game development, Learn 2D Game Development with C# is the ideal place to start.

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access Learn 2D Game Development with C# by Kelvin Sung,Jack Keng-Wei Chang,Rob Zhu,Jebediah Pavleas in PDF and/or ePUB format, as well as other popular books in Computer Science & Programming Games. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Apress
Year
2014
ISBN
9781430266051

Table of contents

  1. Contents at a Glance
  2. Contents
  3. About the Authors
  4. About the Technical Reviewer
  5. Acknowledgments
  6. Introduction
  7. Chapter 1: Introducing 2D Game Development in C#
  8. Chapter 2: Getting to Know the MonoGame Framework
  9. Chapter 3: 2D Graphics, Coordinates, and Game State
  10. Chapter 4: Getting Things Moving
  11. Chapter 5: Pixel-accurate collisions
  12. Chapter 6: Game object states and Semiautonomous Behaviors
  13. Chapter 7: Sprites, Camera, Action!
  14. Chapter 8: Particle Systems
  15. Chapter 9: Building Your First 2D Game
  16. Index