Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1.77 KB

Contributing.md

File metadata and controls

26 lines (23 loc) · 1.77 KB

Contribution Guidelines

Hey there Contributor! Welcome to Games and Go!
Here you can create your very own games and share it with the world!
This project is for contributing old school-90's games to bring us back to simpler days 
So explore, play, and learn with React.js and contribute, keeping the essence of this project in mind.


How to Contribute to Games and Go

Check for ideas you can contribute to in the issues or create an issue for your idea.

File Structure

Screenshot (1716)

Contributing in the project

Step 1:
Create a new folder in Games folder in Src and add your files

  • Screenshot (1718)

Step 2:
Go to AllRoutes.js in Routes Folder and import your game with the suitable path to the javascript file.

  • Screenshot

Step 3:
In the same AllRoutes.js file, now add your name in the Routes with a suitable path.

  • Screenshot (1720)

Step 4:
Next, open data.js in Data folder and add the content that will be displayed in the homepage about your game

  • Screenshot (1722)

Step 5:
Congratulations 🎉🎉 you can now make your pull request


Other Contributions

You can contribute to the UI components of this repo or Documentation amendments