Home

Awesome

MAG(net)

Machines Assault Gem's Necessary Embryonic Tanks

Defend the embryonic core from the onslaught of magnetic robottos!

screenshotte

This is a tower defense game written for the first ebitengine game jam.

Features

Level Editing

If you want to add or edit levels, it is easier to use a tool like this to create them. Levels use a simple syntax for defining features and ASCII for map tiles.

Building

Either issue go run . build or go build ./cmd/magnet. This will produce either magnet or magnet.exe depending on system.

Development

Automatic watching and rebuilding can be done by issuing go run . watch. Restart this command after adding any new files to the project.