Pinned Loading
-
Cave Adventure game on Pi Pico in Mi...
Cave Adventure game on Pi Pico in MicroPython and Assembly 1# cave
2from machine import Pin,SPI,PWM,ADC
3import framebuf, gc
4import time, array
5from time import sleep, ticks_us, ticks_diff
-
Missile Command game in MicroPython ...
Missile Command game in MicroPython on Pi Pico 1# Missile Command game
23from machine import Pin,SPI,PWM,ADC, Timer, reset, soft_reset
4import framebuf, gc
5import time, array, _thread
-
Doom Fire in Assembly (mostly)
Doom Fire in Assembly (mostly) 1import gc9a01
2from machine import Pin, SPI, PWM, WDT
3import framebuf
4from time import sleep_ms, sleep_us, ticks_diff, ticks_us, sleep
5from micropython import const
-
Racing game for PI Pico in MicroPyth...
Racing game for PI Pico in MicroPython and Assembly 1# Racetrack - based on interpolator code from boochow
2# https://github.com/boochow/pico_test_projects/tree/main/interpolator2
3# http://blog.boochow.com/
45from machine import Pin, SPI, WDT
-
Hill Climb Racer on Pi Pico in Micro...
Hill Climb Racer on Pi Pico in MicroPython 1# Hill Climb
2from lcd_1_8 import LCD_1inch8
3import machine
4from machine import Pin, PWM
5from uctypes import addressof
-
Skiing game on Pi Pico in inline ass...
Skiing game on Pi Pico in inline assembly with gc9a01 display 1import gc9a01
2from machine import Pin, SPI, PWM, WDT
3import framebuf
4from usys import exit
5import _thread
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.