Hi everyone i learn Java less an year and now i want to make 2d rpg game can you give me some tutorials , notes or examples
Thanks
Tutorial #1: start with Space Invaders or Pacman.
Cas 
And #2: after Pac Man do something a little more complicated, but don’t you DARE reuse the code from Pac Man, because it’s probably a real mess, being your first attempt and all.
That’s good general advice, too - after you prototype a game, discard the prototype and write the real game fresh, armed with the memories of why the code in your prototype sucked so hard.
As far as specific tutorials, I’ll leave that to someone else, I actually can’t think of any that really stand out, apart from library specific ones.
First multiplayer game, if that’s of interest: Tic-Tac-Toe 
yea i want to make something multiplayer but for the begin i`ll make easy things