I just built a game in Java, and I want to make it so that it can be opened on any other computer without using an IDE or command line or something of the like. Basically, I want it to be like those computer games you download from the internet and start playing.
I'm sorry if this is a stupid question (or an impossible question), but english is my second language and I don't know any other way to put it. Basically, I've gotten pretty good at making video games, and I'm about done with my game, but I don't know how to make it so the game can run without an IDE. Namely, I want my little brother to be able to double click on an icon which will cause the game to start up.
Now, just approaching this logically, I'd assume whatever computer the game will be running on will need to have Java downloaded (like the JDK) or something, and I'm ok with that. I just want to be able to give someone who doesn't speak or read english a simple icon to double click on and play a game.
If this is impossible without some industry grade developers, please let me know, since I know some of the bigger games out their use their own version of a language to make the game work. I just want to know if this is possible for someone like me to do, and if so, how. Thank you for your time!