+ 3
Creating a game
Currently i am using eclipse with the latest jdk version and for a project i have to create a game and i was wondering if i needed any other programs that would help me make a game or can i just straight up do it woth eclipse.
3 Answers
+ 5
libGDX is a open source library for game development in java . you can easily develop a game using this library , for more information go to libGDX official site.
+ 1
you need a game engine
you could make one yourself on eclipse or just download one online
0
Creating a game is such a cool way to learn codingâitâs fun, challenging, and really pushes your creativity. When I was working on my own project, I realized how important it is to understand mechanics and player interaction. One resource that unexpectedly helped was https://plinkomoney.games/sv/ While itâs not about game development specifically, exploring their features gave me a ton of ideas for designing reward systems and balancing randomness. Itâs amazing how seeing different games in action can spark inspiration for your own project. If you're into game design, experimenting with existing models can teach you more than you'd think!