eliasdaler / ebiten_breakout

A simple breakout game made in Ebiten

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ebiten Breakout

Play online on itch.io

A simple breakout game made in Ebiten.

Screenshot

This is my first game made with Ebiten - a nice simple engine which allows you to write games in Go. Also this is the first game I've made public.

Don't expect much from it - it's as simple as it can be, so that the source code remains simple and understandable.

Building and running

go run .

There's more...

An article about my experiences with Ebiten and how this game works are coming soon to my blog!

About

A simple breakout game made in Ebiten

License:GNU General Public License v3.0


Languages

Language:Go 87.9%Language:Makefile 5.5%Language:CSS 3.8%Language:HTML 2.8%