Skip to content

"Automated setup of AWS EKS clusters and deployment of applications with Ingress configuration for traffic management."

License

Notifications You must be signed in to change notification settings

PournimaTivatane12/EKS-Cluster-App-Deployment-w-Ingress

Repository files navigation

EKS-Cluster-App-Deployment-w-Ingress

2048 Game

Overview

This project is an implementation of the popular game 2048. The objective is to combine tiles of the same number until you reach the 2048 tile. Each move shifts all tiles in the selected direction (up, down, left, right), and a new tile with a value of 2 or 4 appears on the board after each move. The game ends when no moves are left.

Features

👉 Simple and intuitive controls. 👉 Dynamic tile generation and merging logic. 👉 Score tracking based on tile merges. 👉 Restart functionality to begin a new game anytime.

Technologies Used

👉 HTML: Structure of the game. 👉 CSS: Styling the game board and tiles. 👉 JavaScript: Game logic for movement, tile merging, and score calculation.

How to Play

  1. Start the Game: Press the arrow keys (up, down, left, right) to move the tiles.
  2. Combine Tiles: When two tiles of the same value collide, they combine into one (e.g., 2 + 2 = 4, 4 + 4 = 8).
  3. Goal: Continue merging tiles until you create the 2048 tile or higher.
  4. End Game: The game ends when no more moves are possible.
  5. Score: Your score is calculated based on the value of the merged tiles.

Future Improvements

👉 Add an undo feature to reverse the last move. 👉 Implement additional animations for tile merging and movement. 👉 Add a leaderboard to track high scores across games. 👉 Implement mobile touch controls for a more responsive experience.

Deploy the deployment, service and Ingress

Screenshot 2023-08-03 at 7 57 15 PM

About

"Automated setup of AWS EKS clusters and deployment of applications with Ingress configuration for traffic management."

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages