Running Multiple Files

So i'm interested in playing somebody's game. They have a file that sends me to github where I can download their processing files. I download them and when I try to open them with processing it asks me to make a sketch folder. After I do that only the tab I clicked on shows up even though I want all the tabs of code to show up so that when I press run it will open up the program for me. Please reply if you can solve the problem. If you are wondering what the file is to play around with it and solve it the github link is here : https://github.com/carykh/evolutionSteer I'm using Processing 2 and I have also tried with Processing 3. This was working before but I uninstalled it a while ago and when I reinstalled it lately it no longer works. I use the latest commit and the same version as before.

Thanks!

Answers

  • edited August 2017 Answer ✓

    the folder A must have the same name as the main tab

    all tabs the data folder must be within A

    you need to organize this before running the sketch

    probably in the download the folder name A was changed

  • Thank you!

Sign In or Register to comment.