
At home, we played a lot of the Torjager board game. Simple rules and, in addition to luck with rolling the dice, you also need to think strategically about where to move the player. The goal is to place your player in the opponent’s up or prevent them from moving further and thereby score a point. The first to reach three points wins. I put the whole game in html+css+javascript and now we can also play via phone or desktop computer.
Code on Github: https://github.com/thehijacker/dicesoccer
Gameplay: https://thehijacker.github.io/dicesoccer/
The entire code is published on Github, where the game is also playable. It is possible to play locally for two players or against the computer. Hard difficulty is quite a challenge, I taught him strategies well. I even added playing against another player online (eg everyone on their phone). But it requires PHP to establish a connection and only that one doesn’t work on Github. Or you can download the code to your home server with Caddy/Nginx/Apache + PHP and that will work too.
From time to time I fix something, but for now the matter is very stable.
Posted by thj81

1 Comment
Super!