Twin-stick shooter
Go to file
Trevor Slocum 4e849022ac Reposition interface 2021-10-31 14:58:52 -07:00
assets Reposition interface 2021-10-31 14:58:52 -07:00
.gitignore Add start screen 2021-10-08 18:06:19 -07:00
LICENSE Initial commit 2021-10-04 20:47:29 -07:00
README.md Fix creep movement when colliding with a wall 2021-10-21 18:23:56 -07:00
audio.go Store image and audio assets in an atlas 2021-10-22 01:31:38 -07:00
creep.go Reposition interface 2021-10-31 14:58:52 -07:00
debug.go Store image and audio assets in an atlas 2021-10-22 01:31:38 -07:00
flags.go Adjust difficulty 2021-10-31 11:30:42 -07:00
flags_web.go Add win screen 2021-10-27 20:52:46 -07:00
game.go Reposition interface 2021-10-31 14:58:52 -07:00
go.mod Reposition interface 2021-10-31 14:58:52 -07:00
go.sum Reposition interface 2021-10-31 14:58:52 -07:00
goreleaser.yml Add bats 2021-10-10 23:10:58 -07:00
img.go Add win screen 2021-10-27 20:52:46 -07:00
item.go Add holy water 2021-10-19 18:46:11 -07:00
level.go Reposition interface 2021-10-31 14:58:52 -07:00
main.go Adjust difficulty 2021-10-31 11:30:42 -07:00
player.go Reposition interface 2021-10-31 14:58:52 -07:00
ss_bat.go Add ghosts 2021-10-26 19:21:26 -07:00
ss_environment.go Update win screen 2021-10-29 08:49:27 -07:00
ss_ojas_dungeon.go Update win screen 2021-10-29 08:49:27 -07:00
ss_player.go Add win screen 2021-10-27 20:52:46 -07:00
tile.go Add ghosts 2021-10-26 19:21:26 -07:00
weapon.go Initial commit 2021-10-04 20:47:29 -07:00
win.go Update win screen 2021-10-30 15:25:12 -07:00

README.md

Carotid Artillery

Donate

Twin-stick shooter

This game was created for the 2021 Vampire Themed Game Jam.

Play

Playing with a gamepad is recommended.

Browser

Play in your 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