Tag Archives: Python

Noughts and crosses

I just inherited a load of books on programming the 6502 processor in assembly language (and a Kim-1 computer, more on that later!). Among them was an intriguing 1980 book by Rodnay Zaks called 6502 Games. Zaks wrote what, for … Continue reading

Posted in computers, microbit | Tagged , , , , , , | Leave a comment

A tiny screen for a Raspberry Pi

I have a few old Raspberry Pis lying around, including a Model B Rev 1 running Raspberry Pi OS Buster lite. I use it to serve up my simple MUD game. It has no wi-fi so it’s connected by ethernet … Continue reading

Posted in computers, Raspberry Pi, Raspbian | Tagged , , , | Leave a comment

Emojify your Python

I’ve been thinking of ways of sharing Python programs on Twitter and I’ve come up with something a bit crazy, but which might have other uses. The micro:bit Python emojifier encodes and condenses Python programs using emojis. It also decodes … Continue reading

Posted in computers, microbit | Tagged , , , | Leave a comment

micro:bit numbers station

Numbers stations are / were spooky shortwave radio stations, best known from the Cold War, which broadcast human voices reading numbers, usually in groups of five. It’s widely assumed these were / are used by many nations for communicating with … Continue reading

Posted in computers, microbit | Tagged , , , , | Leave a comment

micro:bit Wordle game

I made a Wordle-like game in Python for the BBC micro:bit. The code is pretty compact and easy to understand, so I think getting students to create their own version of this popular game or pick apart this one would … Continue reading

Posted in Uncategorized | Tagged , , , , | Leave a comment