Metadata-Version: 2.3
Name: a_star_2048
Version: 0.0.0
Summary: Solving 2048 using A star with multiple heuristics
Home-page: https://github.com/Joao-Pedro-P-Holanda/a-star-2048
License: GPLv3
Author: joaopedroph
Author-email: joaopedroph.dev@gmail.com
Requires-Python: >=3.11
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Description-Content-Type: text/markdown

# 2048 Solver with A-star algorithm

This project defines a solver of the 2048 game using the A-star algorithm and multiple heuristics.


## TODO

- [ x ] Implement game logic
- [ ] Use a-star algorithm
- [ ] Create heuristics
- [ ] Make interactive web demo with pyodide

