A downloadable game for macOS and Linux

The Kokeshi fights against creatures.

This is tower defense like game written in Go for Gopher Game Jam.

sources are opened here: https://github.com/pankona/phantomize/


summon kokeshi's to defeat creatures.
you will win if all enemies are eliminated before all of your kokeshi are down.
every summoning needs some money but you can recall summoned kokeshi to back the cost. you can also get money by killing creatures.


Download

Download
phantomize_v0.5.zip 33 MB

Install instructions

## how to build

* prepare Go development environment in advance.

* place this sources under GOPATH like:

`$GOPATH/src/github.com/pankona/phantomize`

* install dependencies with [glide](https://github.com/Masterminds/glide). (if you don't have glide, install it in advance.)

`$ glide install`

* build phantomize itself

`$ go build -tags=release`

* executable `phantomize` will be out.

Development log

Leave a comment

Log in with itch.io to leave a comment.