Twin-stick shooter
assets | ||
.gitignore | ||
character_spritesheet.go | ||
creep.go | ||
environment_spritesheet.go | ||
game.go | ||
go.mod | ||
go.sum | ||
level.go | ||
LICENSE | ||
main.go | ||
player.go | ||
README.md | ||
tile.go | ||
weapon.go |
Carotid Artillery
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
- ebiten - 2D game engine