Share My Creation Script Battle

The last days I had much fun with the BasicLib library of agraham. So I wrote a small coding trainer or script battle app. The aim is to do something with an number array (to sort it, to reverse it, or just to return a value like how many prime numbers in it). Solving that is better than sudoku. Just a few of this tasks are ready, but you can create your own tasks and upload it. So I hope, to get some new tasks
from you ;-)

Create new tasks with "New", choose "task" template, and write your code into Sub Solution (values). You can also give some hints in the Sub MySolution(values). This is the only sub, the student will see. Also change the description in first line (what your task is) and, if needed, the #Data - lines of the samples. (With that array samples the students sub MySoltution compares with yours.) Than you can test it and upload it.

There is also a "Coding Assistent" in the menu, for beginners with basic language. The file was to large for upload here, but you can download it here. Hope, you enjoy it.
 

Attachments

  • Screenshot_20190316-185556.png
    Screenshot_20190316-185556.png
    102.7 KB · Views: 4,502
  • Screenshot_20190316-185348.png
    Screenshot_20190316-185348.png
    163.4 KB · Views: 281
  • Screenshot_20190316-185414.png
    Screenshot_20190316-185414.png
    149 KB · Views: 262
  • Screenshot_20190316-185449.png
    Screenshot_20190316-185449.png
    162.1 KB · Views: 264
Top