mirror of
https://github.com/rjNemo/breakout
synced 2026-06-06 00:26:39 +00:00
add screenshots
This commit is contained in:
parent
10614d67bc
commit
0a4dd33963
2 changed files with 10 additions and 5 deletions
15
README.md
15
README.md
|
|
@ -1,6 +1,9 @@
|
|||
# Breakout Game in Go
|
||||
|
||||
A classic Breakout game implementation in Go using the Ebitengine game library. Break all the bricks to win, but don't let the ball fall below your paddle!
|
||||
A classic Breakout game implementation in Go using the Ebitengine game library.
|
||||
Break all the bricks to win, but don't let the ball fall below your paddle!
|
||||
|
||||

|
||||
|
||||
## Game Features
|
||||
|
||||
|
|
@ -16,13 +19,13 @@ A classic Breakout game implementation in Go using the Ebitengine game library.
|
|||
|
||||
### System Dependencies
|
||||
|
||||
#### For macOS:
|
||||
#### For macOS
|
||||
|
||||
```sh
|
||||
brew install go
|
||||
```
|
||||
|
||||
#### For Linux (Ubuntu/Debian):
|
||||
#### For Linux (Ubuntu/Debian)
|
||||
|
||||
```sh
|
||||
sudo apt-get update
|
||||
|
|
@ -30,10 +33,12 @@ sudo apt-get install golang-go
|
|||
sudo apt-get install libgl1-mesa-dev xorg-dev
|
||||
```
|
||||
|
||||
#### For Windows:
|
||||
#### For Windows
|
||||
|
||||
1. Download and install Go from [golang.org](https://golang.org/dl/)
|
||||
2. Install GCC (required for Ebitengine) via [MinGW](http://mingw-w64.org/doku.php) or [MSYS2](https://www.msys2.org/)
|
||||
2. Install GCC (required for Ebitengine) via [MinGW](http://mingw-w64.org/doku.php)
|
||||
|
||||
or [MSYS2](https://www.msys2.org/)
|
||||
|
||||
## How to Run
|
||||
|
||||
|
|
|
|||
BIN
play.png
Normal file
BIN
play.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 114 KiB |
Loading…
Reference in a new issue