Completely unrelated to Minecraft, but...

darkuslord98

New Member
Jul 29, 2019
101
0
0
I'm working on making my first game, but I can't figure out how to make it runnable on other computers. Anyone want to help me? I googled it, but I'm such a noob I didn't understand it.
 

Dreigon

New Member
Jul 29, 2019
5
0
0
First, what language are you programming in, Second have you looked into run time environments. You can code something as simple as text based games, using c++ and running it on a unix shell, all they would need is a telnet enabled client to access your shell. if you are looking to distribute it direct to consumer you have to make sure it is compatible with an operating system. The most common being windows.