Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oliboy50/bga-velonimo
Velonimo boardgame adaptation for Board Game Arena
https://github.com/oliboy50/bga-velonimo
bga game velonimo
Last synced: 3 months ago
JSON representation
Velonimo boardgame adaptation for Board Game Arena
- Host: GitHub
- URL: https://github.com/oliboy50/bga-velonimo
- Owner: Oliboy50
- License: gpl-3.0
- Created: 2022-03-31T16:33:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-15T14:52:59.000Z (4 months ago)
- Last Synced: 2024-10-03T07:09:40.407Z (3 months ago)
- Topics: bga, game, velonimo
- Language: JavaScript
- Homepage:
- Size: 4.57 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# bga-velonimo
> Board Game Arena adaptation of a card game named Velonimo
## Reminders
### Create sprite of cards
- Create cards.png sprite from 180x251 card images:
```shell
magick montage $(ls blue-*.png) $(ls brown-*.png) $(ls gray-*.png) $(ls green-*.png) $(ls pink-*.png) $(ls red-*.png) $(ls yellow-*.png) back-ext_legendes.png $(ls adventurer-*.png) $(ls special-*.png) -geometry +0+0 -tile 7x9 -mode concatenate -background none cards.png
```
- Create finish.png sprite from 150x150 finish images:
```shell
magick montage $(ls finish_*.png) -geometry +0+0 -tile 4x1 -mode concatenate -background none finish.png
```
- Reduce generated sprites size by ~90% (using https://tinypng.com or https://compresspng.com if the file is too large)## License
### Original board game
See [Velonimo on BoardGameGeek](https://boardgamegeek.com/boardgame/323262/velonimo) to see who designed/published the original card game.
### Board Game Arena adaptation (this repository)
What is contained in the first git commit is licensed under [LICENCE_BGA](LICENCE_BGA) file (this is the source code generated by the Board Game Arena framework).
The images (in `img`) come from the original game design which is the property of the [Velonimo game designers](https://boardgamegeek.com/boardgame/323262/velonimo).
The usage of these images in this project is done with the agreement of the Velonimo game publisher ([Stratosphères](https://www.studiostratospheres.com)).The game interface is inspired from [bga-papayoo](https://github.com/Syarwin/bga-papayoo).
The rest is licensed under GPLv3, credits go to the git commits author. - See [LICENSE.md](LICENSE.md) file.