Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 753 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 753 Bytes

Friends of Go Space Game

A simple example that a space game using the famous library faiface/pixel. All the game art is created by Kenney.

Run the game

If you want to execute the game then execute:

$ go run cmd/main.go

How to use the game

  • Arrow Left: Move left
  • Arrow Right: Move right
  • Space: Shoot

WIP

This project is work in progress, it has been created to explain how to use the faiface/pixel package in our blog.

We will include more functionalities like:

  • Shoot.
  • Enemies.
  • Destroy enemies.
  • More keys to move your spaceship.