invaders icon indicating copy to clipboard operation
invaders copied to clipboard

Space Invaders in Go

Results 7 invaders issues
Sort by recently updated
recently updated
newest added

I'm getting the result in the image when i'm trying to run the `main.go` file. Even if i try to run the build file, i'm getting the same error. ![invaders](https://user-images.githubusercontent.com/883386/35741973-dc582edc-0841-11e8-9cf4-578e0dd32f5a.png)

Greetings, I thought this was an excellent article so I posted it it on the Go subreddit the other day. I don't know if this in the scope of the...

At the time I cloned the repository and tried to make the game work, I noticed that some dependencies were missing and I needed to add them manually. Now that...

Dockerfile for those, who like golang builds in the Docker container. It produces minimalistic Docker image (2.22MB). Docker build: `docker build -t invaders .` Unfortunately, it doesn't work in my...

I've replace the iTerm2 rendering portion with https://github.com/eliukblau/pixterm for now. The rendering isn't so great but it seems functional. I will keep trying to improve the overall experience.

Greetings Sau Sheong! I don't know anything about go, so maybe this is an unreasonable request, but could you add to the README instructions for building this app from scratch?...

The application tries to load the images from the current directory, and if they are not there it crashes. Best thing would be to embed the images in the binary...