[Pandora rebirth] Fall to win

Spazio dedicato al linguaggio BennuGD per programmare videogiochi sulle nostre openconsole
User avatar
Zip
Site Admin
Posts: 3101
Joined: 3 May 2011, 21:03
Console open: Attuali Caanoo , Wiz, dingoo a320 (possedute Wiz, s7100B, s5110, s7300B, OpenPandora)
Location: Sicilia
Contact:

Re: [Pandora rebirth] Fall to win

Post by Zip »

ma cosi è troppo facile secondo me :/
la difficolta è premere x e subito dopo b quando ci sono piu muri :)

e prendere tutti i Pwup senno resti senza munizioni

ecco l'ultimo readme :)

Code: Select all

//-------------------FALL-TO-WIN------------
//----------------Zip-&-OpenConsoleTeam-----
//-----------THANX-TO:-GIGIOS-RZZ-FAROX-----
//-----------------V.0.054u_f--(2012)----------
//---------------WWW.OPENCONSOLE.IT---------
//-------------PANDORA-REBIRTH-COMPO--------

//Credits:
//---------------MAIN CODE:-ZIP-------------
//--------------------GFX:--ZIP-------------
//------------------------------------------
//------------Open-Console-Team-is-made-up:-
//------------------------------------------
//---------1-GIGIOS:-CODE-MAIN-CONTRIBUTOR--
//---------2-RZZ:----CODE-CONTRIBUTOR-------
//---------3-FAROX:-PANDORA-PACKAGE-&-PORT--
//------------------------------------------

//Fall to win is a crossover game, like a reverse Shump + reverse "icy tower" 
//free inspired by a game for open consoles called "epic free fall"
//All the code part and the graph part are original and made from scratch


//Pandy Controls:
//L Shot fire
//R Shot Water
//
//B Shot ice
//X Squat Up 


//enemy:
//there are 4 type of enemy:
//1)Wall
//--To destroy that, ice it and then broke whit squat hit
//
//2)wood Wall
//--just hit whit player squated
//
//3)Fire Wall
//--shot up water (R)
//
//4)Laser
//--shot 5 time whit fire (L)

//Points:
//wood wall out of screen   +5
//wall      out of screen   +10 
//fire wall out of screen   +15 
//laser     out of screen   +50 
//firewall  dead            +25 
//wall inclined             +=variable
//muro iced                 +10 
//muro iced dead            +20 
fai gli ultimi test su questa versione 0054uf
e poi possaimo fare il pnd,

ricordati quando compili per l'ultima volta di mettere la var debugon a 0
Farox
Cavaliere OC.it
Cavaliere OC.it
Posts: 812
Joined: 4 May 2011, 20:48
Console open: GP2X-F200 bianca, Caanoo (bianca),
Pandora (First Batch 256MB RAM) nera,
JXD S7300B nera, Rpi model B
Location: Umbria
Contact:

Re: [Pandora rebirth] Fall to win

Post by Farox »

ok a dopo...per il readme è meglio togliere le // da ogni riga....
Image
Farox
Cavaliere OC.it
Cavaliere OC.it
Posts: 812
Joined: 4 May 2011, 20:48
Console open: GP2X-F200 bianca, Caanoo (bianca),
Pandora (First Batch 256MB RAM) nera,
JXD S7300B nera, Rpi model B
Location: Umbria
Contact:

Re: [Pandora rebirth] Fall to win

Post by Farox »

Eccomi tornato....sistemato un pò il readme e fixati alcuni errori di traduz.

Code: Select all

