nice website, Thanks for sharing. I like board games, so I'll definitely try some (or all) of them.
> I'm always looking for new games or new features to add
Nice feature to add would be single device multiplayer for the games.
I play board games mostly in person. I know that there are travel versions of many games... but I don't like to carry too much stuff. So I've created 2 games that I sometimes play with other people (e.g. on a train, bus, or anywhere else if there's nothing better to do).
Both games have only 2 player mode on single device. They're PWAs with offline support, so you can install them on your phone and don't need internet to play.
first 3 are web apps, that can be installed (even on phones) and work offline.
backgammon: https://github.com/nenadalm/backgammon
- board game for 2 players, no single player
- I use it when I'm out with someone and there's nothing better to do
- couldn't find free one on play store without adds and in-app purchases
life-counter: https://github.com/nenadalm/life-counter
- life counting app for 2 players, usable with several board games. It has profiles that allow to configure number of hp, count-up/count-down. I use it mainly for StarRealms and Cribbage.
- couldn't find one on play store that would allow quickly adding/subtracting specific amount of hp. All I've tried could either add/subtract by 1 (annoying with bigger numbers, like 24) or set specific amount (I have a phone, which is capable of doing the math, so why would I do it?).
bbb-games-list: https://github.com/nenadalm/bbb-game-list
- I attend various board gaming places with sometimes crappy list of games on their website (just names, nothing else - like player count...), so I wrote my own site, which download's games from these sites and enriches them with info from bgg (updated via cronjob once a week via PR)
postgresql-log-viewer: https://github.com/nenadalm/postgresql-log-viewer
- I needed to see which sql queries were executed by an app, so I wrote an app that can read them real-time from csv logs of postgres and show them formatted with copy-paste option (didn't use it for quite a while, since I don't use postgres lately).
> I'm always looking for new games or new features to add
Nice feature to add would be single device multiplayer for the games.
I play board games mostly in person. I know that there are travel versions of many games... but I don't like to carry too much stuff. So I've created 2 games that I sometimes play with other people (e.g. on a train, bus, or anywhere else if there's nothing better to do).
Both games have only 2 player mode on single device. They're PWAs with offline support, so you can install them on your phone and don't need internet to play.
These are:
- backgammon: https://nenadalm.github.io/backgammon/ (link to the rules at the bottom in menu)
- virus wars: https://nenadalm.github.io/virus-wars/ (link to the rules at the bottom)