-
Notifications
You must be signed in to change notification settings - Fork 50
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 #64 from Meetjain1/patch-1
Create LEARN.md
- Loading branch information
Showing
1 changed file
with
68 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,68 @@ | ||
# Learn About Our Spaceship-escort ✈️ Project! | ||
|
||
Welcome to our Spaceship-escort 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. | ||
|
||
## Project Overview 🌈 | ||
|
||
**Spaceship Escort**: is a game where players protect spacecraft from threats in space. Players control escort ships, defend against attacks, and complete missions involving navigation, combat, and strategic decisions, developed using **HTML**, **CSS**, **JavaScript**, **Bootstrap** and **Jquery**. | ||
|
||
## 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. | ||
|
||
<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/) | ||
|
||
<hr> | ||
|
||
## Frequently Asked Questions (FAQ) ❓ | ||
|
||
### Who can contribute to this project? | ||
Anyone with knowledge of HTML, CSS, Bootstrap, Jquery 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 Spaceship-escort project. Happy coding! 🌟 |