8000 GitHub - ahmet1hekim/go-spacewar
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ahmet1hekim/go-spacewar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-spacewar

A 2D Space Shooter Game Built with Go and Ebiten

Go Ebiten

go-spacewar is a small 2D game developed as a learning project to learn basic Go syntax. One of the first go programs i ever wrote.


Features

  • Controls:
    • WASD for spaceship movement
    • Shift key to fire weapons
  • Basic Physics: Implement collision detection and projectile mechanics
  • Graphics: Pixel-art-style for simplicity

Gameplay Preview

In-game screenshot Pause menu
Left: Active gameplay | Right: Pause menu

Installation

releases

You can just download the release suited to your os.

from source

# Clone the repository
git clone https://github.com/ahmet1hekim/go-spacewar
cd go-spacewar

# Install dependencies
go mod tidy

# Build and install
go build -o go-spacewar
sudo mv go-spacewar /usr/local/bin/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

0