Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.PHONY: build

build:
go get github.com/nsf/termbox-go
go get github.com/disintegration/gift

6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -460,3 +460,9 @@ The code for this is all here in this GitHub repository.

https://github.com/sausheong/invaders

# Install

git clone https://github.com/sausheong/invaders.git
cd invaders
make build
go run main.go