Skip to content

Template with the basic structure for writing an automated algorithm to solve the 2048.Today API challenge

Notifications You must be signed in to change notification settings

Craig-Fisk/2048.today-challenge-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


2048.Today

2048.Today API Challenge Automation Template

This is a template with the basic structure for writing an automated algorithm to solve the 2048.Today API challenge
Explore the docs »

About The Project

This is a template git repo for creating and running an automated alogorithm for solving the 2048.today API challenge. It uses Cypress to navigate to the website and run the alogorithm code and contains an example of how you can leverage the API to write your solution.

(back to top)

Getting Started

Fell free to fork this repo if you want to show off your solution, otherwise clone a local copy to get started.

Installation

  1. Clone the repo
    git clone https://github.com/Craig-Fisk/2048.today-challenge-template.git
  2. Install NPM packages
    npm install
  3. Run the current solution
    npm start
  4. If you want to work on your solution
    npm run dev
    --or--
    npx cypress open

(back to top)

Contact

Craig Fisk - @the_fisk - [email protected]

Original Game: 2048.Today

API Docs: 2048.today/api

Project Link: https://github.com/Craig-Fisk/2048.today-challenge-template

(back to top)

About

Template with the basic structure for writing an automated algorithm to solve the 2048.Today API challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published