+ 8
Can anyone sugest a game in any language that I can make?
Please, only suggest an easy game to make because I am not very good at making games. I probably need help. Don't know now. When I need help I will ask. Also please suggest tips if you have any.
11 Respostas
+ 2
You can even start with a Tic Tac Toe, for example. It should be even easier than Snake or Breakout. But this one is a competitive game. Use java.net for networking in Java.
There are many guides and tutorials in YouTube about how to make a game. Check it out.
+ 6
Try out GDX Game programming with Java.
+ 5
How is it like?
+ 5
ŧåŀēņţłĕşš_ģųŷ I probably might do ping pong or Tic tac toe.
+ 2
I've heard that snake is a good game to start
+ 2
The first game with a GUI (graphical user interface) I have made was Breakout in Java. You need to know the basics of Java and some libraries that provide tools for GUI such as swing or javafx.
+ 1
try to make simple tic tac toe game