Log In  
Page:
1
2

Ive been hard at work making a port of the pretty good puzzle game from from the game "game center cx 2" called "Triotos". i would describe it but this guy did it well enough i dont think its needed for me to just retype what he did.

However the problem is that i do not have the skills nor the knowledge to actually program the damn thing. i can use my limited knowledge to imagine how it could work but after that its pretty much blank.

Ive made most of the sprites done and the gamefiled (although im still working on the background) and ive done some basic code.

I forgot how to post cartridges so uh...here's just a mediafire link (sorry)

P#24564 2016-07-04 16:14 ( Edited 2016-07-12 19:48)

Aren't these games the same as Columns?

Here's a Columns clone written in LUA using love2d framework:
https://github.com/EmmanuelOga/columns

Columns on Genesis/MD

P#24583 2016-07-04 19:43 ( Edited 2016-07-04 23:46)

looks allot like columns. not looking to hard to do

P#24588 2016-07-04 20:41 ( Edited 2016-07-05 00:41)

Yeah it seems like columns with some vertical and L shaped pieces.

@mickio1, you can do this. There is a columns clone from pico-jam2. You can download that and lookup the code. Or you can search for columns programming tutorials and follow those, but translating them to Lua.

I know that for someone who never programmed this seems like an impossible task, but once you jump over few of the first hurdles it will start making sense. You can do this!

P#24595 2016-07-04 22:34 ( Edited 2016-07-05 02:34)

yea its not easy though... if i could get some help to point me in the right direction or something. also if your talking about that game where there's the 4 elements and the eggs i already tried to use that and it dint work well.

Also from what im seeing it dosent look a lot like columns in terms of mechanics other than the fact it throws 3 blocks at once. Although Columns is a badass puzzle game.

P#24615 2016-07-05 08:23 ( Edited 2016-07-05 12:23)

Here is a summary of the game rules.
https://tetrisconcept.net/threads/triotos.2394/

Personally I'd look at both Tetris and Columns clones in pico8. Whilst not exactly what you want, there are enough similarities (block management, dropping, matching, movement, etc) that it should give you enough to go on.

You can do this! We're here to help 😃

P#24645 2016-07-05 15:49 ( Edited 2016-07-05 19:49)

@mickio1 I am talking about this game. The game you are describing is by Benjamin Soulé, who in my eyes is a wizard with Pico8, but his code is not very newbie friendly. I haven't really dug into Adrian09_01's (the author of Magic Jewelry) code, but at a first glance his code seems a bit more descriptive, it might be worth a look.

Just as @matt said, the best thing you can do is lookup some tetris, columns tutorials. They won't be for Pico8, but that doesn't matter that much, what you want is to figure out the logic for the game. Once you understand how the game is coded, check out some Pico8 games that follow that logic. Try to connect the functions to the logic you heave learnt. See what code does what.

There is an advice that I have seen over and over again in various articles about "how to make games". It simply says - "Do!" Just start making a game. Any game. Sure, you want to make Triotos, but you can start with something simpler. I would actually start with something simple and Pico Zine is a great resource for that. Just grab an issue and go through one of their tutorials. Even a simple pong will teach you a lot! Then, step by step you will get closer to the skillset you need to make Triotos.

Believe me, I know how tricky this first hurdle is. But once you get the basics, the knowledge will start snowballing. Making game is hard. There isn't a simple answer we can give you on how to make Triotos, but we can help you with the issues you will have along the way. Don't give up.

P#24675 2016-07-05 22:12 ( Edited 2016-07-06 02:12)

i actually did all of the pico-8 fan magazines. as you can see im not sure it did a whole lot.

P#24682 2016-07-06 00:02 ( Edited 2016-07-06 04:02)

Then I would start with the simpler tasks related to Triotos.

Create a title screen.
Create the game states, so you can skip from intro, to play, to game over.
Draw your background to thr screen.
Draw some blocks.

And go from there.

