Here you have my new (and better) PopOver port from Objective C to c# Xamarion Monotouch iOs than FPPopover.
I started a new port because my last popover port was so buggy and not so beautiful like this! You can find it here: https://bitbucket.org/hzaldivar/popoverviewsharp/
Last but not least, here you have the articles I found useful while porting
NSArray
The MonoTouch runtime automatically takes care of converting C# arrays to NSArrays and doing the conversion back,. The idea is to use a strongly typed C# array as this will allow the IDE to provide proper code completion with the actual type without forcing the user to guess, or look up the documentation to find out the actual type of the objects contained in the array. In cases where you can not track down the actual most derived type contained in the array, you can use NSObject [] as the return value. http://docs.xamarin.com/ios/advanced_topics/binding_objective-c_types#Arrays
If you go to the MonoTouch API Design page and do an in-page search for "NSArray", you'll find this: Instead of dealing with NSString and NSArray the runtime instead exposes these as C# strings and strongly typed arrays throughout the API. http://stackoverflow.com/questions/1855478/using-nsarray-with-monotouch
El zombiepocalipsis ha llegado!! y eres uno de los ultimos sobrevivientes en el mundo! Entonces trata de permanecer vivo en un lucha sin fin por sobrevivir!!!! Ayuda al Presidente Obama en su camino por recuperar el control y la Casa Blanca.
Gana dinero matando zombies y compra hasta 12 armas y municiones mientras un infierno inevitable te rodea... solo tienes 2 armas por nivel
La pregunta es, cuanto tiempo podras sobrevivir?
A comic of zombies (un comic de zombies) es un juego diverido y adictivo sin comparacion!
Caracteristicas:
- Arte de tipo comic
- Soporte para Retina Display
- Solo 2 armas por nivel
- Controles de usuarios simples
- 12 armas diferentes
- Varios tipos de zombies distintos
- Sistema de compra
Aca pueden descargarse la version final (v1) para PC del videojuego "A comic of zombies"
El mismo fue realizado en XNA y actualmente esta se encuentra disponible en iOs (version free y paga). El proyecto fue migrado reutilizando el mismo codigo fuente con el proyecto open source ExEn
La idea del juego es sobrevivir e ir pasando nivel tras nivel sin fin donde la dificultad se ira incrementando. Nivel tras nivel podremos comprar armas y municiones.
Para manejar al jugador, se usa el teclado y las teclas:
IZQUIERDA = A
DERECHA = D
ARMA MANUAL = J
ARMA DE FUEGO = K
RECARGAR ARMA = L
CAMBIO DE ARMA = O
ESC = Pausa
Recuerden que para poder ejecutar el juego, necesitan: