Old Wev Game

https://prince000101.github.io/OldWevGame.github.io/ Welcome to the Retro Game Collection! This project features a selection of classic games, each designed to evoke nostalgia and provide hours of entertainment. Below you'll find details about the project structure, setup instructions, and descriptions of the included games.

Project Structure

retrogame.github.io
├── index.html          # Main homepage for the game gallery
├── style.css           # Global styles for a retro look
├── games               # Directory containing individual game pages
│   ├── space-shooter.html  # Space Shooter game page
│   ├── tetris.html         # Tetris game page
│   ├── snake.html          # Snake game page
│   ├── chess.html          # Chess game page
├── assets              # Directory for assets
│   ├── images           # Game images
│   │   ├── space.png    # Image for Space Shooter
│   │   ├── snake.png    # Image for Snake
│   │   ├── tetris.png   # Image for Tetris
│   │   ├── chess.png    # Image for Chess
│   ├── css              # Stylesheets
│   │   └── retro.css     # Additional retro styles
│   └── js               # JavaScript files for game functionality
│       ├── space-shooter.js  # Logic for Space Shooter
│       ├── snake.js          # Logic for Snake
│       ├── tetris.js         # Logic for Tetris
│       ├── chess.js          # Logic for Chess
└── README.md          # Project documentation

Setup Instructions

  1. Clone the repository or download the project files.
  2. Open index.html in a web browser to access the game gallery.
  3. Click on any game thumbnail to start playing.

Game Descriptions

  • Space Shooter: A classic arcade-style shooter where players control a spaceship and must defeat waves of enemies.
  • Tetris: The iconic puzzle game where players must fit falling blocks together to clear lines.
  • Snake: A simple yet addictive game where players control a snake that grows longer as it eats food, avoiding collisions with itself and the walls.
  • Chess: The timeless strategy game where two players compete to checkmate the opponent's king.

Enjoy your gaming experience!

Built With

Share this project:

Updates