Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Space Invaders in Go

This is a simple implementation of the classic game Space Invaders, using Go and the Raylib library.

Instalation

  1. Ensure you have Go and Raylib Go installed in your system. You might also need to have a C compiler installed in your system. GCC is a safe bet.

  2. Clone the repo:

git clone https://github.com/dn46/go-space-invaders
  1. Navigate to the directory:
cd go-space-invaders
  1. Install the dependencies:
go mod tidy
  1. Run the Makefile:
make run

Controls

Action Key
Move Left A
Move Right D
Shoot Spacebar

About

A simple rendition of Space Invaders, but in Go.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages