Coder Social home page Coder Social logo

safememoryzone / 2048 Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 280 KB

Replica of the game 2048 with an AI based on the principles of MCTS.

License: Apache License 2.0

CMake 2.95% C++ 97.05%
2048-ai c-plus-plus monte-carlo-tree-search alphazero

2048's Introduction

2048 AI Project

This project is under development and not yet finished.

The goal of this project is to develop an AI that is pretty strong at playing the game 2048. The AI is implemented based on the principles of Monte Carlo Tree Search (MCTS).

Quickstart

  1. Compile the project with CMake:
cmake -S . -B build
  1. Locate the compiled binary:
    • The binary will be located at build/src/2048-AI.

License

This project was initially licensed under the MIT License but has since transitioned to the Apache-2.0 License. The applicable license for the project depends on the specific commit, based on the state of the LICENSE file at that time.

2048's People

Contributors

safememoryzone avatar musukadasus avatar

Watchers

 avatar

2048's Issues

Improve Frontend to Match the 2048 Style

Enhance the frontend to resemble the style of the 2048 game site.

Requirements

  • Colors: Use the same colors as the reference site (excluding the tiles, which will be handled separately).
  • Board: The game board should look exactly the same as the reference site and must be implemented using a <table>.
  • New Game Button: The "New Game" text must be styled as a button.
  • Score Areas: Include two text areas to display the current score and the high score.

Improvements (Optional)

  • Navbar: The navigation bar can be styled to resemble the one on the reference site.
  • Responsive Design: Adapt the site to be compatible with smaller devices (e.g., mobile phones, tablets).

Additional Notes

  • No need to add any JavaScript functionality at this stage.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.