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.
|
1 year ago | |
---|---|---|
assets | 1 year ago | |
.gitignore | 1 year ago | |
LICENSE | 2 years ago | |
README.md | 1 year ago | |
audio.go | 1 year ago | |
creep.go | 1 year ago | |
debug.go | 1 year ago | |
flags.go | 1 year ago | |
flags_web.go | 1 year ago | |
game.go | 1 year ago | |
go.mod | 1 year ago | |
go.sum | 1 year ago | |
goreleaser.yml | 1 year ago | |
img.go | 1 year ago | |
item.go | 1 year ago | |
level.go | 1 year ago | |
main.go | 1 year ago | |
player.go | 1 year ago | |
ss_bat.go | 1 year ago | |
ss_environment.go | 1 year ago | |
ss_ojas_dungeon.go | 1 year ago | |
ss_player.go | 1 year ago | |
tile.go | 1 year ago | |
weapon.go | 2 years ago | |
win.go | 1 year ago |
README.md
Carotid Artillery
Twin-stick shooter
This game was created for the 2021 Vampire Themed Game Jam.
Play
Playing with a gamepad is recommended.
Browser
Desktop
Download
Download for Windows and Linux
Compile
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.
Gameplay
Items
Garlic
Eat garlic to repel creeps for 7 seconds.
Holy water
Break a vial of holy water to ward off death for 1 second.
Creeps
Vampire
Cursed creature with an insatiable thirst for blood.
Some vampires take the appearance of a bat.
Support
Please share issues and suggestions here.
Dependencies
- ebiten - Game engine
- go-dungeon - Dungeon layout generator