diff --git a/README.md b/README.md index d31955d..8854a7c 100644 --- a/README.md +++ b/README.md @@ -2,19 +2,17 @@ Golang Tetris for console window with optional AI - ## Compile -go get github.com/MichaelS11/tetris - -go install github.com/MichaelS11/tetris - +``` +go get github.com/MichaelS11/go-tetris +go install github.com/MichaelS11/go-tetris +``` ## Play Then run the binary created, tetris or tetris.exe - ## Keys during game | Key | Action | @@ -39,7 +37,6 @@ Then run the binary created, tetris or tetris.exe | spacebar | start game | | q | quit | - ## Features include - AI (use i key to toggle) @@ -49,7 +46,6 @@ Then run the binary created, tetris or tetris.exe - Top scores - Board choices - ## Screenshots ![alt text](https://raw.githubusercontent.com/MichaelS11/tetris/master/screenshots/screenshot1.png "Go Tetris") @@ -60,7 +56,6 @@ Then run the binary created, tetris or tetris.exe ![alt text](https://raw.githubusercontent.com/MichaelS11/tetris/master/screenshots/screenshot4.png "Tetris High Scores") - ## To do * Improve AI speed (slow on large boards)