diff --git a/README.md b/README.md index 175e014..7a11769 100644 --- a/README.md +++ b/README.md @@ -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