- This is a Normal crossword game that we can play in virtually and blow I have print some tips for the beginners as well!
- The project will contain HTML, CSS and JavaScript files. The HTML file adds structure to the game followed by styling using CSS. JavaScript adds functionality to the game.
- Controls :
- Game Rules!
- Eat the food to gain score
- Do not touch the fire
- The fire multiplies once with even scores
- If you stay idle, the fire won't do anything
- Do not touch the moving fire
- Please play using arrow keys!
WhatsApp.Video.2024-05-22.at.22.04.28_dc4a1f96.mp4
Contribute to the repository by making a PR ๐ฎ
Make sure you star the repository and show your love to us๐
Also join the discord server for GameZone and start collaborating with others ๐
If you are interested to contribute in this project how to start contribute
-
Fork the repo.
-
After forking, clone the repo to your local machine. To clone the repo to your local machine, run the following command in your terminal:
git clone https://github.com/<your-github-username>/Community-Page
-
Add a remote upstream to the original repo. To add a remote upstream, run the following command in your terminal:
git remote add upstream https://github.com/sashank-sai/Touch-no-Fire-game/
-
Create a new branch. To create a new branch, run the following command in your terminal:
git checkout -b <your-branch-name>
-
Make changes in source code.
-
Add your changes To add your changes, run the following command in your terminal:
git add <File1 changed> <File2 changed> ...
-
Commit your changes. To commit your changes, run the following command in your terminal:
git commit -m "<your-commit-message>" -
Push your changes. To push your changes, run the following command in your terminal:
git push origin <your-branch-name>
-
Create a PR.
-
Open GitHub Desktop and log in to your GitHub account.
-
Make sure you are on the "Current Repository" view. If not, go to "File" and select "Add Local Repository" to add your repository.
-
In the "Current Repository" view, ensure you are on the branch that you want to submit a pull request for. If you're not on the correct branch, use the "Branch" menu to switch to the correct branch.
-
Once you're on the correct branch, make your changes and commit them to the branch. You can do this by clicking the "+" button in the upper-left corner of the GitHub Desktop window, making your changes, and then entering a commit message.
-
After you've made your changes and committed them, click the "Push origin" button in the top-right corner of the GitHub Desktop window. This will push your changes to the remote repository on GitHub.
-
Now, go to the GitHub website, navigate to your fork of the repository, and you should see a button to "Compare & pull request" between your fork and the original repository, click on it.
-
On the pull request page, you can review your changes and add any additional information, such as a title and a description, that you want to include with your pull request.
-
Once you're satisfied with your pull request, click the "Create pull request" button to submit it.
Note: In order to create a pull request, you must have a fork of the original repository in your GitHub account and you must have made the changes in that forked repository.
- This project thanking all the contributors for having your valuable contribution to our project
- Make sure you show some love by giving โญ to our repository