Skip to content

Instantly share code, notes, and snippets.

@PBJI
Created May 7, 2024 05:36
Show Gist options
  • Save PBJI/8fd73d72afdc20347caa5fc7e3708d10 to your computer and use it in GitHub Desktop.
Save PBJI/8fd73d72afdc20347caa5fc7e3708d10 to your computer and use it in GitHub Desktop.

Games List

  1. Snake Game
  • Description: A classic arcade game where the player controls a snake to eat food and grow longer. Be careful not to collide with the snake's own body or the walls!
  1. Tic-Tac-Toe
  • Description: A two-player game where each player takes turns marking X or O on a 3x3 grid. The objective is to get three of your marks in a row, either horizontally, vertically, or diagonally.
  1. Memory Game
  • Description: Test your memory skills by matching pairs of cards within a certain time limit. The cards are initially face-down, and you need to remember their positions to make successful matches.
  1. Flappy Bird
  • Description: Guide a bird through a series of pipes by tapping the screen to make it flap its wings. Avoid colliding with the pipes, as even a slight touch can be fatal!
  1. Pong
  • Description: A classic table tennis game where players control paddles to hit a ball back and forth. The goal is to score points by making the ball pass the opponent's paddle.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment