Game multiplayer with chat (my first game)
Posted: Mon May 01, 2017 6:25 pm
Hello developers, first of all, sorry for my bad english
I'm implementing my first game using love2D called Yoté.
My intention is not to show a perfect game, but to contribute in some way with:
Multiplayer game
Turn control between players
Chat without GUI (Suffering)
Real-time moving using LuaSockets
Yoté follows the following rules (not all of them are yet implemented):
Each player has 12 pieces that start off the board
Each player puts one piece at a time
The pieces can only move forward and side, never diagonally
The player can eat his opponent's piece by passing a house over it
If possible you can eat multiple pieces in the same move
The player who ate an opponent's piece can eliminate any other piece of the opponent on the board
Win the player who eats all the pieces or totally block the opponent
Is implemented:
Multiplayer, including watching the opponent's real-time move
Validation of plays (intelligent board)
Eating pieces
Turn control
Chat
Giving up on departure
I hope to contribute in some way and thanks for your attention!
github link:
https://github.com/marcosmfilho/game-multiplayer-lua
Thanks!
I'm implementing my first game using love2D called Yoté.
My intention is not to show a perfect game, but to contribute in some way with:
Multiplayer game
Turn control between players
Chat without GUI (Suffering)
Real-time moving using LuaSockets
Yoté follows the following rules (not all of them are yet implemented):
Each player has 12 pieces that start off the board
Each player puts one piece at a time
The pieces can only move forward and side, never diagonally
The player can eat his opponent's piece by passing a house over it
If possible you can eat multiple pieces in the same move
The player who ate an opponent's piece can eliminate any other piece of the opponent on the board
Win the player who eats all the pieces or totally block the opponent
Is implemented:
Multiplayer, including watching the opponent's real-time move
Validation of plays (intelligent board)
Eating pieces
Turn control
Chat
Giving up on departure
I hope to contribute in some way and thanks for your attention!
github link:
https://github.com/marcosmfilho/game-multiplayer-lua
Thanks!