Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.12 KB

README.md

File metadata and controls

54 lines (34 loc) · 1.12 KB

2048 WebDriver Solver

Preview

Selenium WebDriver is used to parse interactive web elements and simulate user input.
AI ultilizes bruteforce time-bounded breath first search on grid state using neighbourhood difference as heuristic function.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Node.js

Installing

  1. Clone the repository
  2. Install dependencies thru
npm install
  1. Run the program
npm start

Testing

Jest unit test for each classes

npm test

Result

Highest score during testing Preview

Built With

Authors

License

This project is licensed under the MIT License.

Acknowledgments