0
HOW CAN I CODE FASHION STYLIST USING JAVA?
Most of you are familiar with this game through it's for girl. I tried coding it for about three and a half hours but nothing positive came out of it. It either I make an error or there's no output and even the one I tried coding, it gave a positive result but it wasn't what I was expecting.
2 ответов
+ 2
use a paper and a pen or pencil.
write down what you need.
figure it out.
find a relationship or pattern.
next: try to find a logic and write it down in pseudo code.
before coding: plan. it will take a time, but there is a less choice to code more hours for nothing.
when you will be much better coder, you need planning less for simpler tasks....
I hope this helps
0
creating a game like that entirely from scratch using only Java will be extremely hard.
use a game engine like Unity or Godot. Learn 3d modelling for creating your assets.
perhaps start with a simpler 2d version.
here is a github project I found:
https://github.com/hazieon/dressupgame
you can try searching github for similar projects and fork your own. at least you won't have to start from scratch ..