YouMakeTech / PicoRetroGamingSystem

Code and games for Raspberry Pi Pico RetroGaming System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Raspberry Pi Pico RetroGaming System

Code and games for the Raspberry Pi Pico RetroGaming System

Files

  • PicoPong.py: a simple Pong game
  • PicoInvaders.py: A simplified Space Invaders game
  • PicoInvadersPnp: A Space Invaders game by Print N'Play (Original source code from https://github.com/printnplay/Pico-MicroPython)
  • PicoSnake.py: A snake game by Twan37 (Original source code from https://github.com/Twan37/PicoSnake)
  • PicoGame.py: A class to easily write games for the Raspberry Pi Pico RetroGaming System (used by some games)
  • ss1306py.py: Official MicroPython SSD1306 OLED driver, I2C and SPI interfaces

How to use

  • Install MicroPython on the Raspberry Pi Pico
  • Copy the files to the root directory of the Raspberry Pi Pico
  • Restart the Pico
  • Enjoy!

About

Code and games for Raspberry Pi Pico RetroGaming System


Languages

Language:Python 100.0%