Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: Update README file with additional information. #3027

Closed
wants to merge 4 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
43 changes: 32 additions & 11 deletions Games/3d_Snake/README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,40 @@
# **Game_Name**

3D Snake Game
## **3D Snake Game ๐Ÿ**

Welcome to the 3D Snake Game, a classic snake game brought to life in a 3D world! This game is built using HTML, CSS, and JavaScript, and it's designed for both beginners and casual gamers. Get ready to have a blast! Below, you'll find all the information you need to play and enjoy the game to the fullest.

## **Gameplay ๐ŸŽฏ**
The objective of the game is simple: control a snake and gobble up as many apples as you can without running into the walls or colliding with your own tail. As you devour apples, your snake will grow longer, making the challenge increasingly exciting.

## **Description ๐Ÿ“ƒ**
Frontend game developed using HTML, CSS, JavaScript. Points will be gained by maximum number of eating.
Welcome to our exhilarating 3D Snake Game, a dazzling feat of frontend development crafted with HTML, CSS, and JavaScript.
- Technology Stack used are HTML,CSS

## **functionalities ๐Ÿ•น๏ธ**
- The game area will contain a snake.
- Players can move the snake using the arrow keys.
- Players will gain points when the snake eats an apple.
- The more apples the snake eats, the more points the player will gain.
- The game ends if the snake hits itself or the walls.

## **How to play? ๐ŸŽฎ**
- Fire up your web browser and open the game.
- Use the arrow keys to maneuver your snake through the 3D maze and eat apples.
- Collect as many apples as you can without making your snake crash into walls or itself.
- With each apple consumed, your snake will extend its length, making navigation more challenging.
- Remember, the game is over if your snake collides with a wall or itself.

## **Tips ๐Ÿ’ก**

Here are some useful tips to maximize your gaming experience:

- Position your snake near the center of the screen. This provides more room to navigate and reduces the risk of accidents.
- Pay close attention when devouring apples. Hasty movements can lead to an unfortunate self-collision.
- As your snake grows longer, controlling it becomes trickier. Be strategic in your apple-eating to prevent your snake from getting unmanageably long.
- Now that you have the hang of it, dive into the game, give it your best, and have a blast!

## **functionalities ๐ŸŽฎ**
- There will be snake in the game area
- Player can move the snake by using the arrow keys
- Once the snake eats the eating object points will be gained
- The more the snake eats more points will be gained accordingly

## **How to play? ๐Ÿ•น๏ธ**
- Player can move the snake by using arrow keys
- Once the snake eats the food the player will get points
Enjoy the game, and remember to have fun on this delightful journey of twists, turns, and tantalizing apples. ๐ŸŽฎ๐Ÿ๐Ÿ

## **Screenshots ๐Ÿ“ธ**

Expand Down