Skip to content

Commit 0077f02

Browse files
committed
top level about game comment & controls.
1 parent 8f0f5ef commit 0077f02

File tree

1 file changed

+10
-0
lines changed
  • Metro/Metro_RP2350_FlappyNyanCat

1 file changed

+10
-0
lines changed

Metro/Metro_RP2350_FlappyNyanCat/code.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# SPDX-FileCopyrightText: 2025 Tim Cocks for Adafruit Industries
22
# SPDX-License-Identifier: MIT
3+
"""
4+
A game featuring Nyan cat inspired by flappy bird.
5+
Learn Guide: https://learn.adafruit.com/flappy-nyan-cat-game-on-metro-rp2350
6+
7+
Controls:
8+
Spacebar: Jump
9+
S: Switch Trails
10+
P: Play again after game over
11+
Q: Quit after game over
12+
"""
313
import random
414
import sys
515
import terminalio

0 commit comments

Comments
 (0)