P#24690 2016-07-06 01:33 ( Edited 2016-07-06 05:33)

Here's my rough implementation (based on a heavily modified version of Tetromix). Endless mode seems to work OK. 2P mode has no garbage mechanics. No CPU support, sounds or music.

Cart #24884 | 2016-07-08 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

P#24885 2016-07-08 07:20 ( Edited 2016-07-08 11:20)

Holy shit, man. if you ever come by Quebec i think imma need to give you a blowjob. i can do sounds and music no problem. might also make a color version because i prefered those graphics but fucking A-grade right here.

P#24950 2016-07-09 01:01 ( Edited 2016-07-09 05:01)
1

No need for that, I'm quite a fan of this game, too. Heck, the only reason I could do it so quick is because I already did a falling-blocks game before.

Here's a new version, with slight bugfixes, new colored graphics and a hold feature (activated by holding both (O) and (X) at the same time). May need more testing, though.

Cart #24962 | 2016-07-09 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

P#24963 2016-07-09 08:45 ( Edited 2016-07-09 12:45)

come on, man! the least i can do is put some sweet phat beats while you do the hard work. btw i found a bug that lets you switch the holded thing as much as you want. normally its only once a block. also there's a bonus for clearing the board but i forgot how much.

P#24965 2016-07-09 10:13 ( Edited 2016-07-09 17:02)

Yes, I know about that. But does that give the player any advantage? All the player can do is switch it back and forth. Doesn't really sound like something that can give anyone an advantage. I can add a limit if necessary, though.

P#24970 2016-07-09 13:29 ( Edited 2016-07-09 17:29)

i suppose in the grand scheme of things it dosent change much. anyway here's the cartridge with sound effects. i havent applied them to anything so you could decide what fits best. ive also added a second block for the multi-block so it can be animated and look snazier. and also so that it can be easier to see. http://www.mediafire.com/download/hbcsvbl9ybq9awc/triotos.p8

Sorry, i still cant remember how to post carts.

P#24972 2016-07-09 13:46 ( Edited 2016-07-09 17:46)

You do the same thing as when you create a new topic for the cartridge, except, when you get the [ # whatever # ] thingy, you don't click the "create topic" button, but instead just paste it into the comment of this topic.

P#24975 2016-07-09 14:03 ( Edited 2016-07-09 18:03)

Cart #24979 | 2016-07-09 | Code ▽ | Embed ▽ | No License

I got it! just take the cartridge and do what you want with it. the sounds should save you some time anyway. as for the music im still working on that because frankly im not sure how to make it sound like folk-japanese.

P#24980 2016-07-09 14:18 ( Edited 2016-07-09 18:18)

Cart #24995 | 2016-07-09 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA


I added the rule that limits all falling blocks to two colors (as specified on the website in the OP) and prevented the player from using the hold function more than once.

As for sound effects, have you tried using the tracker mode (shown in the sound editor as a series of horizontal dashes)? It allows to add different effects to the bleeps you're playing.

For example, check out what I did in Tetromix. Both its music and most of the sound effects use these effects to achieve a better sound.

P#24997 2016-07-09 16:28 ( Edited 2016-07-09 20:28)

its looking pretty damn sweet so far i will say. yea im not super well versed in the tracker mode but ill try things for the music. though i dont think i need to go that deep for sound effects, right? unless you want me to try and replicate the original ones.

Also i must say that so far this isnt really much of a demake. its pretty damn sweet imo. But uh...Are there levels? the game dosent seem be getting any faster. That could get really problematic.

P#24999 2016-07-09 16:43 ( Edited 2016-07-10 19:53)

I'm currently trying to figure out the speed of different levels in the original game (i was lucky I had a RAM search feature).

There seems to be a weird system with regards to levels. Levels first start at a slower pace (say, 90 frames per row for level 1 or 80 for level 10), then drop every level (88,86,84,82,80), then suddenly drop to an ever lower value (60,60,60) and, upon hitting every tenth level, rise again, albeit a little faster than before (80).

In fact, after some more searching, I may have found the actual table of these speed values in the original game's memory. It is 249 bytes long (which would correspond to levels 1 ~ 250) and it eventually ends at a point where pieces fall at a speed of 1 row each frame (60 rows per second).

For comparison, the GameBoy version of Tetris gracefully stops at 3 frames per row at level 20 (which is reached upon making 200 lines), and Tetromix (which is a 30fps game) stops at 2.

P#25105 2016-07-11 15:23 ( Edited 2016-07-11 19:23)

Cart #25108 | 2016-07-11 | Code ▽ | Embed ▽ | No License


title music. got it by ear, cut it down a bit

P#25109 2016-07-11 16:11 ( Edited 2016-07-11 20:11)

@adrian09_01 awesome dude! however the cart isnt working. cart format error 1 in fact. might wanna fix that...

@usr_share that is fucking weird...maybe we could just wing it and try and mix the speed with that of regular ol tetris? Frankly i never got far enough in the game where it could slow down i think.

P#25118 2016-07-11 19:48 ( Edited 2016-07-11 23:48)

Cart format error is usually just because the .p8 was uploaded instead of the .p8.png. Maybe the site should warn us when we do that?

P#25122 2016-07-11 20:38 ( Edited 2016-07-12 00:38)

Woulnt that be an idea. or maybe make it so both .p8 and .p8.png works.

P#25124 2016-07-11 21:08 ( Edited 2016-07-12 01:08)

zep is not very good at programming safeguards into the site or sanitizing user input. The only reason the entire BBS hasn't been hacked from a dozen entry points (a few of which I've stumbled upon) and replaced with a malware page yet is because it's all custom software on a very small website which no evil persons have found reason to bother specifically going out of their way to compromise yet and the automated spambots roaming the Internet don't know how to exploit it on their own... .-.;

