Skip to content

friendsofgo/spacegame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple project to demostrate how to create a game using https://github.com/faiface/pixel in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages