Skip to content

Latest commit

 

History

History

tinymem

Tinymem: a game under 40 lines and under 30mm

Lightning talk given at PyDayBCN about a game with menus, audio, sprites, text, button inputs... programmed in under 40 MicroPython lines. The game runs in Thumby, a Raspberry Pi Pico based console which is less than 30mm in its largest dimension.

For further resources and/or contributions, the game has its own repository: github.com/isaacbernat/tinymem

How to run the presentation

If you don't care too much about the format

Click here (just open the markdown file)

If you want it to look "good"

  • Clone or download this repository.
  • In a terminal with the same path as this directory type python3 -m http.server.
  • Open in a browser http://localhost:8000.
  • Press shift+F for full screen, shift+P for presentation mode (with notes). Up and Down arrows to go through slides.
  • For more info https://github.com/gnab/remark