I'm really excited about eventually making games, but I'm currently stuck when it comes to brainstorming project ideas. I'm looking for tips on how to draw inspiration for my projects and what small steps I should take to get started. Any advice?
1 Answer
Video games are a perfect way to scale your learning. Start with something simple like Pac-Man or Snake; the code can fit on a single page! Plus, you can always add features like a save game option using SQLite, or make it multiplayer over LAN if you're into networking.

Got it! How do you recommend getting started? Should I look up guides for making a small game like Pac-Man or just dive in and figure it out as I go?