Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 272 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 272 Bytes

Making a Tetris clone with Python and Flet

1. Install flet & flutter

https://flet.dev/docs/getting-started/

2. Start the game

flet run tetris_flet/tetris.py --web --port 8888

3. Enjoy

Alt Text

4. Exit

press Ctrl+C in console