After installing robocode multiple times in different locations no robocode.sh file is being created, so I'm unable to run anything. Im using the latest version (1.9.3.7). No errors while installing. Any help?
What OS are you using when installing Robocode? The Robocode installer distinguish between using Windows, Mac OS, and Unix/Linux. For Windows it will use .bat files, for Mac OS it will use .command files, and for the rest .sh files will be used.
What OS are you using when installing Robocode? The Robocode installer distinguish between using Windows, Mac OS, and Unix/Linux. For Windows it will use .bat files, for Mac OS it will use .command files, and for the rest .sh files will be used.
You can find all the .sh files here on GitHub:
https://github.com/robo-code/robocode/tree/master/robocode.content/src/main/resources
I was using Ubuntu 16.04, I reinstalled all the files from the github you linked instead and now it works, Thanks so much!
I am happy, that it worked.
Hmm... I will need to look into the Robocode installer, as it definitely ought to install the .sh files for Ubuntu.