/2048_AI

Repository for the AI for the game 2048. This AI will train itself by using a genetic-based AI.

Primary LanguageProcessingMozilla Public License 2.0MPL-2.0

Contributors Forks Stargazers Issues MIT License LinkedIn


2048_AI

2048 AI
Releases »

View Demo · Report Bug · Request Feature

Table of Contents

  1. About The Project
  2. Releases
  3. Getting Started
  4. Usage
  5. Roadmap
  6. Contributing
  7. License
  8. Contact

About The Project

I am an IT student who likes to create random stuff. This time around, I will be making a genetic-basic AI for the game 2048.

ps. the code is ugly, but it works. If you dont like it, make a pull request

Releases

Download the latest version of 2048_AI and extract the 2048_AI-x.zip / 2048_AI-x.tar.gz. Make sure to read Getting Started.

Installation

  1. Clone the repo
     git clone https://github.com/ScorchChamp/2048_AI.git
  2. Install processing

Usage

Run Main in processing and let it run for a while. To make it faster change line 16 in main to fast forward quicker (but is also harder for your pc)

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

ScorchChamp - scorchchamp@gmail.com

Project Link: https://github.com/ScorchChamp/2048_AI