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 aba5ddbd99 Add game over screen 2 years ago
assets Initial commit 2 years ago
.gitignore Initial commit 2 years ago
LICENSE Initial commit 2 years ago
README.md Initial commit 2 years ago
character_spritesheet.go Initial commit 2 years ago
creep.go Add game over screen 2 years ago
environment_spritesheet.go Initial commit 2 years ago
game.go Add game over screen 2 years ago
go.mod Add game over screen 2 years ago
go.sum Add game over screen 2 years ago
level.go Add game over screen 2 years ago
main.go Add game over screen 2 years ago
player.go Add game over screen 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