Twin-stick shooter
Go to file
Trevor Slocum 5b1bf05d12 Add gib and die sounds 2021-10-06 07:18:38 -07:00
assets Add gib and die sounds 2021-10-06 07:18:38 -07:00
.gitignore Initial commit 2021-10-04 20:47:29 -07:00
LICENSE Initial commit 2021-10-04 20:47:29 -07:00
README.md Initial commit 2021-10-04 20:47:29 -07:00
character_spritesheet.go Initial commit 2021-10-04 20:47:29 -07:00
creep.go Add gib and die sounds 2021-10-06 07:18:38 -07:00
environment_spritesheet.go Initial commit 2021-10-04 20:47:29 -07:00
game.go Add gib and die sounds 2021-10-06 07:18:38 -07:00
go.mod Add game over screen 2021-10-05 21:05:02 -07:00
go.sum Add game over screen 2021-10-05 21:05:02 -07:00
level.go Add gib and die sounds 2021-10-06 07:18:38 -07:00
main.go Add game over screen 2021-10-05 21:05:02 -07:00
player.go Add gib and die sounds 2021-10-06 07:18:38 -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

Top-down shooter

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

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

Play

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