https://github.com/killercup/boop
https://github.com/killercup/boop
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/killercup/boop
- Owner: killercup
- Created: 2023-05-11T14:54:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T05:45:45.000Z (over 1 year ago)
- Last Synced: 2025-07-29T09:52:14.140Z (8 months ago)
- Language: Rust
- Size: 719 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# boop!
A turn-based game about kittens that boop each other.
## My Rules
- hex grid
- three kittens in a row = win
## Origin
I saw [this TikTok](https://vm.tiktok.com/ZGJHJk3oM/) about [this game](https://boardgamegeek.com/boardgame/355433/boop).
And suddenly I wanted to write a game again!
### Original Rules
- board is 6x6
- on your turn
- you can place a kitten on an empty slot
- all kittens on fields touching this one get booped away one field
- kittens can be booped off the edge
- if a kitten has another kitten against it to a side, it cannot be booped to that side
- cats are not booped
- or place a cat on an empty slot
- all kittens and cats are booped
- three kittens (or 1-3 kittens and 1-2 cats) in the same color are removed from the board and turn into three cats
- three cats in a row win
### Random ideas
- 3d with cute cat and kitten models
- alternative rule: three kittens turn into one cat
- alternative rule: kittens don't fall off but reappear on the other side of the board
## todo
- pretty
- adult cats