LudoPy News
Status: Pre-Alpha
Brought to you by:
rbreu
Now you can sort of play. You can log in, choose a board, start a game and do basics moves with pieces, but for now the exact rules aren't implemented yet. Of course, there's still lots of stuff that doesn't work...
So I just created this project. Not much to say yet, there's already code for both server and client but you can't play yet. Though the chat function already works. ;-)
Here some features I plan to implement:
* networked multiplayer
* computer players (bots)
* different variations of boards and rules, hopefully easily extensible
I've already worked out the basic GUI stuff and the network stuff (using PodSixNet), and the board data design. The first board is already implemented. ... read more