https://github.com/conoro/raspberry-pi-pico-tetris
Copy of Raspberry Pi Pico Tetris from Reddit
https://github.com/conoro/raspberry-pi-pico-tetris
Last synced: 5 months ago
JSON representation
Copy of Raspberry Pi Pico Tetris from Reddit
- Host: GitHub
- URL: https://github.com/conoro/raspberry-pi-pico-tetris
- Owner: conoro
- Created: 2021-02-21T10:50:25.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-21T10:56:45.000Z (over 5 years ago)
- Last Synced: 2025-02-06T09:48:26.828Z (over 1 year ago)
- Language: Makefile
- Size: 681 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is not my code. It is just a copy of the code referenced [here on Reddit](https://www.reddit.com/r/raspberry_pi/comments/l6flip/a_very_tiny_game_of_tetris_my_first_test_of_the/) with minor changes to make it compile on Windows. I copied an existing Pimoroni project to get all the build files and settings.
If you follow the Raspberry Pi Pico [Getting Started PDF](https://datasheets.raspberrypi.org/pico/getting-started-with-pico.pdf) for Windows, then this should build by then following the [Pimoroni instructions](https://github.com/pimoroni/pimoroni-pico/blob/main/setting-up-the-pico-sdk.md) but replacing the last two steps with:
```
cmake -G "NMake Makefiles" ..
nmake
```