Skip to content

himanshuhsn/2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048

Tutorials

Tutorial followed to create the game: YouTube

Tutorial followed for typescript: Youtube

The Game

For enjoying the game, do any of following.

  • Open the index.html in any browser.
  • Check here. A online hosted verison of this game.

Development

  • Clone the repo.

  • Change the code and run below code to compile the typescript file.

    tsc script.ts

Learning outcome

  1. How to use typescript for basic project.
  2. Create basic static web site quickly.
  3. Hosted using GitHub Page feature.

Contributing

  • For beginner
    • Can fix some simple bugs alreaady raised (check issue section).
    • Report any bug exists.
    • Improve the code quality.
    • May be document the code.
  • For pro players :)
    • Create new feature request.
    • Raise PR for new features.

Pull Request with innovative features are welcome.