You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
10 months ago | |
---|---|---|
assets | 10 months ago | |
.gitignore | 10 months ago | |
LICENSE | 10 months ago | |
README.md | 10 months ago | |
audio.go | 10 months ago | |
creep.go | 10 months ago | |
game.go | 10 months ago | |
go.mod | 10 months ago | |
go.sum | 10 months ago | |
goreleaser.yml | 10 months ago | |
item.go | 10 months ago | |
level.go | 10 months ago | |
main.go | 10 months ago | |
player.go | 10 months ago | |
ss_bat.go | 10 months ago | |
ss_environment.go | 10 months ago | |
ss_player.go | 10 months ago | |
tile.go | 10 months ago | |
weapon.go | 10 months ago |
README.md
Carotid Artillery
Twin-stick shooter
Note: This game is in pre-alpha state. Here be dragons.
This game was created during the 2021 Vampire Themed Game Jam.
Play
Playing with a gamepad is recommended.
Browser
Click here to play Carotid Artillery
Desktop
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