All Projects → Crazy-Marvin → EllaTheGame

Crazy-Marvin / EllaTheGame

Licence: MIT license
Ella - The Game

Programming Languages

C#
18002 projects
Objective-C++
1391 projects

Projects that are alternatives of or similar to EllaTheGame

Kubernetes Gitlab
Manifests to deploy GitLab on Kubernetes
Stars: ✭ 160 (+310.26%)
Mutual labels:  runner
await
28Kb, small memory footprint, single binary that run list of commands in parallel and waits for their termination
Stars: ✭ 73 (+87.18%)
Mutual labels:  runner
jest-runner-go
A Golang runner for Jest
Stars: ✭ 22 (-43.59%)
Mutual labels:  runner
Jerverless
Turn anything into an on-prem serverless function
Stars: ✭ 171 (+338.46%)
Mutual labels:  runner
Task Easy
A simple, customizable, and lightweight priority queue for promises.
Stars: ✭ 244 (+525.64%)
Mutual labels:  runner
nano-staged
Tiny tool to run commands for modified, staged, and committed files in a GIT repository.
Stars: ✭ 347 (+789.74%)
Mutual labels:  runner
Speedracer
Collect performance metrics for your library/application.
Stars: ✭ 1,868 (+4689.74%)
Mutual labels:  runner
coderun
⏯️ Code runner CLI that can run any languages
Stars: ✭ 23 (-41.03%)
Mutual labels:  runner
QshOni
The QShell on IBM i library contains useful CL wrapper commands to allow QShell and PASE apps to be called and consumed from regular IBM i jobs via CL, RPG or COBOL programs.
Stars: ✭ 34 (-12.82%)
Mutual labels:  runner
dash.nvim
Script runner for quick iteration. Bring your scripting to the next level.
Stars: ✭ 37 (-5.13%)
Mutual labels:  runner
Code Sketch
一个你最初写代码的地方…
Stars: ✭ 176 (+351.28%)
Mutual labels:  runner
Extension Create
Create modern cross-browser extensions with no build configuration.
Stars: ✭ 167 (+328.21%)
Mutual labels:  runner
PopRun
跑鸭:这是我的毕业设计,“跑鸭”微信小程序-一款基于校园跑步的社交小程序(实时里程配速、运动路径、整公里提醒、周榜月榜、打卡分享、热门推荐、线上活动、勋章墙、隐私设置),技术栈:Vant-Weapp UI、Laravel+MySQL
Stars: ✭ 64 (+64.1%)
Mutual labels:  runner
Maid
Markdown driven task runner.
Stars: ✭ 1,999 (+5025.64%)
Mutual labels:  runner
EasyJob
🔨 EasyJob - keep and execute your PowerShell and BAT scripts from one interface
Stars: ✭ 228 (+484.62%)
Mutual labels:  runner
Foy
A simple, light-weight and modern task runner for general purpose.
Stars: ✭ 157 (+302.56%)
Mutual labels:  runner
land
Run Deno X module without installation.
Stars: ✭ 39 (+0%)
Mutual labels:  runner
t-rex-game-bot
A bot that plays the Google Chrome T-Rex game for you
Stars: ✭ 60 (+53.85%)
Mutual labels:  runner
uiLogos-sketch-plugin
Sketch plugin to Insert professionally designed dummy logos of companies and 190+ country flag into SketchApp
Stars: ✭ 26 (-33.33%)
Mutual labels:  runner
subwAI
Scripts for training an AI to play the endless runner Subway Surfers using a supervised machine learning approach by imitation and a convolutional neural network (CNN) for image classification
Stars: ✭ 86 (+120.51%)
Mutual labels:  endless-runner

Ella - The Game

Ella - The Game is an open source endless runner for Android, Linux, Windows, macOS & WebGL.

Travis License Last commit Uptime GitHub All Releases Translation status

About

