Skip to content

Creating a 2048 Game by creating a Dockerfile and deploying it as a container using AWS EBS on a Docker Server

License

Notifications You must be signed in to change notification settings

Ab-D-ev/2048-Game-Using-Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

2048 Game Using Docker

This repository contains a Dockerized version of the popular 2048 game.

Getting Started

To get started, follow these steps:

  1. Clone the repository onto your local machine.
  2. Configure a EBS (Elastic Bean Stalk) Or Ec2 Instance
  3. Use Docker as Code Platform
  4. Upload Dockerfile as Application code
  5. For Ec2 Instances , Build the Docker image using docker build -t 2048 .
  6. Start the container using docker run -d -p 80:80 2048

Usage

Once the EBS or Ec2 is running, simply navigate to the generated link or localhost in your web browser to play the game.

Contributing

If you would like to contribute to this project, please open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for more information.

Screenshot 2023-05-27 125132

About

Creating a 2048 Game by creating a Dockerfile and deploying it as a container using AWS EBS on a Docker Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published