Skip to content

A simple space shooter game written in Golang, designed for training and learning purposes

Notifications You must be signed in to change notification settings

hadishahpuri/space-shooter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Space shooter game written in GO

This game is designed only for fun!

Developer

Hadi Shahpuri


Installation

1. Clone the Repository

git clone https://github.com/hadishahpuri/space-shooter
cd space-shooter

2. Install Dependencies

go get .

3. Build the game

go build

Then simply run the game as an executable file like this:

./space-shooter

How to play

  • Use the arrow keys for navigation,
  • Use the Space key for shooting

Features that should be added to the game

  • Using spaceship images instead of simple shapes

About

A simple space shooter game written in Golang, designed for training and learning purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages