Twin-stick shooter
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Trevor Slocum 5d87df3611 Wrap everything up 1 year ago
assets Wrap everything up 1 year ago
.gitignore Add start screen 1 year ago
LICENSE Initial commit 2 years ago
README.md Fix creep movement when colliding with a wall 1 year ago
audio.go Wrap everything up 1 year ago
creep.go Wrap everything up 1 year ago
debug.go Store image and audio assets in an atlas 1 year ago
flags.go Adjust difficulty 1 year ago
flags_web.go Wrap everything up 1 year ago
game.go Wrap everything up 1 year ago
go.mod Reposition interface 1 year ago
go.sum Reposition interface 1 year ago
goreleaser.yml Add bats 1 year ago
img.go Add win screen 1 year ago
item.go Add holy water 1 year ago
level.go Wrap everything up 1 year ago
main.go Adjust difficulty 1 year ago
player.go Reposition interface 1 year ago
ss_bat.go Add ghosts 1 year ago
ss_environment.go Wrap everything up 1 year ago
ss_ojas_dungeon.go Update win screen 1 year ago
ss_player.go Add win screen 1 year ago
tile.go Wrap everything up 1 year ago
weapon.go Initial commit 2 years ago
win.go Update win screen 1 year ago

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