All Projects → DimiMikadze → React Native Game

DimiMikadze / React Native Game

Licence: mit
IOS and Android mobile app "Guess famous people" built with React Native

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Native Game

Mininim
The Advanced Prince of Persia Engine (a childhood dream)
Stars: ✭ 117 (-4.1%)
Mutual labels:  game
Gamedev Resources
🎮 🎲 A wonderful list of Game Development resources.
Stars: ✭ 2,054 (+1583.61%)
Mutual labels:  game
Gamedev4noobs
Olá, sejam bem-vindos ao repositório _gamedev4noobs_ do Estúdio Vaca Roxa. O propósito desse repositório, além de contribuir para o projeto 4noobs, é ensinar o básico do desenvolvimento de jogos para iniciantes. Apresentando boas práticas e insumos para criar games incríveis.
Stars: ✭ 122 (+0%)
Mutual labels:  game
Aurora
Unified lighting effects across multiple brands and various games.
Stars: ✭ 1,673 (+1271.31%)
Mutual labels:  game
Ipokemon Server
iPokeMon Server.
Stars: ✭ 119 (-2.46%)
Mutual labels:  game
Gm Games
Single-player 🏀, 🏈, and 🏒 management simulation games, made entirely in client-side JavaScript.
Stars: ✭ 120 (-1.64%)
Mutual labels:  game
Hanabi Live
A web server that allows people to play Hanab, a cooperative card game of logic and reasoning.
Stars: ✭ 116 (-4.92%)
Mutual labels:  game
Sgf
This is a Smart Game Foundation (Not Framework)
Stars: ✭ 122 (+0%)
Mutual labels:  game
Issues
Report issues and discuss improvements / feature requests around TETR.IO
Stars: ✭ 119 (-2.46%)
Mutual labels:  game
Griefly
Griefly: Yet Another Space Station Remake
Stars: ✭ 121 (-0.82%)
Mutual labels:  game
Gdk For Unity Fps Starter Project
SpatialOS GDK for Unity FPS Starter Project
Stars: ✭ 119 (-2.46%)
Mutual labels:  game
Mir2x
open source MMORPG game
Stars: ✭ 118 (-3.28%)
Mutual labels:  game
Vue Endless H5 Game
一个Vue制作的冒险游戏
Stars: ✭ 121 (-0.82%)
Mutual labels:  game
Ugame
Android自定义View高仿抖音潜艇大挑战小游戏
Stars: ✭ 118 (-3.28%)
Mutual labels:  game
Infinity Square Space
Infinity Square/Space. The prototype of the game is open source. Unity Asset.
Stars: ✭ 122 (+0%)
Mutual labels:  game
Searchstone
🃏 Hearthstone's cards search engine built with algolia instantsearch.
Stars: ✭ 117 (-4.1%)
Mutual labels:  game
Sokoban Rs
An implementation of Sokoban in Rust
Stars: ✭ 120 (-1.64%)
Mutual labels:  game
P3d Legacy
Legacy repository for the Pokémon3D Visual Basic version
Stars: ✭ 122 (+0%)
Mutual labels:  game
Lambda Lantern
🧙 ‎‎ A 3D game about functional programming patterns. Uses PureScript Native, C++, and Panda3D.
Stars: ✭ 122 (+0%)
Mutual labels:  game
Rpg
Online Role Playing Game (based on Laravel)
Stars: ✭ 121 (-0.82%)
Mutual labels:  game

Guess Famous People game built with React Native

Simple quiz mobile app for IOS and Android. This project shows how the code can be architectured to run on IOS and Android with 100% of code in common.

Screenshots

Getting Started

Clone Repo

git clone https://github.com/DimiMikadze/react-native-game.git

Install dependencies for server

cd react-native-game/server
npm install

Install dependecies for react native

cd react-native-game/mobile
npm install

Node Rest Api

cd react-native-game/server
node server.js

React Native Requirements and Getting Started

Requirements and Getting Started

Android Setup

IOS

Open react-native-game.xcodeproj in XCode

Android

navigate to react-native-game/mobile
react-native run-android

When debugging on android use 10.0.3.2 instead of localhost in utils/api.js

Contributing

contributions are more than welcome!

License

See license.txt

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