- Created tests for findIndexById
- Moved util into utils folder
- Update naming of util
- Rename file
- Renamed util because its not a hook
- Update board to use updated item props
- Test utils
- Update Item and test
- Cleaned up item types
- create a util to find item by id
- Fix bug with switching on right and bottom edges
- remove id from board row type
- Update var names and row key
- Fix how to swap candies
- Generate board via a hook
- Switch import order
- Add functionality to find matches
- Update emoji styles
- Export boardRow type
- Enable items to be switched
- Generate random board
- clean up index and app styles
- import lodash
- update husky
- linted types
- Update Board
- Update Item
- Update prettier specs
- update todo
- Add framer motion for dnd
- Use Create react app
Initial release.
Added:
-
README
-
CHANGELOG
-
Core Functionality
- Users can match rows and columns of 3 +
- Users can see the score
- Background was added: Ben Mack royalty free background
- Fixed buf where 1st row sometimes would not generate
-
Merge pull request #75 from suhhee1011/issue65
-
issue#65 - edited that dragDrop function
-
Merge pull request #74 from Sarahjdes/main
-
Merge branch 'main' of https://github.com/Alexandria/match-three-game
-
Merge pull request #72 from suhhee1011/issue-71
-
Merge pull request #70 from suhhee1011/issue-33
-
pause on blur, resume on focus
-
minor changes
-
stop button created and issue #71 is solved
-
Replay pop up is created
-
Merge pull request #69 from Alexandria/holloweenTheme
-
update link
-
Update art credit to README
-
Merge pull request #67 from rsinghcodes/development
-
Add holloween spirtes
-
Update file name
-
Update background color
-
Added cursor pointer on play button and on the candies
-
Merge pull request #64 from Olsyx/removed-text-cursor
-
Merge pull request #62 from rsinghcodes/development
-
Removed text caret showing up when clicking around the game.
-
Improved PR guide by adding steps
-
Merge pull request #58 from cmagallon1/add-husky-integration
-
Merge pull request #56 from VishwajeetT22/vizz
-
Made changes on Line no 41
-
Merge pull request #60 from roman-rezinkin/issue-59
-
Updated page title to Candy Craze
-
Husky integration
-
Fixed some Typo errors in CONTRIBUTING.md
-
Merge pull request #53 from silverwavetidaldragon/add-halloween-candies
-
Merge pull request #55 from ron-huberfeld/fix-validation-logic
-
Merge pull request #52 from RPWPA/main
-
update jest
-
Merge 'main' changes
-
fix: logic modification to prevent moves add: tests and launcher
-
Adding set of halloween candies
-
Reset number of seconds and finalized work on issue #34
-
Fixed naming convention from MaxScore to HighScore
-
Merged with Remote
-
Displaying the max score and fixed bug in calculating the max score
-
Added function for setting value to the local storage
-
Merge pull request #50 from W01fw00d/issue-41-eslint
-
Merge pull request #49 from Jisan129/main
-
Update after review
-
Remove angular reference in eslintrc.json, as this project doesn't use that framework
-
Remove unnused eslint-plugin-react dependency, and removed any react reference from eslint config file, as this project doesn't use React
-
Manually fix ESlint violated rule: variable defined but not used
-
Code auto formatting result of running eslint script
-
Update README with instructions about how to run eslint
-
Add missing babel-eslint dependency to package.json; add script for running eslint
-
add: jest test sample
-
Issue link redirected relevant url
-
Merge pull request #48 from ron-huberfeld/add-git-best-practice
-
Fixed typo
-
Update issue templates
-
Update issue templates
-
Create CODE_OF_CONDUCT.md
-
Create PULL_REQUEST_TEMPLATE.md
-
Added issue template!
-
Merge pull request #45 from tuanthanh2067/issue-39
-
Merge pull request #46 from huycans/bugfix/stop-the-timer-box-from-bouncing-when-you-click-start
-
Merge pull request #44 from NicolasBiondini/bouncebug
-
Merge pull request #31 from major-taser/Doc-improver
-
docs: update contibuting document with git guide
-
Make timerbox stop bouncing when restart game
-
move menu up top on mobile screen size
-
bug issue infinite bounce solved
-
minor changes
-
Merge pull request #37 from ron-huberfeld/run-it-locally-guide
-
Merge pull request #40 from ron-huberfeld/fix-lint-issues
-
Fix lint issues
-
Fix according to review
-
minor rephrasing on line 37
-
Merge pull request #30 from serhatbek/add-how-to-play-readme
-
Add how to play instructions
-
Documentation improvements
-
Add how to play in README
-
Update CONTRIBUTING.md
-
Update CONTRIBUTING.md
-
Merge pull request #24 from freak-10/main
-
Updated gif in readme
-
Merge pull request #21 from Alexandria/dependabot/npm_and_yarn/ansi-regex-5.0.1
-
Update CONTRIBUTING.md
-
Update README.md
-
Bump ansi-regex from 5.0.0 to 5.0.1
-
Revert "quick word change"
-
quick word change
-
Merge pull request #19 from Alexandria/dependabot/npm_and_yarn/path-parse-1.0.7
-
Bump path-parse from 1.0.6 to 1.0.7
-
Create CONTRIBUTING.md
-
Update README.md
-
Create LICENSE.md
-
Update README name
-
I am not currently using this image anymore
-
Add guide to run locally
-
Merge branch 'main' of https://github.com/Alexandria/candy-crush into main
-
Update git ignore
-
New styles
-
Merge pull request #18 from Alexandria/dependabot/npm_and_yarn/glob-parent-5.1.2
-
Bump glob-parent from 5.1.1 to 5.1.2
-
Made background more responsive
-
Update README.md
-
Merge pull request #17 from Alexandria/add-new-background
-
Add new background
-
Merge pull request #16 from Alexandria/new-color-theme
-
Update image
-
Updated styles
-
Candy recolor
-
Update README.md
-
Merge pull request #15 from Alexandria/fix-bottom-right-bug
-
Update README.md
-
Fixed bug and removed consol logs
-
Update README.md
-
Update README.md
-
Update README.md
-
Merge pull request #14 from Alexandria/new-button!
-
New button
-
Merge pull request #13 from Alexandria/Updated-assests
-
Update assests
-
Merge pull request #12 from Alexandria/new-assests
-
new assets
-
Fix my mistake
-
Move background to load onload
-
Merge branch 'main' of https://github.com/Alexandria/candy-crush into main
-
Load background image onload
-
Update README.md
-
Update background
-
Merge pull request #11 from Alexandria/feature/bugfixes
-
Clear score and add bounce animation to the timer
-
Merge pull request #10 from Alexandria/add-startbutton
-
Add functionality to start and stop game
-
Update styles for timer and start button
-
Add timer and start button
-
Update README.md
-
Update README.md
-
Update README.md
-
Update README.md
-
Update README.md
-
Update README.md
-
Merge pull request #9 from Alexandria/feature/add-disapear-animations
-
Add animation for when shapes match
-
Merge pull request #8 from Alexandria/scoreboard-styling
-
Clean code
-
Update styles
-
Merge pull request #7 from Alexandria/fix-issue-4
-
Fix check if valid move on dropenf
-
Merge pull request #6 from Alexandria/Fix-issue-5
-
Board now resets at start
-
Update README.md
-
Update README.md
-
Update CHANGELOG.md
-
Update CHANGELOG.md
-
Merge pull request #3 from Alexandria/feature/add-background
-
Add changelog and updated readme
-
background image
-
Add background
-
Merge pull request #2 from Alexandria/Fix/empty-first-row-bug
-
Fix bug where first row stays blank
-
Merge pull request #1 from Alexandria/feature/multi-row-check
-
Refractor and find matches of candy for 5 and up
-
Update README.md
-
Update README.md
-
update README
-
Match rows and columns of 5
-
Update README.md
-
Add gif
-
update readme
-
Initial commit for candy crush clone
-
Initial commit