Giter Site home page Giter Site logo

mrkhantee / open-android-game Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kylepaulsen/open-android-game

0.0 0.0 0.0 2.55 MB

This is an open source game that is being made for the Android platform. I'm not sure what it's going to be about but it will be a top down scroller.

License: Other

Java 100.00%

open-android-game's Introduction

Open-Android-Game Copyright © 2011 Open-Android-Game Group
The Open-Android-Game Group consists of:
Kyle Paulsen
Ryan Souza
Xiaolong Cheng
Max Strater

This is our Open Android Game.
It it built on the Android 2.1 Platform.

BUILD INSTRUCTIONS
========================================

It really helps if you have an android phone - this is an android app after 
all.

* First you need the android SDK. You can get it here:
  http://developer.android.com/sdk/index.html
  Download the correct one for your system.

* This guide is very detailed about how to set things up:
  http://developer.android.com/sdk/installing.html
  Make sure you follow steps 1-4 carefully as they are the most important.
  On step 4 make sure you check SDK Platform Android 2.1

* Import the project into Eclipse. 
  File->Import General->"Existing Projects Into Workspace"
  
* At this point you should be able to build (Run -> Run).
  If you are getting tons of errors then eclipse isn't looking in the 
  correct place for some libraries. You will need to find the correct
  JARs and add them to the list of Libraries for the project.
  Add them here: 
  Project->Properties    then... "Java Build Path" on the left
  and then the libraries tab near the top.
  The required libraries are:
    * Android.jar in the android 7 directory somewhere in the sdk directory.
    * JRE System Library
    
* If you build and run in the emulator right away, the app will probably crash 
  due to insufficient memory. This is why it's important to run using your own 
  device. Even if the emulator doesn't crash, it might run extremely slow to a 
  point where the game is unplayable. Use this guide to set up your device to 
  run the build:
  http://developer.android.com/guide/developing/device.html#setting-up
  You don't need to do step 1 of this guide as it was already done.
  
  
ABOUT
========================================

So far this game is a top down 2D scroller - as in the player has a bird's
eye view of his character and the world around him. This game is to become 
somewhat of a exploration/creation/survival game. Hopefully, in the future, 
all 3 of these themes will be an integral part of this game. Also hopefully,
the game will have a title. One other thing we aim to do is procedurally 
generate all maps (and maybe other things) based on the player's 
GPS coordinates. All other ideas can be read about in our repository wiki.  
  

open-android-game's People

Contributors

kylepaulsen avatar xiaolong avatar ryansouza avatar leenephi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.