Ella, the smart and adorable dog, is lost and is doing whatever it takes to find the way out. In this free jumping and running dog game, Ella is running automatically and as the screen is moving forward you need to jump over the obstacles and collect as many coins and gifts as you can. So, you’ve got two objectives in this side-scrolling adventure game: avoid hitting obstacles and hurdles and collect coins.

Ella - The Game GIF

Installation

You can get the Android, Linux, Windows, macOS & WebGL builds on GitHub, click on the badges below or build it yourself. Experimental builds are available for UWP (Windows 10 Desktop/Mobile & Xbox) and Apple iOS. It is not planned to support other platforms than Android, Linux, Windows, macOS & WebGL from my side, but Unity offers the possibility to build the game for many other platforms too and there might be one or another experimental build.

Get it on Google Play Get it on F-Droid Get it on WebGL
Get it on Linux Get it on Windows Get it on macOS

Experimental:

Those experimental builds are done and uploaded by a third party.

Get it Xbox Get it on iOS Get it on macOS

Building

Building for ANDROID

Setting up the Android SDK Tools

NEXT WE NEED TO INSTALL THE ANDROID SDK TOOLS

  • Go to http://developer.android.com/sdk/index.html
  • Download the Android SDK Tools or (the command line tools), not the full android studio just the command line tools
  • Unzip the downloaded file, put the directory in an accessible location, you’ll need to tell Unity where is this directory later
  • Open the directory that contains the Android SDK Tools, and navigate to tools. Double click the file called android to run it.
  • Click Install [x] packages to start the installation process. You will be prompted to accept the licenses for these packages.
  • The installation will take some time to complete.

Now we will tell Unity where we installed the Android SDK Tools.

  • Go to top menu, navigate to Unity > Preferences (on OSX) or Edit > Preferences (on Windows).
  • In the Preferences window, navigate to External Tools, and scroll down to Android section.
  • Where it says SDK, click Browse, navigate to where you put the directory containing Android SDK Tools and click Choose the path may look like this (C:/Users/[userName]/AppData/Local/Android/sdk).
  • Where it says JDK, click Browse, navigate to where you put the directory containing JDK Tools and click Choose the path may look like this (C:/Program Files/Java/jdk1.8.0_121).

Finally, Preparing your Unity project for building to Android

  • In Unity, open the Build Settings from the top menu (File > Build Settings).
  • Select Android from the list of platforms on the left and choose Switch Platform at the bottom of the window.
  • Open the player settings in the inspector panel (Edit > Project Settings > Player).
  • Expand the section at the bottom called Other Settings, and enter your chosen Package Name where it says Package Name.
  • Now comeback open the Build Settings from the top menu (File > Build Settings), and click on Build. for detailed tutorial about building to ANDROID visit this link https://unity3d.com/learn/tutorials/topics/mobile-touch/building-your-unity-game-android-device-testing

Building for iOS

Building for iOS is a long process, but Unity created a good Guide for building for iOS.

Building for WINDOWS

  • In Unity, open the Build Settings from the top menu (File > Build Settings).
  • In Platforms Make sure to select (PC, MAC & LinuxStabdalone)
  • In Target Platform Select Windows then click Build.

Building for LINUX

  • In Unity, open the Build Settings from the top menu (File > Build Settings).
  • In Platforms Make sure to select (PC, MAC & LinuxStabdalone)
  • In Target Platform Select Linux then click Build.

Building for MAC OS X

  • In Unity, open the Build Settings from the top menu (File > Build Settings).
  • In Platforms Make sure to select (PC, MAC & LinuxStabdalone)
  • In Target Platform Select MACOSX then click Build.

Building for WEBGL

  • In Unity, open the Build Settings from the top menu (File > Build Settings).
  • In Platforms Make sure to select Webgl and click switch platform
  • Click Build.

Contribute

Contributions are always welcome! Please read the contribution guidelines first.

License

MIT © Crazy Marvin

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