Twin-stick shooter
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Trevor Slocum ada9ada6f9 Add hurt sound 2 years ago
assets Add hurt sound 2 years ago
.gitignore Add hurt sound 2 years ago
LICENSE Initial commit 2 years ago
README.md Initial commit 2 years ago
audio.go Add hurt sound 2 years ago
character_spritesheet.go Initial commit 2 years ago
creep.go Add vampire kill sounds 2 years ago
environment_spritesheet.go Initial commit 2 years ago
game.go Add hurt sound 2 years ago
go.mod Add hurt sound 2 years ago
go.sum Add hurt sound 2 years ago
level.go Randomize player and creep placement 2 years ago
main.go Give player three lives 2 years ago
player.go Give player three lives 2 years ago
tile.go Initial commit 2 years ago
weapon.go Initial commit 2 years ago

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