Git Product home page Git Product logo

gamesphere's Introduction

Hello Contributers New Marking System

-> Bug or singlePlayer game - level1

-> Online Multiplayer Game - level2

-> Enhancement of website - level3

Note- Level 3 is only provide when someone enhance and change some big functionalities.

Table of Contents

GSSOC'23 Welcome To All Contributers ๐ŸŒป

About GSSoC

GirlScript Summer Of Code is a three-month-long Open-Source Program conducted every summer by the Girlscript Foundation. With constant efforts, participants contribute to numerous projects under the extreme guidance of skilled mentors over these months. With such exposure, students begin to contribute to real-world projects from the comfort of their homes. GirlScript Summer Of Code has witnessed active participation over the years, and the 2023 edition aims to carry the legacy with a promising impact.

About Girlscript Foundation

The GirlScript Foundation is one of the leading foundations in India. It has successfully completed Five Years of educating young minds through robust initiatives. It aims to change lives by imparting tech education and relevant skills while fostering diversity. Apart from this, the Foundation is one of the worldโ€™s largest tech community for students to polish and nurture their technical skills. Our tremendous endeavors curb the gap to offer a technophilic environment and revolutionize the tech domain by promoting, sharing, and spreading knowledge equally to every individual.


About Our Project ๐Ÿ’ป



Name - GameSphere

Technologies Used - HTML, CSS, JavaScript, Bootstrap, WebSocket, jQuery, PHP, MySQL, Laravel etc..

Our Aim - Our primary goal is to create a website where two or more friends can gather and play games online (such as multiplayer) without having to download any software or tools to their computers or mobile devices.

Who are able to work with Us - UI/UX Design, Front-end developer, Back-end developer, *Know about WebSocket etc.. and also if you want to contribute in different fields we welcome you


Available Games ๐ŸŽฎ

List of Single Player Games

SNo. Game
1 Memory Card Game
2 Ping Pong
3 Rock Paper Scissor
4 Bingo Game
5 Tower
6 2048game
7 3d Car Racing Game
8 Anthority
9 Anti Virus
10 Audio Dash
11 Back to Space
12 Banner Image
13 Black Jack
14 Blanks Detective
15 Block Buster
16 Box Slice
17 Bullseye Game
18 Bunny
19 CHESS
20 Candy Crush
21 Card flip Game
22 Code Pong game
23 Complicit
24 Connect4
25 Curve
26 Cycles
27 DEEP SPACE
28 Day Of The Glitch
29 Dinosaur Game
30 Dont-Die-To-Ghosts
31 Doremon Puzzle
32 Dragon World Game
33 Dinosaur Game
34 Drum_Kit_Play_Game
35 Element Puzzle
36 Escape from Maze
37 Fall-down
38 Flip The Card
39 Formation Absent
40 Frantic Run
41 Galaxy Rider
42 GeekTacToe
43 Guess The Number
44 Hangman Game
45 HexGL-master
46 Hover_Board_Effect
47 I_Want_To_Google_The_Game
48 Jumbit
49 JunoJs
50 LOSSST
51 Math Puzzle Game
52 Memory Game
53 Mexico Escape
54 Minesweeper Game
55 Movie Guess Game
56 Off The Lines
57 Off the line
58 PACKABUNCHAS
59 Pac - Man Doodle
60 Pacific_Air_Battle
61 Pinball
62 Ping Pong Game
63 Platform Game
64 Rock-Paper-Scissors
65 Rubik_Cube
66 SHUTTLEDECK
67 SUDOKU
68 Sci-Fi Alchemy
69 Scroll Run
70 Short Circuit
71 Snake Game
72 Space Exploration
73 Space Menace
74 Space-Gum
75 SpaceHuggers
76 Spaceship Escort
77 Squared Lines
78 Stack-Game-main
79 Strata
80 SwimmingWithSharks
81 Tenacity
82 Tetris
83 TheMoleGame
84 Theo's Escape
85 Tindeath
86 Track_Not_Found
87 Traffic_Run
88 Tritetris - A game that extends from Tetris
89 Typing Game
90 Whake_M_Mole_Game
91 World of Emojis
92 alien-shooting-game
93 back-up-master
94 back4gone-master
95 bit butcher
96 black-jack-game
97 doodle-jump-game
98 floppybird
99 hextris-gh-pages
100 nuclear-safe
101 offline
102 pig game
103 save the forest
104 sciarra of colors
105 slide-puzzle-master
106 snakes and ladder
107 space-invaders
108 space-war
109 tower-defens
110 tower
111 whack-a-mole
112 wordScramble
113 Dots and Boxes Game
114 RabbitGame
115 Dots and Boxes Game
116 Color_Blast_Game
117 Guess the Correct Logo
118 Guess the Correct Logo
119 Kill_The_Bird_Game
120 Dots and Boxes Game
121 Virtual Piano
122 Chill_Lion_Game
123 Coloron Game
124 Guess the Correct Logo
125 Kill_The_Bird_Game
126 Dots and Boxes Game
127 Virtual Piano
128 Classic Pool Game
129 Virtual Piano
130 Virtual Piano
131 Bad Depot
132 Whisker's_Leap
133 Mastermind
134 1024 moves game
135 AngryBoars
134 1024 moves game
135 1024 moves game
136 RGB Riddle
137 Atlas
138 Among Us game
139 Dungeon Crawler
140 ArmorAlley
141 Falling Blocks
142 Stack 'Em Up
143 MixAndPaint
144 Bubble_Blast_Game
145 Starship Panic
146 Hunt Your Card
147 Cable_Maze
144 Starship Panic
145 Guess The Random Shape
144 Bubble_Blast_Game
145 Starship Panic
146 Hunt Your Card
147 Crossy_Road_Game
148 Bubble_Blast_Game
149 Starship Panic
150 Hunt Your Card
151 Cable_Maze
152 Bubble_Blast_Game
153 Bounce
154 Lights Out
155 Lonely_Phantom
156 Frogger
157 Spider Man Game