//-------------------FALL-TO-WIN------------
    //----------------Zip-&-OpenConsoleTeam-----
    //-----------THANX-TO:-GIGIOS-RZZ-FAROX-----
    //-----------------V.0.054u_f--(2012)----------
    //---------------WWW.OPENCONSOLE.IT---------
    //-------------PANDORA-REBIRTH-COMPO--------

    //Credits:
    //---------------MAIN CODE:-ZIP-------------
    //--------------------GFX:--ZIP-------------
    //------------------------------------------
    //------------Open-Console-Team-is-made-up:-
    //------------------------------------------
    //---------1-GIGIOS:-CODE-MAIN-CONTRIBUTOR--
    //---------2-RZZ:----CODE-CONTRIBUTOR-------
    //---------3-FAROX:-PANDORA-PACKAGE-&-PORT--
    //------------------------------------------

    Fall to win is a crossover game, like a reverse Shump + reverse "icy tower"
    free inspired by a game for open consoles called "epic free fall"
    All the code part and the graph part are original and made from scratch


    Pandy Controls:
    L Shot fire
    R Shot Water
    
    B Shot ice
    X Squat Up


    enemy:
    there are 4 type of enemy:
    1)Wall
      --To destroy that, ice it and then broke with a squat hit
    
    2)wood Wall
      --just hit with player squated
    
    3)Fire Wall
      --shot up water (R)
    
    4)Laser
      --shot 5 time with fire (L)

    Points:
        wood wall out of screen   +5
    	wall      out of screen   +10
    	fire wall out of screen   +15
    	laser     out of screen   +50
    	firewall  dead            +25
    	wall inclined             +=variable
    	muro iced                 +10
    	muro iced dead            +20
ora creo il pnd...
edit.
posso togliere la u_f dal numero di versione ? secondo me basta 0.054
Image
User avatar
Zip
Site Admin
Posts: 3101
Joined: 3 May 2011, 21:03
Console open: Attuali Caanoo , Wiz, dingoo a320 (possedute Wiz, s7100B, s5110, s7300B, OpenPandora)
Location: Sicilia
Contact:

Re: [Pandora rebirth] Fall to win

Post by Zip »

per me puoi toglierlo era per identificare su quale versione lavoravamo..
ricordati debugon=0
"fixati alcuni errori di traduzione :ugeek: " è fantastico :lol:
edit:
passami il PND in privato non vorrei infrangere regole
Farox
Cavaliere OC.it
Cavaliere OC.it
Posts: 812
Joined: 4 May 2011, 20:48
Console open: GP2X-F200 bianca, Caanoo (bianca),
Pandora (First Batch 256MB RAM) nera,
JXD S7300B nera, Rpi model B
Location: Umbria
Contact:

Re: [Pandora rebirth] Fall to win

Post by Farox »

ok fatto
Image
Farox
Cavaliere OC.it
Cavaliere OC.it
Posts: 812
Joined: 4 May 2011, 20:48
Console open: GP2X-F200 bianca, Caanoo (bianca),
Pandora (First Batch 256MB RAM) nera,
JXD S7300B nera, Rpi model B
Location: Umbria
Contact:

Re: [Pandora rebirth] Fall to win

Post by Farox »

spero sei riuscito a scaricarlo....
Image
User avatar
Zip
Site Admin
Posts: 3101
Joined: 3 May 2011, 21:03
Console open: Attuali Caanoo , Wiz, dingoo a320 (possedute Wiz, s7100B, s5110, s7300B, OpenPandora)
Location: Sicilia
Contact:

Re: [Pandora rebirth] Fall to win

Post by Zip »

mandato via email, visto che file zilla non da segni di funzionamento
GRAZIE A TUTTI
GIGIOS RZZ E FAROX!
speriamo bene
Farox
Cavaliere OC.it
Cavaliere OC.it
Posts: 812
Joined: 4 May 2011, 20:48
Console open: GP2X-F200 bianca, Caanoo (bianca),
Pandora (First Batch 256MB RAM) nera,
JXD S7300B nera, Rpi model B
Location: Umbria
Contact:

Re: [Pandora rebirth] Fall to win

Post by Farox »

si ho visto il messaggio sul forum del Pandora....incrociamo le dita.. ;)
Image
User avatar
kayuz
Cavaliere OC.it
Cavaliere OC.it
Posts: 627
Joined: 4 May 2011, 15:27
Console open: Caanoo fidelis!! sempre co'te! :D
Location: Terni

Re: [Pandora rebirth] Fall to win

Post by kayuz »

siete riusciti a finirlo? GRANDIII! :D :D :D incrociamo mani e piedi! :D
User avatar
Zip
Site Admin
Posts: 3101
Joined: 3 May 2011, 21:03
Console open: Attuali Caanoo , Wiz, dingoo a320 (possedute Wiz, s7100B, s5110, s7300B, OpenPandora)
Location: Sicilia
Contact:

Re: [Pandora rebirth] Fall to win

Post by Zip »

http://boards.openpandora.org/index.php ... ll-to-win/
se siete iscritti scaricate dal primo post la versione per windows
Post Reply