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
- Host: GitHub
- URL: https://github.com/saiteja-talluri/2048-the-game
- Owner: saiteja-talluri
- License: mit
- Created: 2019-08-08T14:44:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-08T14:45:32.000Z (over 5 years ago)
- Last Synced: 2025-01-19T08:16:37.902Z (3 months ago)
- Topics: 2048-game, bfs, gui, racket
- Language: Racket
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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