Skip to content

Commit

Permalink
Adding Guide to lunch the application in the readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
AymanxMohamed committed Feb 21, 2022
1 parent a0c728f commit 94ea39a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
Binary file added 00 Project Materials/05 Images/serverViews/03.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ https://user-images.githubusercontent.com/72627215/154819722-d28422cd-a888-4a81-





<p align="center">
<img src="https://github.com/AymanxMohamed/Tick-Tac-Toe-Game/blob/main/00%20Project%20Materials/05%20Images/00%20Client/After%20Login/08.jpg" alt="Build Status">
</p>
Expand All @@ -225,8 +227,28 @@ https://user-images.githubusercontent.com/72627215/154819722-d28422cd-a888-4a81-
<img src="https://github.com/AymanxMohamed/Tick-Tac-Toe-Game/blob/main/00%20Project%20Materials/05%20Images/00%20Client/After%20Login/09.jpg" alt="Build Status">
</p>

## How to play

- First Clone The Project
- Create the dataabase schema
- you have to use Microsoft sql server
- go to the /'00 Project Materials'/'00 Database'/'02 Database quires' and open 'new Database Schema.sql' file in your database management studio
- after creating the data base you have to add user to the data base with the name
- username: ayman
- password: @01208538504@
- databaename: TicTacToe
- or simbly create new database but in this case you have to change the configuration in DatabaseManager.openDatabaseConnection Method
<p align="center">
<img src="https://github.com/AymanxMohamed/Tick-Tac-Toe-Game/blob/main/00%20Project%20Materials/05%20Images/00%20Client/After%20Login/08.jpg" alt="Build Status">
</p>


# Contributors
- After creating the database you can now build and run the server project using netbeans or intellij idea as a maven project
- you can lunch the Client App using the executable jar file or using netbeans orr intellij idea
- if you have any problems in running the game feel free to contact us
- note that the server is runing by default on port 9000 you can change this in the Server class
- note: you will never be able to try the game without the server you have to open the server first
## Contributors

<table>
<tr>
Expand Down

0 comments on commit 94ea39a

Please sign in to comment.