All Projects → spytheman → v2048

spytheman / v2048

Licence: MIT license
A simple game of 2048, written in V.

Programming Languages

V
68 projects
AMPL
153 projects

Projects that are alternatives of or similar to v2048

vinix
Vinix is an effort to write a modern, fast, and useful operating system in the V programming language
Stars: ✭ 1,512 (+7857.89%)
Mutual labels:  v, vlang
termtable
Simple and highly customizable library to display tables in the terminal.
Stars: ✭ 41 (+115.79%)
Mutual labels:  v, vlang
registry
Package registry for vpkg
Stars: ✭ 13 (-31.58%)
Mutual labels:  v, vlang
jni
V wrapper around the C Java Native Interface
Stars: ✭ 15 (-21.05%)
Mutual labels:  v, vlang
discord.v
Discord Bot Framework written in V
Stars: ✭ 83 (+336.84%)
Mutual labels:  v, vlang
minesweeper-v
Minesweeper Written in Vlang
Stars: ✭ 19 (+0%)
Mutual labels:  v, vlang
vbf
A brainfuck interpreter/compiler written in V.
Stars: ✭ 17 (-10.53%)
Mutual labels:  v, vlang
vredis
Redis client for V, written in V
Stars: ✭ 43 (+126.32%)
Mutual labels:  v, vlang
vast
A simple tool for vlang, generate v source file to AST json file
Stars: ✭ 23 (+21.05%)
Mutual labels:  v, vlang
vave
🌊 A crazy simple library for reading/writing WAV files in V. Zero dependencies, 100% cross-platform.
Stars: ✭ 35 (+84.21%)
Mutual labels:  v, vlang
v-mode
🌻 An Emacs major mode for the V programming language.
Stars: ✭ 49 (+157.89%)
Mutual labels:  v, vlang
kate-syntax-highlight-v
Syntax highlighting of V files for the Kate editor
Stars: ✭ 17 (-10.53%)
Mutual labels:  v, vlang
vargs
Simple argument parsing library for V.
Stars: ✭ 36 (+89.47%)
Mutual labels:  v, vlang
boundstone
High Performance / Fast Compilation / Lightweight MCBE Server
Stars: ✭ 42 (+121.05%)
Mutual labels:  v, vlang
V
Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. https://vlang.io
Stars: ✭ 26,283 (+138231.58%)
Mutual labels:  v
boxx
📦 Create highly customizable terminal boxes that also look great!
Stars: ✭ 80 (+321.05%)
Mutual labels:  v
py2v
A Python to V transpiler.
Stars: ✭ 47 (+147.37%)
Mutual labels:  v
2048-in-terminal
Animated console version of the 2048 game
Stars: ✭ 128 (+573.68%)
Mutual labels:  2048
vspeech
📢 Complete V bindings for Mozilla's DeepSpeech TensorFlow based Speech-to-Text library. 📜
Stars: ✭ 38 (+100%)
Mutual labels:  v
vproto
Protobuf compiler and runtime in V
Stars: ✭ 42 (+121.05%)
Mutual labels:  v

v2048

This is a simple 2048 game, written in the V programming language. 2048 Game Screenshot

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 . It has an AI (autosolver) mode, multiple cleaner looks of the tiles. It can also run on Android and on the web , unlike this one.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].