Twin-stick shooter
assets | ||
.gitignore | ||
audio.go | ||
creep.go | ||
debug.go | ||
flags.go | ||
flags_web.go | ||
game.go | ||
go.mod | ||
go.sum | ||
goreleaser.yml | ||
img.go | ||
item.go | ||
level.go | ||
LICENSE | ||
main.go | ||
player.go | ||
README.md | ||
ss_bat.go | ||
ss_environment.go | ||
ss_ojas_dungeon.go | ||
ss_player.go | ||
tile.go | ||
weapon.go | ||
win.go |
Carotid Artillery
Twin-stick shooter
This game was created for the 2021 Vampire Themed Game Jam.
Play
Playing with a gamepad is recommended.
Browser
Desktop
Download
Download for Windows and Linux
Compile
Note: You will need to install the dependencies listed for your platform.
Run the following command to build a carotidartillery
executable:
go install code.rocketnine.space/tslocum/carotidartillery@latest
Run ~/go/bin/carotidartillery
to play.
Gameplay
Items
Garlic
Eat garlic to repel creeps for 7 seconds.
Holy water
Break a vial of holy water to ward off death for 1 second.
Creeps
Vampire
Cursed creature with an insatiable thirst for blood.
Some vampires take the appearance of a bat.
Support
Please share issues and suggestions here.
Dependencies
- ebiten - Game engine
- go-dungeon - Dungeon layout generator