carotidartillery/README.md

55 lines
1.3 KiB
Markdown
Raw Normal View History

2021-10-05 03:47:29 +00:00
# Carotid Artillery
[![Donate](https://img.shields.io/liberapay/receives/rocketnine.space.svg?logo=liberapay)](https://liberapay.com/rocketnine.space)
2021-10-08 05:44:40 +00:00
Twin-stick shooter
2021-10-05 03:47:29 +00:00
**Note:** This game is in pre-alpha state. Here be dragons.
This game was created during the [2021 Vampire Themed Game Jam](https://itch.io/jam/vampire-themed-game-jam-october-2021).
## Play
2021-10-12 03:49:45 +00:00
Playing with a gamepad is recommended.
2021-10-08 05:44:40 +00:00
### Browser
[**Click here to play Carotid Artillery**](https://rocketnine.itch.io/carotid-artillery)
### Desktop
2021-10-05 03:47:29 +00:00
**Note:** You will need to install the dependencies listed for [your platform](https://github.com/hajimehoshi/ebiten/blob/main/README.md#platforms).
Run the following command to build a `carotidartillery` executable:
`go install code.rocketnine.space/tslocum/carotidartillery@latest`
Run `~/go/bin/carotidartillery` to play.
2021-10-20 01:46:11 +00:00
## 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.
2021-10-05 03:47:29 +00:00
## Support
Please share issues and suggestions [here](https://code.rocketnine.space/tslocum/carotidartillery/issues).
## Dependencies
- [ebiten](https://github.com/hajimehoshi/ebiten) - 2D game engine