Virtual board games.
The common myna is a bird in the family Sturnidae, native to Asia. An omnivorous open woodland bird with a strong territorial instinct, the common myna has adapted extremely well to urban environments. Photo by Gerrie van Vuuren, CC BY-SA 4.0 |
myna
is a web app for virtual board games. The main idea is to provide a virtual table for any board game.
It doesn't force players to follow the rules of a game. Instead, like in real life, there are different game
objects to interact with.
Currently only simple movable game objects are supported, but there are plans to support more:
Object type | New ability |
---|---|
Object with multiple states that change in a particular or random order | Dice, power-ups, active player indicator |
Object stacks, pick game objects from the stack in a particular or random order | Card deck, object placement games |
Additional game zones hidden from other players | Virtual hand for card games |
https://github.com/maizy/myna/assets/789623/97952daa-3406-48a6-af20-c89ebdedb17b
docker compose up -d
deploy/helm/myna/values.yaml
cd deploy/helm
helm dependency build myna
helm install <NAME> myna
I made it because I needed to revise Spring ecosystem and do something useful at the same time.
So, the key points of this project are
For IntelliJ Idea:
Requirements:
Start DB:
./dev/start-db.sh
Start project in dev mode:
./gradlew bootRun
Or use run configurations for IntelliJ IDEA.