This repository contains a Dockerized version of the popular 2048 game.
To get started, follow these steps:
- Clone the repository onto your local machine.
- Configure a EBS (Elastic Bean Stalk) Or Ec2 Instance
- Use Docker as Code Platform
- Upload
Dockerfileas Application code - For Ec2 Instances , Build the Docker image using
docker build -t 2048. - Start the container using
docker run -d -p 80:80 2048
Once the EBS or Ec2 is running, simply navigate to the generated link or localhost in your web browser to play the game.
If you would like to contribute to this project, please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more information.
