did some fixes on the readme
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Andre Henriques 2024-01-19 21:29:45 +00:00
parent b21496dad6
commit 0f9f885cc0

View File

@ -1,13 +1,13 @@
# Application Coperative "Atomas" Game
The application that this project implements is a coperative version of the game [Atomas](https://play.google.com/store/apps/details?id=com.sirnic.atomas&hl=en&gl=US&pli=1).
Atomas is a simple single player mobile phone which allows players to combine atomns to make new attoms with heigher atomic numbers.
Atomas is a simple single player mobile phone game which allows players to combine atomns to make new attoms with heigher atomic numbers.
The Server application inplements a coperative, and simplified version of this game that allows players to play a game of Atomas in the same board at the same time.
The Server uses Paxos to guanratee that the only user can play at the time and that a player can not make a move on a diferent game state than another player.
Ther `server.ex` file both provides some server code that runs this service and a client code that can be used to display some the game state in the terminal with nice representation
Ther `server.ex` file both provides some `Server` Module that runs this service and a `Client` Module that can be used to display some the game state in the terminal with nicer representation.
# API