Twin-stick shooter
Go to file
Trevor Slocum 45799afc2f Improve player seeking 2021-10-11 21:56:40 -07:00
assets Add munch sound 2021-10-11 20:49:45 -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 Add munch sound 2021-10-11 20:49:45 -07:00
audio.go Add munch sound 2021-10-11 20:49:45 -07:00
creep.go Improve player seeking 2021-10-11 21:56:40 -07:00
game.go Improve player seeking 2021-10-11 21:56:40 -07:00
go.mod Add garlic 2021-10-11 20:22:13 -07:00
go.sum Add garlic 2021-10-11 20:22:13 -07:00
goreleaser.yml Add bats 2021-10-10 23:10:58 -07:00
item.go Add garlic 2021-10-11 20:22:13 -07:00
level.go Add garlic 2021-10-11 20:22:13 -07:00
main.go Give player three lives 2021-10-06 18:02:17 -07:00
player.go Add garlic 2021-10-11 20:22:13 -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 Initial commit 2021-10-04 20:47:29 -07:00
weapon.go Initial commit 2021-10-04 20:47:29 -07:00

README.md

Carotid Artillery

Donate

Twin-stick shooter

Note: This game is in pre-alpha state. Here be dragons.

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

Play

Playing with a gamepad is recommended.

Browser

Click here to play Carotid Artillery

Desktop

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.

Support

Please share issues and suggestions here.

Dependencies