I'm looking for advice on a project idea. I want to develop a web-based game similar to popular titles like PUBG, Valorant, CS, or Krunker. I already have knowledge of HTML, CSS, and JavaScript. Should I go for this ambitious project right away, or would it be wiser to create a smaller game first—maybe something simple like Tic Tac Toe or Whack-a-Mole—with multiplayer features, before I tackle something bigger?
2 Answers
Starting with a small project is definitely a good approach. Not only will it help you grasp programming fundamentals, but you can also share it with friends to get them involved. After that, you can decide whether to add multiplayer features or dive into more complex game mechanics. Think about things like creating logic for navigating mazes or even basic AI elements. Once you tackle those aspects, moving to your big game will feel less daunting.
It’s great that you have a huge game idea, but honestly, I suggest you start small first. The gaming market is pretty saturated with similar games, so think about how your version would stand out. By starting with a simple game like Tic Tac Toe, you can learn the ropes and build your skills. Once you’re comfortable, you'll feel more motivated to take on bigger projects!
I totally agree! You can even playtest your small game with friends to get feedback, which is super valuable.