Updated readme

This commit is contained in:
MichaelS11 2018-06-01 07:48:23 -07:00
parent 4230a3ce04
commit b9eaf9d056
1 changed files with 4 additions and 9 deletions

View File

@ -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)