gcompris / GCompris-qt

GCompris in Qt Quick - Mirror of https://invent.kde.org/education/gcompris
219 stars 168 forks source link

Added binary bulb activity #222

Closed rast-7 closed 5 years ago

rast-7 commented 6 years ago

I have implemented the binary bulb activity. The activity attempts to teach the binary number system. In the activity, you will be given a random decimal number between 0 to 255 and you will have to find its binary representation.

There are 8 bulbs in the activity, representing 8 bits. "on" bulb means the bit is 1 and an "off" bulb means the bit is 0.

Waiting for the feedback!!

rast-7 commented 6 years ago

Thanks for all the feedback :) I checked the activity by resizing it and it seemed to work fine.

rast-7 commented 6 years ago

Made all the changes as per the comments. Waiting for review :)

petitlapin commented 5 years ago

Branched in https://cgit.kde.org/gcompris.git/log/?h=binaryBulb Only remaining part before merging in master is to have the introduction images but Timothée will look at it