All Projects → liuhong1happy → react-native-2048

liuhong1happy / react-native-2048

Licence: other
React Native 2048 Game

Programming Languages

javascript
184084 projects - #8 most used programming language
objective c
16641 projects - #2 most used programming language
python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to react-native-2048

2048-typescript-cocoscreator
🚀 A 2048 Canvas Game.
Stars: ✭ 15 (-80.52%)
Mutual labels:  2048
2048
使用 Cocos Creator 开发微信小游戏 2048(代码基于 Cocos Creator 1.10)
Stars: ✭ 26 (-66.23%)
Mutual labels:  2048
Twenty48
A modified clone of the puzzle game 2048, built in react/typescript!
Stars: ✭ 31 (-59.74%)
Mutual labels:  2048
TideBot
我的 IRC 机器人,虽然这个 Bot 能让聊天者在 IRC 里玩游戏,但除了游戏,还有其他很多功能。
Stars: ✭ 26 (-66.23%)
Mutual labels:  2048
2048-rs
A rust implementation of the famous 2048 game
Stars: ✭ 48 (-37.66%)
Mutual labels:  2048
2048-go
This is 2048 working on CLI
Stars: ✭ 21 (-72.73%)
Mutual labels:  2048
jupiter
A Monte-Carlo based AI to beat 2048
Stars: ✭ 47 (-38.96%)
Mutual labels:  2048
rr-2048
2048 game in Reason React
Stars: ✭ 15 (-80.52%)
Mutual labels:  2048
2048
🎮 2048 game developed using javascript
Stars: ✭ 53 (-31.17%)
Mutual labels:  2048
2048-Gym
This projects aims to use reinforcement learning algorithms to play the game 2048.
Stars: ✭ 68 (-11.69%)
Mutual labels:  2048
react-2048
A React implementation of 2048 game built with typescript and styled-components
Stars: ✭ 66 (-14.29%)
Mutual labels:  2048
2048
🎮 2048 clone (React/TypeScript/Redux). No canvas.
Stars: ✭ 55 (-28.57%)
Mutual labels:  2048
cxk-2048-react
🐓 A noisy 2048 game. 一个魔性又吵闹的2048小游戏。
Stars: ✭ 13 (-83.12%)
Mutual labels:  2048
2048.node
🎮 Terminal version of the game 2048 written in Nodejs
Stars: ✭ 18 (-76.62%)
Mutual labels:  2048
2048-game
2048 Game implementation based on Preact+Redux
Stars: ✭ 17 (-77.92%)
Mutual labels:  2048
2048-react
2048 game on React
Stars: ✭ 13 (-83.12%)
Mutual labels:  2048
2048.c
CLI version of 2048, written in C.
Stars: ✭ 14 (-81.82%)
Mutual labels:  2048
2048-in-terminal
Animated console version of the 2048 game
Stars: ✭ 128 (+66.23%)
Mutual labels:  2048
2048.cpp
🎮 Fully featured terminal version of the game "2048" written in C++
Stars: ✭ 1,886 (+2349.35%)
Mutual labels:  2048
nelua-game2048
Clone of the 2048 game in Nelua using Raylib
Stars: ✭ 16 (-79.22%)
Mutual labels:  2048

react-native-2048

A React Native clone of 2048 by claudiopro.

Developing

#### Android

git clone [email protected]:liuhong1happy/react-native-2048.git
cd react-native-2048
npm install
react-native run-android
react-native start

#### IOS

git clone [email protected]:liuhong1happy/react-native-2048.git
cd react-native-2048
npm install
# open xcode and run

Release

#### Android

npm run release

Screenshot

Contributing

Changes and improvements are more than welcome! Feel free to fork and open a pull request. Please make your changes in a specific branch and request to pull into master! If you can, please make sure the game fully works before sending the PR, as that will help speed up the process.

License

MIT

Copyright (c) Holly Liu 2015

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