Twin-stick shooter
Go to file
Trevor Slocum 56fd9835ba Fix creep movement when colliding with a wall 2021-10-21 18:23:56 -07:00
assets Add holy water 2021-10-19 18:46:11 -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 Add shadow effect 2021-10-21 18:07:59 -07:00
creep.go Fix creep movement when colliding with a wall 2021-10-21 18:23:56 -07:00
game.go Add shadow effect 2021-10-21 18:07:59 -07:00
go.mod Generate dungeon layout 2021-10-21 18:07:26 -07:00
go.sum Generate dungeon layout 2021-10-21 18:07:26 -07:00
goreleaser.yml Add bats 2021-10-10 23:10:58 -07:00
item.go Add holy water 2021-10-19 18:46:11 -07:00
level.go Generate dungeon layout 2021-10-21 18:07:26 -07:00
main.go Generate dungeon layout 2021-10-21 18:07:26 -07:00
player.go Add holy water 2021-10-19 18:46:11 -07:00
ss_bat.go Improve player seeking 2021-10-11 21:56:40 -07:00
ss_environment.go Improve player seeking 2021-10-11 21:56:40 -07:00
ss_player.go Improve player seeking 2021-10-11 21:56:40 -07:00
tile.go Generate dungeon layout 2021-10-21 18:07:26 -07:00
weapon.go Initial commit 2021-10-04 20:47:29 -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