An open API service indexing awesome lists of open source software.

https://github.com/saiteja-talluri/2048-the-game

2048 Game developed using Racket Libraries
https://github.com/saiteja-talluri/2048-the-game

2048-game bfs gui racket

Last synced: about 2 months ago
JSON representation

2048 Game developed using Racket Libraries

Awesome Lists containing this project

README

        

# 2048-The-Game

Developed the game 2048, a single-player sliding block puzzle in which the target is to make the tile 2048 from randomly appearing tiles of 2 or 4 in every turn using Racket programming language

Developed an intuitive GUI using 2htdp/image and 2htdp/universe packages to show the live preview

The solver is implemented to give the next possible best move from any state using Breadth First Search