Twin-stick shooter
Go to file
Trevor Slocum f176dc6cc0 Add start screen 2021-10-08 18:06:19 -07:00
assets Draw hearts to indicate player health 2021-10-07 21:00:33 -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 gamepad support 2021-10-07 22:44:40 -07:00
audio.go Add hurt sound 2021-10-07 20:05:23 -07:00
character_spritesheet.go Initial commit 2021-10-04 20:47:29 -07:00
creep.go Draw hearts to indicate player health 2021-10-07 21:00:33 -07:00
environment_spritesheet.go Initial commit 2021-10-04 20:47:29 -07:00
game.go Add start screen 2021-10-08 18:06:19 -07:00
go.mod Add start screen 2021-10-08 18:06:19 -07:00
go.sum Add start screen 2021-10-08 18:06:19 -07:00
goreleaser.yml Add start screen 2021-10-08 18:06:19 -07:00
level.go Draw hearts to indicate player health 2021-10-07 21:00:33 -07:00
main.go Give player three lives 2021-10-06 18:02:17 -07:00
player.go Give player three lives 2021-10-06 18:02:17 -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.

Playing with a gamepad is recommended, but not required.

Play

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