This partially-completed project demonstrates a base 5 number system using non-numeric symbols. The odometer displays the value of the symbols being shown. You can either manually set the symbols on the odometer using the (+) and (-) buttons, or you can have it count automatically in base 5 by clicking the "go" button. This is very similar to the odometer widget on the code.org website. To complete the project, students will need to 1. Choose a number system 3-9 2. Upload their base number costumes for each place value 3. Enter scripts for all place value positions 4. Create a decimal to character table 5. Finish programming the decimal converter.
Thanks to paulfuller75 for the original odometer simulator. I have adapted it to be a base 5 number system and added a "value" variable and calculation