How to make a PR in a Project ๐ŸŸข

If you are interested to contribute in this project how to start contribute

  1. Fork the repo.

  2. 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>/GameSphere
  3. 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/Durgesh4993/GameSphere/
  4. Create a new branch. To create a new branch, run the following command in your terminal:

    git checkout -b <your-branch-name>
  5. Make changes in source code.

  6. Add your changes To add your changes, run the following command in your terminal:

    git add <File1 changed> <File2 changed> ...
  7. Commit your changes. To commit your changes, run the following command in your terminal:

    git commit -m "<your-commit-message>"
  8. Push your changes. To push your changes, run the following command in your terminal:

    git push origin <your-branch-name>
  9. Create a PR.


Alternatively Using GitHub Desktop

  1. Open GitHub Desktop and log in to your GitHub account.

  2. Make sure you are on the "Current Repository" view. If not, go to "File" and select "Add Local Repository" to add your repository.

  3. 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.

  4. 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.

  5. 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.

  6. 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.

  7. 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.

  8. 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.


Project Admin

Aman Kumar Singh
Aman Kr. Singh

Project Mentors


Durgesh Kumar Prajapati

Mahamat Abdelkerim Abakar

Contributors

gamesphere's People

Contributors

durgesh4993 avatar aman1-coder avatar lakhan06 avatar arcvaishali avatar vsatwika avatar 0xabdulkhalid avatar srujana-16 avatar avdhesh-varshney avatar patilharshh avatar kalivarapubindusree avatar s-ishita avatar chinmayjain08 avatar shraddha761 avatar tisha6661 avatar abhinavcode13 avatar mahamat-abdelkerim-abakar avatar vyshnavi21504 avatar sujanrupu avatar keyuri-19 avatar ankitabarbora avatar thakurdiwakar avatar jadavshraddha avatar trishanu-init avatar tayyab-ilyas avatar soumyajit2825 avatar shubhisingh184 avatar vidhimakani74 avatar nishitbaria avatar ananyasdhar avatar dhairyamajmudar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.