Skip to content

Runtime-Terror-Team/2048-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048 - A Online Game

2048-Game

Table of Contents

About The Project

A Popular Online 2048-Game. It is a Single-Player Sliding Tile Puzzle Game.

Game Walkthrough

Basic composition: square and circle

Game Page

GameCompelete Popup GameOver Popup
How to Play Popup Tips and Tricks Popup

Extra Features

  • Store HighScore in Local Storage
  • Addition of Score Animation
  • Who first open the game first, HowToPlay Popup showup

Basic structure of the project repository 📂

|- build              # production build
|- public             # Any files within this directory will not be processed by Webpack but copied directly to the build folder.
|- readme             # Contains files helps to create project readme
|- src:               # Contains all source code for the React application.
    |
    |- assets         # Contains media file
        |- image      # all image store here 
    |- components     # Contains all the components used within the app.
    |- helper         # Contains helper functions
    |- hooks          # Contains custom hooks
    |- pages          # Contaion pages used in the projects
    |- styles         # Contains sass or css files.
    |- App.js
    |- index.js

Built With

HTML5 CSS3 SASS JavaScript React Figma

Contributing

Contributors

Special Thanks To

How To

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

MIT License

Acknowledgements