From b9eaf9d056b210ceb867684b1905a27f8d088bb4 Mon Sep 17 00:00:00 2001 From: MichaelS11 Date: Fri, 1 Jun 2018 07:48:23 -0700 Subject: [PATCH] Updated readme --- README.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) 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)