This looks pretty fun, and seems to have a lot of potential. You should definitely add the ability to change your In-Game Name so that your friends know who you are better. Also, have you looked into making a self-contained Java application? It includes the JRE in the game, so you don't have to download it. I think it is cool how you made it multiplayer in only 12 hours, I still struggle with the concept. Did you use any APIs? Also, do you have to Port Forward the server? If not, how did you do it programmatically? Good job with this game. Have you done this before?
elias
2016-08-31 10:26
Im looking foward adding names and self-contained stuff. The Multiplayer has been made using ONLY Udp sockets programming. The game itself its only Java. I did not use any external libraries. I have no online server yet, thats why i included it in the download. However, im planning to port forward and maintain a server. I have worked one more time before with udp when i was programming a 3D game in java with lwjgl. If you're interested, you can send be a message or an email for the source code (Btw, the code is kinda messy). Unfortunately i can't host source code quite yet, however you can contact me for it at eliasbita85@gmail.com or send me another comment as i said before.