From 0f9f885cc070ada3f86c319295b3c14bc8ed69ef Mon Sep 17 00:00:00 2001 From: Andre Henriques Date: Fri, 19 Jan 2024 21:29:45 +0000 Subject: [PATCH] did some fixes on the readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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