Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Pasek108 authored May 19, 2024
1 parent 1b933a4 commit 76fd8f5
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,16 @@
* [Features](#features)
* [Setup](#setup)
* [Acknowledgements](#acknowledgements)
* [Details](#details)
* [Project structure](#project-structure)
* [Code organization](#code-organization)

<!--
* [Details](#details)
* [User interface](#user-interface)
* [Project structure](#project-structure)
* [Code organization](#code-organization)
-->

<br>

Expand Down Expand Up @@ -104,7 +110,7 @@ To edit this program:

## Details
This section is a general description of the project required to understand how it works, the exact details are in the code or simply are the code.

<!--
### User interface
#### Main menu
![main menu](/_for_readme/main_menu.png)
Expand All @@ -116,10 +122,11 @@ This section is a general description of the project required to understand how
![main menu](/_for_readme/main_menu.png)
----------------------------------
-->

### Project structure
The project directory tree looks like this:
- :file_folder: TicTacToe (project folder)
- :file_folder: ConnectGame (project folder)
- :page_facing_up: *github and prepros config*
- :page_facing_up: *readme file*
- :page_facing_up: *index.html file*
Expand All @@ -145,6 +152,7 @@ The project directory tree looks like this:
> [!WARNING]
> Classes must be loaded from bottom to the top to avoid situation when class does not exist in the time of its objects creation
<!--
Menu is entry of the program.
Menu creates and manages one instance of each of the classes:
Expand All @@ -169,3 +177,4 @@ Game class creates and manages:
- Deer
- HappyDeer
-->

0 comments on commit 76fd8f5

Please sign in to comment.