2048 AI
Releases »
View Demo
·
Report Bug
·
Request Feature
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
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.
- Clone the repo
git clone https://github.com/ScorchChamp/2048_AI.git
- Install processing
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)
See the open issues for a list of proposed features (and known issues).
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.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
ScorchChamp - scorchchamp@gmail.com
Project Link: https://github.com/ScorchChamp/2048_AI