All Projects → jinhucheung → 2048-react

jinhucheung / 2048-react

Licence: MIT license
2048 game on React

Programming Languages

typescript
32286 projects
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to 2048-react

2048-typescript-cocoscreator
🚀 A 2048 Canvas Game.
Stars: ✭ 15 (+15.38%)
Mutual labels:  2048, 2048-game
cxk-2048-react
🐓 A noisy 2048 game. 一个魔性又吵闹的2048小游戏。
Stars: ✭ 13 (+0%)
Mutual labels:  2048, 2048-game
2048.node
🎮 Terminal version of the game 2048 written in Nodejs
Stars: ✭ 18 (+38.46%)
Mutual labels:  2048, 2048-game
2048-game
2048 Game implementation based on Preact+Redux
Stars: ✭ 17 (+30.77%)
Mutual labels:  2048, 2048-game
2048.cpp
🎮 Fully featured terminal version of the game "2048" written in C++
Stars: ✭ 1,886 (+14407.69%)
Mutual labels:  2048, 2048-game
2048-rs
A rust implementation of the famous 2048 game
Stars: ✭ 48 (+269.23%)
Mutual labels:  2048
Twenty48
A modified clone of the puzzle game 2048, built in react/typescript!
Stars: ✭ 31 (+138.46%)
Mutual labels:  2048
2048-rs
Rust implementation of 2048 game
Stars: ✭ 15 (+15.38%)
Mutual labels:  2048
TideBot
我的 IRC 机器人,虽然这个 Bot 能让聊天者在 IRC 里玩游戏,但除了游戏,还有其他很多功能。
Stars: ✭ 26 (+100%)
Mutual labels:  2048
MI-MVI 2016
Semestral project for the subject Methods of computational inteligence @ fit.cvut.cz
Stars: ✭ 24 (+84.62%)
Mutual labels:  2048
2048-in-terminal
Animated console version of the 2048 game
Stars: ✭ 128 (+884.62%)
Mutual labels:  2048
nelua-game2048
Clone of the 2048 game in Nelua using Raylib
Stars: ✭ 16 (+23.08%)
Mutual labels:  2048
2048
🎮 2048 game developed using javascript
Stars: ✭ 53 (+307.69%)
Mutual labels:  2048
2048
🎮 2048 clone (React/TypeScript/Redux). No canvas.
Stars: ✭ 55 (+323.08%)
Mutual labels:  2048
react-native-2048
React Native 2048 Game
Stars: ✭ 77 (+492.31%)
Mutual labels:  2048
react-2048
A React implementation of 2048 game built with typescript and styled-components
Stars: ✭ 66 (+407.69%)
Mutual labels:  2048
rr-2048
2048 game in Reason React
Stars: ✭ 15 (+15.38%)
Mutual labels:  2048
2048-go
This is 2048 working on CLI
Stars: ✭ 21 (+61.54%)
Mutual labels:  2048
2048-Gym
This projects aims to use reinforcement learning algorithms to play the game 2048.
Stars: ✭ 68 (+423.08%)
Mutual labels:  2048
jupiter
A Monte-Carlo based AI to beat 2048
Stars: ✭ 47 (+261.54%)
Mutual labels:  2048

2048-react

This is the react port of the 2048 game designed by Gabriele Cirulli https://github.com/gabrielecirulli/2048

Example

example

Demo

Demo

Installation

Install packages:

$ yarn install

Then run the app:

$ yarn start

Contributing

Bug report or pull request are welcome.

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)

Please write unit test with your code if necessary.

License

The gem is available as open source under the terms of the MIT License.

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