This file does appear to simply be a .p8 you can download and rename to run it locally, since the browser version fails to load it, yes.

P#25126 2016-07-11 22:13 ( Edited 2016-07-12 02:13)

Yea. after testing it its actually pretty good. however the song keeps playing and playing over itself? also nice job adding a sound effect for turning the blocks. ive made the sounds but coulnt find where to put them in the code.
Somehow having a sound effect for turning makes the game more playable/fun.

P#25130 2016-07-11 23:01 ( Edited 2016-07-12 03:01)

Cart #25138 | 2016-07-12 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

Adjusted some instruments on the title BGM.
Added a fourth (and actually last) pattern to the title BGM -- sadly, it only has the lead right now.
Commented out sfx() commands that caused single patterns from said BGM to play.
Added a "music on/off" switch to the main menu.
Removed the VS.RIVAL mode from the menu, since there's no AI yet (and I'm not a good enough coder to make one).

I would advise @adrian09_01 to experiment a bit with the tracker mode and using volume/effects in the music and SFX. I really like your Columns / Magic Jewelry clone, but the music... Thanks, anyway.

P#25139 2016-07-12 05:05 ( Edited 2016-07-12 09:05)

@usr_share I did the AI in my cart, along with the Haggleman portraits from DX on the 3rd sprite page, but it's the old version without your changes.

P#25153 2016-07-12 11:28 ( Edited 2016-07-12 15:28)

oh crap, your cart has the 2nd font on the 3rd sprite page where I put the Haggleman portraits

P#25154 2016-07-12 11:29 ( Edited 2016-07-12 15:29)

color one it seems. based on the fact it has colors and a hold feature. my original crappy art was also based on the color one too. why limit ourselves even more than what pico-8 limits ya to?

P#25156 2016-07-12 11:33 ( Edited 2016-07-12 15:33)

Cart #25159 | 2016-07-12 | Code ▽ | Embed ▽ | No License

I dug trough the code and manage to add most of the sound effects for the game! i kinda fucked up some places since sounds play at random sometimes but i coulnt figure out why.

