ocadotechnology / rapid-router

A Blockly and python based educational game aimed at students age 5-14.
https://www.codeforlife.education
Other
57 stars 78 forks source link

fix: Make algorithm score setting consistent with presence of model solutions #1585

Closed faucomte97 closed 7 months ago

faucomte97 commented 7 months ago

The Level model has many fields, among which are the following:

There are a few considerations to be done here:

The problem is that these constraints aren't enforced anywhere, as such we had two main issues:

Main fixes:

This change is Reviewable