kokeshi scramble!
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.
Status | In development |
Platforms | macOS, Linux |
Author | pankona |
Genre | Strategy |
Tags | Tower Defense |
Download
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
- update to v0.5Aug 02, 2017
- update to v0.4Aug 01, 2017
- update to v0.3Aug 01, 2017
- update to v0.2Jul 31, 2017
Leave a comment
Log in with itch.io to leave a comment.