Beltmatic - base 10 machine - 7 & 5 digits

Поделиться
HTML-код
  • Опубликовано: 14 янв 2025

Комментарии • 11

  • @JunkerJames
    @JunkerJames 6 месяцев назад +4

    I feel like I just turned on cheatcodes due to a meme. Wow. You can just make lots of 2^n belts, have a combiner, and then just set up the binary. But this is a step further! Wild!

    • @AMS17121982
      @AMS17121982 6 месяцев назад +1

      In fact binary machines is much easier than decimal ones.

    • @AMS17121982
      @AMS17121982 6 месяцев назад

      Basically you need only 1 and 2 extractors, adders, and multipliers to beat the game. (No, you don't need exponentiators)

  • @iamelonmusk9501
    @iamelonmusk9501 Месяц назад

    Can it run Doom?

  • @DailyDoseOfTableTennis
    @DailyDoseOfTableTennis 6 месяцев назад +1

    So basically you take every number and multiply it by 10 as much as needed for example
    1245=1000*1+100*2+10*4+5.
    How can i find a tutorial or a reference to make this,i dont want to mess up end waste hours for notthing

    • @stabilini
      @stabilini  6 месяцев назад +2

      You nailed it, that's how it works.
      The basic part is: ADDER -> EXPONENTIATOR -> MULTIPLIER -> ADDER
      The first 3 parts generates the numer (ie 200 in your example), then the last adder adds this to the previous number (45 in your example)
      The basic part is repeated a lot of times to make the machine fast.

    • @MilkGoesBOOM
      @MilkGoesBOOM Месяц назад

      @@stabilini are you able to make a tutorial or showcase on how it works?