Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-28T09:29:16.000Z (10 months ago)
- Last Synced: 2024-10-10T23:33:58.343Z (25 days ago)
- Topics: 2048, 2048-clone, game, gg, v, vlang
- Language: V
- Homepage:
- Size: 390 KB
- Stars: 22
- Watchers: 2
- 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/).
![2048 Game Screenshot](https://url4e.com/gyazo/images/1ad829cf.png)## 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 ![2048.v](https://github.com/vlang/v/blob/master/examples/2048/2048.v) .
It has an AI (autosolver) mode, multiple cleaner looks of the tiles.
It can also run on Android and on the ![web](https://v2048.vercel.app/) , unlike this one.