Random Number Generator on BBC MicroBit - Written in Micro Python

preview_player
Показать описание
A basic game written in Python for the BBC Micro:Bit. It randomly generates numbers between 1 and 9. The user is asked to guess the next number and then press A to display the next number.

This was written using the application micropython.
Рекомендации по теме
Комментарии
Автор

thanks this video helped me a lot :) <3 ;)

unboar
Автор

hi, Very useful video, how to get the number image code for LED? for example 1 means ("00900":, 09900 etc

esg
Автор

oh! i lately got it.. how the numbers are codes. :) . Why not use display.show(str(throw)) without the LED code, it works too..Thanks for posting. Cheers!

esg