All Projects → pierrechevalier83 → 2048-rs

pierrechevalier83 / 2048-rs

Licence: other
Rust implementation of 2048 game

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to 2048-rs

react-2048
A React implementation of 2048 game built with typescript and styled-components
Stars: ✭ 66 (+340%)
Mutual labels:  2048
unicodemoticon
Trayicon with Unicode Emoticons using Python3 Qt5
Stars: ✭ 21 (+40%)
Mutual labels:  unicode
Stringy
🉑 Stringy - A PHP string manipulation library with multibyte support, performance optimized
Stars: ✭ 135 (+800%)
Mutual labels:  unicode
thesis template
A comprehensive LaTeX template with examples for theses, books and more, employing the 'latest and greatest' (UTF8, glossaries, fonts, ...). The PDF artifact is built using CI/CD.
Stars: ✭ 121 (+706.67%)
Mutual labels:  unicode
BLogger
An easy to use modern C++14/17 async cross-platform logger which supports custom formatting/patterns, colored output, Unicode, file logging, log rotation & more!
Stars: ✭ 23 (+53.33%)
Mutual labels:  unicode
Tehreer-Cocoa
Standalone text engine for iOS
Stars: ✭ 31 (+106.67%)
Mutual labels:  unicode
unicode-formatter
Convert portions of text to fancy text using unicode fonts for use on Twitter and other sites that don't support rich text
Stars: ✭ 31 (+106.67%)
Mutual labels:  unicode
flag-emoji-replacements
'🇩🇰🇲🇬'.replace('🇰🇲', '🇪🇨'); // → '🇩🇪🇨🇬'
Stars: ✭ 37 (+146.67%)
Mutual labels:  unicode
opentype-shaping-documents
Documentation of OpenType shaping behavior
Stars: ✭ 121 (+706.67%)
Mutual labels:  unicode
couplet
Unicode code points support for Clojure
Stars: ✭ 21 (+40%)
Mutual labels:  unicode
TypeGame
👾 Sokoban Game in Pure TypeScript Type System
Stars: ✭ 222 (+1380%)
Mutual labels:  unicode
rouziclib
This is my personal library of code that is common to my different projects (Photosounder, SplineEQ, Spiral and others)
Stars: ✭ 38 (+153.33%)
Mutual labels:  unicode
attic
A collection of personal tiny tools - mirror of https://gitlab.com/hydrargyrum/attic
Stars: ✭ 17 (+13.33%)
Mutual labels:  unicode
UnicodeBOMInputStream
Doing things right, in the name of Sun / Oracle
Stars: ✭ 36 (+140%)
Mutual labels:  unicode
sugartex
SugarTeX is a more readable LaTeX language extension and transcompiler to LaTeX. Fast Unicode autocomplete in Atom editor via https://github.com/kiwi0fruit/atom-sugartex-completions
Stars: ✭ 74 (+393.33%)
Mutual labels:  unicode
ICU4N
International Components for Unicode for .NET
Stars: ✭ 18 (+20%)
Mutual labels:  unicode
urdu-characters
📄 Complete collection of Urdu language characters & unicode code points.
Stars: ✭ 24 (+60%)
Mutual labels:  unicode
stringx
Drop-in replacements for base R string functions powered by stringi
Stars: ✭ 14 (-6.67%)
Mutual labels:  unicode
Lingo
Text encoding for modern C++
Stars: ✭ 28 (+86.67%)
Mutual labels:  unicode
durdraw
Animated Unicode, ANSI and ASCII Art Editor for Linux/Unix/macOS
Stars: ✭ 55 (+266.67%)
Mutual labels:  unicode

Build Status

2048-rs - rust implementation of the popular game

  • We use matrix_display to pretty print the matrix in all its colours and unicode glory.
  • We use crossterm for handling user input asynchronously.

alt tag

Install

  • On Arch Linux: yaourt 2048-rs
  • With cargo: cargo install game-2048

Download

git clone [email protected]:pierrechevalier83/2048-rs.git

Build

cargo build --release

Run

cargo run --release

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].