Twin-stick shooter
Go to file
Trevor Slocum ada9ada6f9 Add hurt sound 2021-10-07 20:05:23 -07:00
assets Add hurt sound 2021-10-07 20:05:23 -07:00
.gitignore Add hurt sound 2021-10-07 20:05:23 -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
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 Add vampire kill sounds 2021-10-06 17:29:41 -07:00
environment_spritesheet.go Initial commit 2021-10-04 20:47:29 -07:00
game.go Add hurt sound 2021-10-07 20:05:23 -07:00
go.mod Add hurt sound 2021-10-07 20:05:23 -07:00
go.sum Add hurt sound 2021-10-07 20:05:23 -07:00
level.go Randomize player and creep placement 2021-10-06 08:03:13 -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

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