Skip to content

Commit

Permalink
docs(javascript): 2048-solver
Browse files Browse the repository at this point in the history
  • Loading branch information
jofaval committed Aug 6, 2023
1 parent cdc5148 commit ed5b8cf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This project won't have versioning per se. But it's format is based in the [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## 2023-08-06

### Added

- 2048 solver, tailored for the 8x8 grid, just for fun

## 2023-05-27

### Added
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ The language by default for user interacion in the web.
- [youtube-playlist-total-watch-time.js](./javascript/youtube-playlist-total-watch-time.js), sums up the total watch time for a given YouTube (watch/play)list
- [get-trello-checklist-links.js](./javascript/get-trello-checklist-links.js), gets all the links from trello checklists in an open card
- [get-article-details-medium-profile.js](./javascript/get-article-details-medium-profile.js), gets article details from a medium profile
- [2048-solver.js](./javascript/2048-solver.js), 2048 solver, mainly made for the 8x8 grid

## Go(lang)

Expand Down
1 change: 1 addition & 0 deletions javascript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
- [youtube-playlist-total-watch-time.js](./youtube-playlist-total-watch-time.js)
- [get-trello-checklist-links.js](./get-trello-checklist-links.js)
- [get-article-details-medium-profile.js](./get-article-details-medium-profile.js)
- [2048-solver.js](./2048-solver.js)

0 comments on commit ed5b8cf

Please sign in to comment.