Skip to content

Minimum configuration for flame version of Tetris

Notifications You must be signed in to change notification settings

flame-games/tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tetris med Flutter Flame

Minimum configuration for flame version of Tetris

Click here to see a sample of how it works on the web.

Usage

flutter run

Input Reference

input Direction
LogicalKeyboardKey keyW or arrowUp up
LogicalKeyboardKey keyA or arrowLeft left
LogicalKeyboardKey keyD or arrowRight right
LogicalKeyboardKey keyS or arrowDown down
LogicalKeyboardKey keySpace rotate

Author

Daisuke Takayama