Updated readme
This commit is contained in:
parent
4230a3ce04
commit
b9eaf9d056
13
README.md
13
README.md
|
@ -2,19 +2,17 @@
|
||||||
|
|
||||||
Golang Tetris for console window with optional AI
|
Golang Tetris for console window with optional AI
|
||||||
|
|
||||||
|
|
||||||
## Compile
|
## Compile
|
||||||
|
|
||||||
go get github.com/MichaelS11/tetris
|
```
|
||||||
|
go get github.com/MichaelS11/go-tetris
|
||||||
go install github.com/MichaelS11/tetris
|
go install github.com/MichaelS11/go-tetris
|
||||||
|
```
|
||||||
|
|
||||||
## Play
|
## Play
|
||||||
|
|
||||||
Then run the binary created, tetris or tetris.exe
|
Then run the binary created, tetris or tetris.exe
|
||||||
|
|
||||||
|
|
||||||
## Keys during game
|
## Keys during game
|
||||||
|
|
||||||
| Key | Action |
|
| Key | Action |
|
||||||
|
@ -39,7 +37,6 @@ Then run the binary created, tetris or tetris.exe
|
||||||
| spacebar | start game |
|
| spacebar | start game |
|
||||||
| q | quit |
|
| q | quit |
|
||||||
|
|
||||||
|
|
||||||
## Features include
|
## Features include
|
||||||
|
|
||||||
- AI (use i key to toggle)
|
- AI (use i key to toggle)
|
||||||
|
@ -49,7 +46,6 @@ Then run the binary created, tetris or tetris.exe
|
||||||
- Top scores
|
- Top scores
|
||||||
- Board choices
|
- Board choices
|
||||||
|
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
![alt text](https://raw.githubusercontent.com/MichaelS11/tetris/master/screenshots/screenshot1.png "Go Tetris")
|
![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")
|
![alt text](https://raw.githubusercontent.com/MichaelS11/tetris/master/screenshots/screenshot4.png "Tetris High Scores")
|
||||||
|
|
||||||
|
|
||||||
## To do
|
## To do
|
||||||
|
|
||||||
* Improve AI speed (slow on large boards)
|
* Improve AI speed (slow on large boards)
|
||||||
|
|
Loading…
Reference in New Issue