Skip to content

Commit

Permalink
reformat readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-debbech committed Nov 28, 2020
1 parent 80d87a6 commit 57f4584
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
# Uno Online!
This is just a very experimental work to grasp the Native Web technologies (HTML/CSS, JavaScript, PHPv7, AJAX, JQuery). \

I created the universal classic Uno game from scratch as a Web Development Project.

### Where to go:
The game is hosted on: https://unoonline1.000webhostapp.com/ or http://unoonline.42web.io/ \
Open the website and create room and share the code with your friends to join you and start the match. \
**For Developers:** \
Structure of the project:
/core : contains the core engine of the entire game.
|_____ /core/game: contains the core engine of the game logic.
|_______________ /core/game/ajax: contains the scripts that refreshes the page with AJAX
/entities: contains all model classes of the entire game.
|_________ /entities/game: all the model classes of entire game.
/assets: contains all the resouces.
|_______ /assets/cards_templates: uno cards are made up of pure html and css so these files contain them.
|________ /assets/css: contains all the stylesheets of the the project
|________ /assets/js: contains all java script code of the project as well as AJAX ones.
|_________ /assets/res: all the media are there.
Structure of the project: \
/core : contains the core engine of the entire game. \
|_____ /core/game: contains the core engine of the game logic. \
|_______________ /core/game/ajax: contains the scripts that refreshes the page with AJAX \
/entities: contains all model classes of the entire game. \
|_________ /entities/game: all the model classes of entire game. \
/assets: contains all the resouces. \
|_______ /assets/cards_templates: uno cards are made up of pure html and css so these files contain them. \
|________ /assets/css: contains all the stylesheets of the the project \
|________ /assets/js: contains all java script code of the project as well as AJAX ones. \
|_________ /assets/res: all the media are there. \

# Contributors:
* Ons Kéchrid : Designer for almost everything you see.
Expand All @@ -26,7 +25,7 @@ Structure of the project:

**Ps: The project is closed at the moment but for any suggestions of new contributions it will be reopened again!**

# Original Authors:
### Original Authors:
* Ahmed Debbech -> [twitter](https://twitter.com/AhmedDebb)


0 comments on commit 57f4584

Please sign in to comment.