SuperRembo Posted March 5, 2014 Report Share Posted March 5, 2014 (edited) Bik level update: http://www.stencyl.com/game/play/25247 Top jauna spelite . Taka tiek izmantota pavisam cita platforma, bugu kaudze var izstrades laika but. But anyway, atskiriba no ieprieksejiem projektiem. Sis bus web/ios/adrnoid. Edited March 18, 2014 by SuperRembo Link to comment Share on other sites More sharing options...
SuperRembo Posted March 6, 2014 Author Report Share Posted March 6, 2014 (edited) Teoretiski es censos izveidot pietuvinatu speli "Chip and Dale". Izstrades laika tiek random, design izmantots. Sitik koda vajag, lai tik noskaidrot redzet, kad pie zemes pieskaras musu varonis. { public var _HitGround:Bool; public var _LimitToTiles:Bool; public var _ExcludedGroups:Array<Dynamic>; public function new(dummy:Int, actor:Actor, engine:Engine) { super(actor, engine); nameMap.set("Hit Ground?", "_HitGround"); _HitGround = false; nameMap.set("Limit To Tiles?", "_LimitToTiles"); _LimitToTiles = false; nameMap.set("Excluded Groups", "_ExcludedGroups"); _ExcludedGroups = []; nameMap.set("Actor", "actor"); } override public function init() { /* "Inputs:" */ /* "None" */ /* "Outputs:" */ /* "\"On Ground?\" -- <Boolean> Actor Level Attribute" */ addWhenUpdatedListener(null, function(elapsedTime:Float, list:Array<Dynamic>):Void { if (wrapper.enabled) { actor.setActorValue("On Ground?", _HitGround); _HitGround = false; propertyChanged("_HitGround", _HitGround); } }); addCollisionListener(actor, function(event:Collision, list:Array<Dynamic>):Void { if (wrapper.enabled) { /* "Don't consider collisions with sensors as hitting the ground" */ if (event.thisCollidedWithSensor) { return; } /* "If we only want to detect collions with Tiles, and the Actor hit something other than the tile -- Quit" */ if ((_LimitToTiles && !(event.thisCollidedWithTile))) { return; } /* "If we are excluding certain Actor Groups - check those here and quit if appropriate" */ if ((_ExcludedGroups.length > 0)) { for (item in cast(_ExcludedGroups, Array<Dynamic>)) { if ((("" + item) == ("" + internalGetGroup(event.otherActor, event.otherShape)))) { return; } } } /* "If we get here and detect a bottom collision, we're on the ground" */ for (point in event.points) { if ((Math.abs(Math.round(Engine.toPixelUnits(point.normalY))) > 0.1)) { _HitGround = true; propertyChanged("_HitGround", _HitGround); return; } } if (event.thisFromBottom) { _HitGround = true; propertyChanged("_HitGround", _HitGround); return; } } }); } override public function forwardMessage(msg:String) {}} Edited March 6, 2014 by SuperRembo Link to comment Share on other sites More sharing options...
LAVRx Posted March 6, 2014 Report Share Posted March 6, 2014 (edited) Īstenībā laba ideja. Visas vecās reanimētās spēlītes parasti ir diezgan populāras. Galvenais ir nepārspīlēt ar visādiem "uzlabojumiem". Respektīvi jo tuvāk oriģinālam jo labāk. Vēl vari kādreiz pamēģināt ko līdzīgu Gold Runner'am uztaisīt. Tā bija diezgan adiktīva spēlīte... Edited March 6, 2014 by LAVRx Link to comment Share on other sites More sharing options...
SuperRembo Posted March 6, 2014 Author Report Share Posted March 6, 2014 Galvasapes sagada otra platforma un pareizs koliziju izvietojums. Sobrid photoshop basic petu, jo man uz rokam ir 500 bildes 64x64 un dazas nestandarta izmeru. Un visu vajag savietot 2-4 lielos .png, kaut kas lidzigi ka sprite. Link to comment Share on other sites More sharing options...
LAVRx Posted March 6, 2014 Report Share Posted March 6, 2014 Galvasapes sagada otra platforma un pareizs koliziju izvietojums. Sobrid photoshop basic petu, jo man uz rokam ir 500 bildes 64x64 un dazas nestandarta izmeru. Un visu vajag savietot 2-4 lielos .png, kaut kas lidzigi ka sprite. Pilnīgi neko nesapratu 3 Link to comment Share on other sites More sharing options...
SuperRembo Posted March 6, 2014 Author Report Share Posted March 6, 2014 Man looti noderetu kads specialists. Kas varetu photoshopa sataisit spraitu, ko tml. Piem 1024x1024 blank bilde, sadalit ar grid 64x64, un salipinat visas manas bildes uz vienas giga bildes. Luk piemers kur es centos ar savu skill lipinat. 90% der, bet vienalga ir nobides, tapec vajag kadu pro, jo sini bilde ir tik 1/7 no visam manam bildem. https://www.dropbox.com/s/wbg4qzhrc87a05d/Tile64.png Link to comment Share on other sites More sharing options...
Nightmares^^ Posted March 6, 2014 Report Share Posted March 6, 2014 Par vecajām labajām "Čupiņām" es būtu gatavs maksāt pat dolāru! Link to comment Share on other sites More sharing options...
SuperRembo Posted March 6, 2014 Author Report Share Posted March 6, 2014 Doma ir likt "Free" Bet reklamas atvienosana gan 0.99$ var nakties maksat > Link to comment Share on other sites More sharing options...
SuperRembo Posted March 7, 2014 Author Report Share Posted March 7, 2014 Palika 3 bugus izlabot. Varat notestet, varbut kaut kas acis iekritis, ko es nepiefikseju. Link to comment Share on other sites More sharing options...
SuperRembo Posted March 8, 2014 Author Report Share Posted March 8, 2014 (edited) Iznaca tikko bik svaigaks update Arrows + z podzina jusu riciba ^^. http://www.stencyl.com/game/play/24999 Edited March 8, 2014 by SuperRembo Link to comment Share on other sites More sharing options...
CRAFTLV Posted March 9, 2014 Report Share Posted March 9, 2014 Iznaca tikko bik svaigaks update Arrows + z podzina jusu riciba ^^. http://www.stencyl.com/game/play/24999 Diezgan ok ! Link to comment Share on other sites More sharing options...
SuperRembo Posted March 10, 2014 Author Report Share Posted March 10, 2014 Update: 0.03 Version Fix - jump Level 1(dala karkass pabeigts) Pretinieku parodiju mosh sodien sanaks ielikt Link to comment Share on other sites More sharing options...
Print`Screen Posted March 10, 2014 Report Share Posted March 10, 2014 Ar ko ir lekt? Link to comment Share on other sites More sharing options...
Nightmares^^ Posted March 10, 2014 Report Share Posted March 10, 2014 Bugs: Skrienot, turot nospiestu Z + X vai lecienā turot Z nospiežot C pārvēršās par klucīti Link to comment Share on other sites More sharing options...
SuperRembo Posted March 10, 2014 Author Report Share Posted March 10, 2014 Nu vispar taas ir slepenas funkcijas =D. Sja piespraudisu run animaciju. X=RUN Leciena C=kaut kas uber trieciens pret zemi (varbut nakotne noderes ipashi cietos pretiniekus midit) Update: 0.031 Podzina x safixota, aizvakts smagais kritiens(jo domaju bus par kaudze ar pogam savadak prieks mobile) x- paliks prieks web versijas. Link to comment Share on other sites More sharing options...
Nightmares^^ Posted March 10, 2014 Report Share Posted March 10, 2014 Kāpēc vispār Z poga? Tizls variants, normālai klavai robežojas ar WIN taustiņu, līdz ar to ļoti liela iespējamība, ka saspiedīsies un game over.... Ir tak WASD Link to comment Share on other sites More sharing options...
SuperRembo Posted March 10, 2014 Author Report Share Posted March 10, 2014 Velak parkonfiguresu to. Sobrid notiek siva cinja ar kapnem, Link to comment Share on other sites More sharing options...
SuperRembo Posted March 11, 2014 Author Report Share Posted March 11, 2014 Update: 0.033 +Main menu +Button fix (wasd +k,l) +Sound +Scene Level_1A Link to comment Share on other sites More sharing options...
SuperRembo Posted March 11, 2014 Author Report Share Posted March 11, 2014 Ja iedosiet kada pretinieka bildes, velams animetas (Tas ir 2- atseviskas bildes, vai 1 freima. Sataisisu pretinieku ^^. Kads mosh grib berzina kungu 100x100 rezolucija sataisit =D Link to comment Share on other sites More sharing options...
SuperRembo Posted March 12, 2014 Author Report Share Posted March 12, 2014 Piedavajat ari kadas savas idejas ko gribetos redzet, kur gribetos redzet utt. Savadak solo izstradat lielus projektus ar vienu fantazijas lidojumu ir ka ir. Link to comment Share on other sites More sharing options...
Nightmares^^ Posted March 12, 2014 Report Share Posted March 12, 2014 Nu idejas jau minēju, uztaisi Čupiņas, jeb veco gold miner, vai kā viņu sauca, kas uz žiletona bija... Šitā tava spēle izskatās pēc kaut kāda bērnu mēsliņa... boring as fuck. ŠIto vo, lode runner: Kāda tev vispār ir mērķauditorija? Pagaidām izskatās, ka tu tēmē uz bērniem - 12g, kuriem ka tik kaut ko padzenāt, pofig, kas tas ir Tobiš kāpēc tu netaisi to, kas tev pašam varētu patikt? Vai tev patīk tās čūskas un šitas brīnums? Link to comment Share on other sites More sharing options...
ep1dem1c Posted March 12, 2014 Report Share Posted March 12, 2014 Uztaisi kaut ko līdzīgu Flappy bird... Tev tur downloadu skaits sekundēs celsies.. Link to comment Share on other sites More sharing options...
SuperRembo Posted March 12, 2014 Author Report Share Posted March 12, 2014 (edited) Flappy bird ir norietejis etaps cik es petiju visas parodijas. Bet man ir doma kadu 3-4 limeni sataisit uz flappy bazes, ka hero ar tepiki lido, tikai tur nebus endless run, bet noteiktu gabalu jaizlido. Spaidot to vienu pogu, lai nenogazas. Primitivi uz parejas game core man ir sadas idejas. 1)Salasit pa karti x,y,z itemus, lai atverto durvis uz level end. 2)Dazas vietas pogas piespiest, lai var cita sektora tikt, tur vel poga, tad ap sakumu atveras durvis kur ir poga kas atver pedejas durvis level end. 3)Paris enemy ar atskirigu logiku 4)Kaut kadus bosus, ja apgusu 5)Defaulta izsvaidit redzamos un neredzamos dargumus, 6)Iemontet kadu secret apgabalu karte 7)Lekasana ka duck tales ar spieki 8)Flappy bird style dazos limenos 9)X-Shit kad bus 1-8 realizeti. Edited March 12, 2014 by SuperRembo Link to comment Share on other sites More sharing options...
Nightmares^^ Posted March 13, 2014 Report Share Posted March 13, 2014 Nu re, http://www.tvnet.lv/tehnologijas/nozares_jaunumi/501055-candy_crush_saga_izstradataja_vertiba_lidz_pat_76_miljardiem_dolaru Tāds sūds, teorētiski, bet tev bija iespēja paveikt to pašu Viss slēpjās tikai regulārā opciju atjaunošanā, papildiespējās un citos sūdos... Link to comment Share on other sites More sharing options...
0xDEAD BEEF Posted March 14, 2014 Report Share Posted March 14, 2014 Palasi rakstu par candy swipe. Super remobo tacu nespej neko tadu uztaisit. Beefs Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now