All Projects โ†’ bberak โ†’ React Native Donkey Kong

bberak / React Native Donkey Kong

Licence: mit
Donkey Kong remake using react-native-game-engine ๐Ÿ™‰

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Native Donkey Kong

Awesome Gbdev
Contribute
Stars: โœญ 3,016 (+1633.33%)
Mutual labels:  nintendo, game-development, gamedev
Kaetram Open
An open-source 2D HTML5 adventure based off BrowserQuest (BQ).
Stars: โœญ 138 (-20.69%)
Mutual labels:  game-development, gamedev, game-2d
Simpleton Engine
What a stupid name for a library
Stars: โœญ 42 (-75.86%)
Mutual labels:  game-development, gamedev, game-2d
Gdevelop
๐ŸŽฎ GDevelop is an open-source, cross-platform game engine designed to be used by everyone.
Stars: โœญ 3,221 (+1751.15%)
Mutual labels:  game-development, gamedev, game-2d
Beaverandfairies
Stars: โœญ 14 (-91.95%)
Mutual labels:  game-development, gamedev, game-2d
Tank island
Top down 2D shooter game that involves blowing up tanks
Stars: โœญ 42 (-75.86%)
Mutual labels:  game-development, gamedev, game-2d
Gamedev Resources
๐ŸŽฎ ๐ŸŽฒ A wonderful list of Game Development resources.
Stars: โœญ 2,054 (+1080.46%)
Mutual labels:  game-development, gamedev, game-2d
Blue Flame Engine
A 3D/2D game engine that supports both DirectX11 and OpenGL 4.5
Stars: โœญ 129 (-25.86%)
Mutual labels:  game-development, gamedev
Reldens
Reldens - You can make it - Open Source MMORPG Platform
Stars: โœญ 130 (-25.29%)
Mutual labels:  game-development, gamedev
Flaxapi
Old repository with C# Editor and C# API for creating games in Flax Engine
Stars: โœญ 131 (-24.71%)
Mutual labels:  game-development, gamedev
Opensurge
A fun 2D retro platformer inspired by Sonic games and a game creation system.
Stars: โœญ 143 (-17.82%)
Mutual labels:  game-development, gamedev
Awesome Pico 8
A curated list of awesome PICO-8 resources, carts, tools and more
Stars: โœญ 1,955 (+1023.56%)
Mutual labels:  game-development, gamedev
Swissarmylib
Collection of helpful utilities we use in our Unity projects.
Stars: โœญ 154 (-11.49%)
Mutual labels:  game-development, gamedev
Flecs
A fast entity component system (ECS) for C & C++
Stars: โœญ 2,201 (+1164.94%)
Mutual labels:  game-development, gamedev
Xenko
Old repo for Xenko Game Engine. Please use https://github.com/xenko3d/xenko instead.
Stars: โœญ 1,565 (+799.43%)
Mutual labels:  game-development, gamedev
Godot Ink
Ink integration for Godot Engine.
Stars: โœญ 129 (-25.86%)
Mutual labels:  game-development, gamedev
Cryengine
CRYENGINE is a powerful real-time game development platform created by Crytek.
Stars: โœญ 580 (+233.33%)
Mutual labels:  game-development, gamedev
Reliablenetcode.net
A pure managed C# socket-agnostic reliability layer inspired by reliable.io and yojimbo
Stars: โœญ 122 (-29.89%)
Mutual labels:  game-development, gamedev
Gf
A C++14 framework for 2D games
Stars: โœญ 154 (-11.49%)
Mutual labels:  gamedev, game-2d
Fxgl
Stars: โœญ 2,378 (+1266.67%)
Mutual labels:  game-development, gamedev

React Native Donkey Kong

react-native-donkey-kong ยท npm version mit license

Donkey Kong remake using react-native-game-engine ๐Ÿ™‰ for both iOS and Android

Donkey Kong Preview 1 Donkey Kong Preview 2 Donkey Kong Preview 3

Running the Game - React Native

git clone https://github.com/bberak/react-native-donkey-kong.git

cd react-native-donkey-kong

npm install

cd rn

npm install

react-native run-ios

Running the Game - Expo

git clone https://github.com/bberak/react-native-donkey-kong.git

cd react-native-donkey-kong

npm install

cd expo

npm install -g expo-cli

npm install

npm start

//-- Then follow the prompts

Importing DonkeyKong Into Your Own App

npm install --save react-native-donkey-kong
import React, { Component } from "react";
import DonkeyKong from "react-native-donkey-kong";

export default class App extends Component<{}> {
  render() {
    return (
      <DonkeyKong />
    );
  }
}

Known Issues

  • The jumps are implemented poorly and seem quite dodgey on tablet-size devices.
  • The GIF support in Android is not as advanced iOS - so some animation transitions look faded. That said, I haven't tested the game on a physical Android device.
  • The font I chose seems a bit hard to read on iOS - the letter spacing seems a bit off.

Made With ๐ŸŒ๐ŸŒ๐ŸŒ

Copyright Notice

All content, artwork, sounds, characters and graphics are the property of Nintendo of America Inc, its affiliates and/or subsidiaries.

Get in Touch

We are Neap - a development and design team in Sydney. We love building stuff and meeting new people, so get in touch with us at https://neap.co.

Some of our projects:

React & React Native

Web Framework & Deployment Tools

  • webfunc: Write code for serverless similar to Express once, deploy everywhere.
  • now-flow: Automate your Zeit Now Deployments.

GraphQL

  • graphql-serverless: GraphQL (incl. a GraphiQL interface) middleware for webfunc.
  • schemaglue: Naturally breaks down your monolithic graphql schema into bits and pieces and then glue them back together.
  • graphql-s2s: Add GraphQL Schema support for type inheritance, generic typing, metadata decoration. Transpile the enriched GraphQL string schema into the standard string schema understood by graphql.js and the Apollo server client.

Tools

License

MIT License

Copyright (c) 2017 Boris Berak

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Neap Pty Ltd

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