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.
|
2 years ago | |
---|---|---|
assets | 2 years ago | |
.gitignore | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
character_spritesheet.go | 2 years ago | |
creep.go | 2 years ago | |
environment_spritesheet.go | 2 years ago | |
game.go | 2 years ago | |
go.mod | 2 years ago | |
go.sum | 2 years ago | |
level.go | 2 years ago | |
main.go | 2 years ago | |
player.go | 2 years ago | |
tile.go | 2 years ago | |
weapon.go | 2 years ago |
README.md
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