Skip to content

tthayer/console_block_fall_down_clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Block Fall Down Game

This is a simple block fall down game clone written in Go. The entirety of the code was generated by Cursor AI by refining the prompt as issues were encountered. I specifically asked it to generate a game only using the standard library.

How to run

  1. brew install go
  2. go get golang.org/x/sys
  3. go get golang.org/x/term
  4. go run tetris.go

How to play

  • Left/Right arrows: Move piece left/right
  • Down arrow: Move piece down faster
  • Up arrow: Hard drop piece
  • 'a': Rotate piece counterclockwise
  • 'd': Rotate piece clockwise
  • 'q': Quit game

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages