-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #45 from Meetjain1/patch-1
Create LEARN.md
- Loading branch information
Showing
1 changed file
with
87 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
# Learn About Our <br> Chrome Gaming Formation Absent Project | ||
|
||
Welcome to our Chrome Gaming Formation Absent project repository! This project is officially accepted for GSSOC'2k24. 🌟 Below, you'll find detailed information about the project and resources to help you get started. | ||
|
||
## About Our Project | ||
|
||
**Formation Absent**: | ||
is a turn-based puzzle - an abstract representation of a battle. In each of the 13 stages two armies are colliding. As a member of the Green side, you’ll have to restore the lost battle formation of the Green party. Move through the battlefield.. | ||
|
||
## Tech Stack Used 🛠️ | ||
|
||
- **HTML**: The backbone of the webpage structure. | ||
- **CSS**: Styling the webpage to make it visually appealing. | ||
- **JavaScript**: Adding interactivity and dynamic content. | ||
- **Bootstrap**: is a popular front-end framework for developing responsive and mobile-first websites. | ||
- **Jquery**: is a fast, small, and feature-rich JavaScript library that simplifies HTML document traversal, event handling, and animation. | ||
- **MySQL**: is a popular open-source relational database management system. The official documentation provides comprehensive information on MySQL installation, configuration, usage, and more. | ||
- **PHP**:is a widely-used open-source scripting language especially suited for web development. The official PHP documentation provides detailed information on PHP functions, classes, and features. | ||
- **Web-socket-Api**: WebSockets provide a full-duplex communication channel over a single, long-lived TCP connection, making it useful for applications that require real-time communication. | ||
<hr> | ||
|
||
## Resources to Learn 📚 | ||
|
||
Here are some resources to help you get started with the technologies used in this project: | ||
|
||
- **HTML** | ||
- [MDN Web Docs on HTML](https://developer.mozilla.org/en-US/docs/Web/HTML) | ||
- [W3Schools HTML Tutorial](https://www.w3schools.com/html/) | ||
|
||
- **CSS** | ||
- [MDN Web Docs on CSS](https://developer.mozilla.org/en-US/docs/Web/CSS) | ||
- [W3Schools CSS Tutorial](https://www.w3schools.com/css/) | ||
|
||
- **JavaScript** | ||
- [MDN Web Docs on JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript) | ||
- [W3Schools JavaScript Tutorial](https://www.w3schools.com/js/) | ||
|
||
- **Bootstrap** | ||
- [Bootstrap Documentation](https://getbootstrap.com/docs/) | ||
|
||
- **jQuery** | ||
- [jQuery Documentation](https://api.jquery.com/) | ||
|
||
- **MySQL Documentation** | ||
- [MySQL Documentation](https://dev.mysql.com/doc/) | ||
- [MySQL 8.0 Reference Manual](https://dev.mysql.com/doc/refman/8.0/en/) | ||
- [MySQL Developer Guide](https://dev.mysql.com/doc/dev/) | ||
|
||
- **PHP Documentation** | ||
- [PHP Manual](https://www.php.net/docs.php) | ||
- [PHP Language Reference](https://www.php.net/manual/en/langref.php) | ||
- [PHP Function Reference](https://www.php.net/manual/en/funcref.php) | ||
|
||
### | ||
- **WebSocket API Documentation** | ||
- [WebSocket API](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket) | ||
- [RFC 6455 - The WebSocket Protocol](https://tools.ietf.org/html/rfc6455) | ||
- [WebSocket API W3C](https://www.w3.org/TR/websockets/) | ||
|
||
<hr> | ||
|
||
## Frequently Asked Questions (FAQ) ❓ | ||
|
||
### Who can contribute to this project? | ||
Anyone with knowledge of HTML, CSS, Bootstrap, Jquery, MySQL, PHP, Web socket api and JavaScript can contribute to this project. We welcome contributions from beginners and experienced developers alike. | ||
|
||
### How can I test the project locally? | ||
You can clone the repository to your local machine and open the `index.html` file in your web browser to see the project in action. | ||
|
||
### Where can I find the project documentation? | ||
The project documentation, including setup instructions and contribution guidelines, is available in the [README.md](./README.md) and [CONTRIBUTING_GUIDELINE.md](./.github/CONTRIBUTING_GUIDELINE.md) file. | ||
|
||
### Who do I contact for help or questions? | ||
If you have any questions or need assistance, you can contact the project maintainers through their provided contact details in [README.md](./README.md) file. | ||
|
||
### How do I suggest new features for the project? | ||
You can suggest new features by opening an issue in the repository. Please provide a clear description of the feature and its benefits. | ||
|
||
### Are there any guidelines for coding standards? | ||
Yes, we follow standard coding practices. Please ensure your code is clean, well-documented, and adheres to the style guide mentioned in the [CONTRIBUTING_GUIDELINE.md](.github/CONTRIBUTING_GUIDELINE.md). | ||
|
||
### Can I report bugs and issues? | ||
Absolutely! If you encounter any bugs or issues, please report them by opening an issue in the repository. Provide as much detail as possible to help us address the problem promptly. | ||
|
||
<hr> | ||
|
||
We hope these resources and FAQs help you get started with Our Chrome Gaming Formation Absent project. Happy coding! 🌟 |