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 b812b092e0 Draw hearts to indicate player health 1 year ago
assets Draw hearts to indicate player health 1 year ago
.gitignore Add hurt sound 1 year ago
LICENSE Initial commit 1 year ago
README.md Initial commit 1 year ago
audio.go Add hurt sound 1 year ago
character_spritesheet.go Initial commit 1 year ago
creep.go Draw hearts to indicate player health 1 year ago
environment_spritesheet.go Initial commit 1 year ago
game.go Draw hearts to indicate player health 1 year ago
go.mod Add hurt sound 1 year ago
go.sum Add hurt sound 1 year ago
level.go Draw hearts to indicate player health 1 year ago
main.go Give player three lives 1 year ago
player.go Give player three lives 1 year ago
tile.go Initial commit 1 year ago
weapon.go Initial commit 1 year 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