Skip to content

sjpau/mahnietyk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MAHNIETYK

Mahnietyk is a small videogame created for Ebiten Game Jam.

Installation

In order to compile the game yourself you need to install the dependencies first.

  • github.com/hajimehoshi/ebiten - Ebitengine library for creating GUIs in Go
  • github.com/hajimehoshi/oto - Low-level audio playing library
  • github.com/solarlune/goaseprite - Aseprite JSON parser for Ebitengine

go install github.com/sjpau/mahnietyk@latest

Should any issues occur you can also use go get github.com/sjpau/mahnietyk and build manually go build main.go

Created by Janik Saučyk