/Pico-Escape-Room

Raspberry Pi Pico Escape Room game.

Primary LanguagePythonApache License 2.0Apache-2.0

image

Pico Escape Room

Raspberry Pi Pico Escape Room game.

Parts

Raspberry Pi Pico
Set of 2 x 20-pin Headers for Raspberry Pi Pico
4PCS Breadboards Kit Include 2PCS 830 Point 2PCS 400 Point Solderless
Jumper Wires Male to Male - Pack of 30
20 Pcs 6 mm 2 Pin Momentary Tactile Tact Push Button Switch Through Hole Breadboard
9mmx5.5mm Electronic Alarm PCB Panel Mounting Piezo Passive Buzzer Sounder (Pack of 10)
8X8 LED Matrix WS2812 5050 SMD RGB LEDs 64 Pixels LED Matrix
1.44" Colorful SPI TFT LCD Display ST7735 128X128
Micro USB Cable High Speed Data and Charging, Nylon Braided Charger Cord, 3-Pack, 3 Feet

Schematic

image

Copy Files To Pico, Install Pico-Go

https://marketplace.visualstudio.com/items?itemName=ChrisWood.pico-go

Run Tests

import unittest
unittest.main('test_file_manager')
unittest.main('test_game')
unittest.main('test_grid')
unittest.main('test_player')
unittest.main('test_escape_room_player')

License

Apache License, Version 2.0