2D Game Development

2D Game Development

From Zero To Hero

by Daniele Penazzo

Browse books you can read free on Readfeed

No club is reading this yet — be the first to start one

9 readers worldwide want to read this book

Start a club free
About
*This is an ongoing project, there still are lots of placeholders!* It's really common in today's game development scene to approach game development through tools that abstract and guide our efforts, without exposing us to the nitty-gritty details of how things work on low-level and speeding up and easing our development process. This approach is great when things work well, but it can be seriously detrimental when we are facing against issues: we are tied to what the library/framework creators decided was the best (read "applicable in the widest range of problems") approach to solving a problem. Games normally run at 30fps, more modern games run at 60fps, some even more, leaving us with between 33ms to 16ms or less to process a frame, which includes: - Process the user input; - Update the player movement according to the input; - Update the state of any AI that is used in the level; - Move the NPCs according to their AI; - Identify Collisions between all game objects; - React to said Collisions; - Update the Camera (if present); - Update the HUD (if present); - Draw the scene to the screen. These are only some basic things that can be subject to change in a game, **every single frame**. When things don't go well, the game lags, slows down or even locks up. In that case we will be forced to take the matter in our hands and get dirty handling things exactly as we want them (instead of trying to solve a generic problem). When you are coding a game for any device that doesn't really have "infinite memory", like a mobile phone, consoles or older computers, this "technical low-level know-how" becomes all the more important. This book wants to open the box that contains everything related to 2D game development, plus some small tips and tricks to make your game more enjoyable. This way, if your game encounters some issues, you won't fear diving into low-level details and fix it yourself. Or why not, make everything from scratch using some pure-multimedia interfaces (like SDL or SFML) instead of fully fledged game engines (like Unity). This book aims to be a free (as in price) teaching and reference resource for anyone who wants to learn 2D game development from scratch, including the nitty-gritty details.

Discuss 2D Game Development with other readers

Join or start a book club for 2D Game Development on Readfeed. Live chat, shared reading progress, and AI discussion questions — free to get started.

Frequently asked questions

How do I join a book club for 2D Game Development?

Sign up free on Readfeed, then browse public clubs or start your own club with 2D Game Development as the current read. Invite friends with a share link and discuss together with live chat and AI discussion questions.

Can I discuss 2D Game Development with other readers online?

Yes. Readfeed book clubs let you chat live, share progress, and join discussions about 2D Game Development with readers worldwide — whether your club is virtual, in-person, or hybrid.

Is Readfeed free?

Yes. Creating an account and joining book clubs is free. Sign up to find readers who love the same books and start discussing today.