GithubHelp home page GithubHelp logo

be2's Introduction

Be2 - Escape from Pingland

Cover

This is the source code for my iOS game "Be2 - Escape from Pingland". It was featured in the "News & Noteworthy" section of the US App Store and many others.

Do whatever you want with it. Just say "Hi!" to me at [email protected] if you find it interesting!

Pingfall

You can download the game from the AppStore.

More info at the Kismik web site

Ponganoid

It is an old game, but you can find code for:

  • Lua scripting integration.
  • In-App purchase management.
  • Remote managemente console.
  • Python/PyQT based level editor with live level upload.
  • Pong paddle AI and maybe solve the mistery of Be2 ;-)

Compile the application

Just open the project and compile. I have tested it with XCode 4.6.1 and it works. Many warnings, but it works.

Run the editor

The editor is written in Python and PyQT. To use it you first have to install:

Follow the install instructions for the relative packages. Usually:

QScintilla:

cd Qt4Qt5
qmake qscintilla.pro
make
make install

sip:

python configure.py
make
make install

PyQT4:

python configure.py
make
make install

After that you can start the editor from the command line:

cd Be2/Utilities
python levelEditor/LevelEditor.py

Load a level definitions from the "Levels" directory. Have fun!

Notes

I have removed OpenFeint support from the project but you can find the code in the 'Classes' folder. There you can find also the In-App purchase code.

Welcome

Legal Stuff

"Be2 - Escape from Pingland" copyright 2010-2011 Alessandro Iob. All trademarks and copyrights reserved.

The source code contained within the 'Classes' and 'Utilities' folder remains copyrighted and licensed by Alessandro Iob under the original terms. The images contained within the 'Resources' and 'ResourcesApp' folder remains copyrighted and licensed by Alessandro Iob under the original terms. You cannot redistribute or sell my source code from the original game. You can use my source code for personal entertainment or education purposes.

Please note that this is being released without any kind of support from Alessandro Iob. I cannot help in getting this running and I do not guarantee that you will be able to get it to work, nor do I guarantee that it won't blow up your computer and/or iOS device if you do try and use it. Use at your own risk.

Bla bla bla!

Just do not change some graphics, compile and distribute the game as it was yours. Otherwise do whatever you like!

be2's People

Contributors

alexiob avatar

Watchers

James Cloos avatar iROMCH 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.