P#25160 2016-07-12 11:56 ( Edited 2016-07-12 15:56)

did a small transplant from usr_share's cart to display menu texts, but set it up to use the existing font to leave place for haggleman portraits, enabled the death cheat code (not ported from triotos, just sped up default ai to make an action every 1/30 second)

P#25161 2016-07-12 12:13 ( Edited 2016-07-12 16:13)

btw wtf is with that line 419 and 425 (q and tab respectively) rotation for P2? it tries to perform arithmetic on field ? a nil value - a simple fix maybe that I can apply to my cart? one second after my ai starts playing there's that error - it's also on the original 0.1, 0.2, 0.25 and 0.3 Triotoses

P#25163 2016-07-12 12:23 ( Edited 2016-07-12 16:24)

No idea. if you could fix the sound issue with the version of the cart i posted that would be awesome. but so far i think its looking more and more better.

P#25166 2016-07-12 12:44 ( Edited 2016-07-12 16:44)

nevermind, figured it out myself

P#25167 2016-07-12 12:44 ( Edited 2016-07-12 16:44)

anyone can figure where's the draw block function? need to override x = x - 1 for player 2

P#25169 2016-07-12 12:49 ( Edited 2016-07-12 16:49)

if you press CTRL+F and type in draw block or something youll find it super easily.

P#25171 2016-07-12 12:51 ( Edited 2016-07-12 16:51)

Cart #25165 | 2016-07-12 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

Here. I got rid of the big font for menu item descriptions and replaced it with my own proportional font that only takes up 16 sprites.

Also, the wildcard blocks are animated again.

P#25174 2016-07-12 13:08 ( Edited 2016-07-12 17:08)

Awesome! and now i need to apply the sound effects all over again. Fuck!

P#25176 2016-07-12 13:23 ( Edited 2016-07-12 17:23)

Cart #25179 | 2016-07-12 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

No need to do that. I just noticed the new version and am reuploading an even newer one, with the sound effects and all.

P#25180 2016-07-12 13:37 ( Edited 2016-07-12 17:37)

you uh...forgot the sound effect for moving the blocks around.

P#25181 2016-07-12 13:39 ( Edited 2016-07-12 17:39)

Oh, sorry. It was applied to the btnr() function (which works a little bit like btnp(), but with smaller delays), so I didn't notice it. I would instead advise you apply the sound effect to the move_block() function instead.

P#25182 2016-07-12 13:43 ( Edited 2016-07-12 17:43)

Guys, are you on the PICO-8 Slack (https://pico-8.slack.com)? Maybe it'd be better if we create a channel there to handle stuff like that instead of having to check this thread all the time.

P#25183 2016-07-12 13:46 ( Edited 2016-07-12 17:46)

looks cool but i made an account and now it asks me for an email and password but its not doing shit. won't login.

P#25184 2016-07-12 13:56 ( Edited 2016-07-12 17:56)

Weird. I was able to register there without any problems.

P#25185 2016-07-12 13:58 ( Edited 2016-07-12 17:58)

i think you need to send email invites. just in case try out mine. [email protected]

P#25187 2016-07-12 14:01 ( Edited 2016-07-12 18:01)

Oh, I kinda forgot there's an invite system. Try either https://slofile.com/slack/pico-8 or http://catgirl.goddess.moe:3000/.

P#25189 2016-07-12 14:03 ( Edited 2016-07-12 18:03)

usr, should I upload my cart? we're a lot out-of-date

P#25190 2016-07-12 14:03 ( Edited 2016-07-12 18:03)

Sure. I'll try to import all the modifications into my version.

P#25192 2016-07-12 14:04 ( Edited 2016-07-12 18:04)

@mickio1, did you get a Slack invite (from one of the two links above)?

P#25198 2016-07-12 15:42 ( Edited 2016-07-12 19:42)
Page:

[Please log in to post a comment]

Follow Lexaloffle:          
Generated 2024-03-28 08:05:42 | 0.034s | Q:88