https://github.com/spytheman/v2048
A simple game of 2048, written in V.
https://github.com/spytheman/v2048
2048 2048-clone game gg v vlang
Last synced: 4 months ago
JSON representation
A simple game of 2048, written in V.
- Host: GitHub
- URL: https://github.com/spytheman/v2048
- Owner: spytheman
- License: mit
- Created: 2020-08-15T09:13:14.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-28T09:29:16.000Z (almost 2 years ago)
- Last Synced: 2025-04-04T00:12:29.340Z (6 months ago)
- Topics: 2048, 2048-clone, game, gg, v, vlang
- Language: V
- Homepage:
- Size: 390 KB
- Stars: 23
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# v2048
This is a simple [2048 game](https://play2048.co/), written in [the V programming language](https://vlang.io/).
## Notes
This game is tested to work with V 0.1.29 b2fee21, but probably can be compiled with a more recent V compiler too.Update (2022/08/10): it works with V 0.3.0 c752e5e.
Note: a much improved version of this game is available in the main V repository.
See  .
It has an AI (autosolver) mode, multiple cleaner looks of the tiles.
It can also run on Android and on the  , unlike this one.