Log In  
Page:
1
2
3

Cart #29774 | 2016-10-01 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

  • Graphic section M
  • Map section R
  • Sprite logo 9
  • SFX banks 32-35
  • Music banks <none>
  • Cart data section 0

Cart is now currently updated to the Master branch at the main repo, and I've submitted a pull request there.

If anyone feels like the difficulty needs adjusted, let me know! Maybe you think the difficulty ramps up too slow or too fast, or a particular mechanic needs adjusted. Just note that I am completely at the token limit, so I can't really change anything except for existing values such as timers.

P#29771 2016-09-30 23:39 ( Edited 2016-10-01 04:50)

@josefnpat

Looks good, but the player does a lot of moonwalking now :)

I should have mentioned that I changed my graphics section (F). Specifically, sprites (88-91) were each flipped horizontally to save a token. Could they please be updated in the master cart.

Edit: I just noticed that it looks like the top row of pixel on my game's icon is incorrect. Could that please be updated as well.

P#29781 2016-10-01 03:21 ( Edited 2016-10-01 22:23)

huh looks like my pico glyphs got lost in translation

P#29785 2016-10-01 05:20 ( Edited 2016-10-01 09:20)

anyone have any ideas about how you make music continuously loop? how do you know when a track has finished?

P#29788 2016-10-01 07:38 ( Edited 2016-10-01 11:38)

@team_disposable: so to play music you use music"24" (where 24 is the music track #) to start it. Each music track can play up to 4 sfx tracks simultaneously. you can also select a music track to "Start loop from here" and/or "Loop after this" by clicking the looping icons top right.

here's a tutorial and I added a music-only cart below because it's probably easier to understand when you have an example:

Cart #29790 | 2016-10-01 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

P#29791 2016-10-01 08:00 ( Edited 2016-10-01 12:00)

@Scathe Thanks for the PR! I added the game, and it looks great!

@zatyka I fixed your graphics! Tell me if that looks right!

@dollarone provide a PR on github? Maybe we can fix that: https://github.com/josefnpat/pico8collab16/blob/master/collab_2/lua/07.lua

@team_disposable - merged your PRs!

P#29846 2016-10-02 18:59 ( Edited 2016-10-02 22:59)

"Your collection is superb. VHS will never die. You gloat."
:D

P#29851 2016-10-02 20:22 ( Edited 2016-10-03 00:22)

josef: ok can do, but I'm pretty sure it was correct when I submitted the original PR, so perhapse this is an encoding issue?

FTR my instructions should be like they are in my (original version. However in the latest posted here they are mangled.

here's the problematic line.

P#29865 2016-10-03 06:11 ( Edited 2016-10-03 10:14)

@josefnpat

Looks good. Thanks!

P#29870 2016-10-03 08:07 ( Edited 2016-10-03 12:07)

@dollarone for glyphs, try using the hexadecimal representations. Demo:

Cart #29873 | 2016-10-03 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

Hint: click the "Code" link under the cart to view the code in the BBS.

P#29872 2016-10-03 09:49 ( Edited 2016-10-03 13:51)

ah cool, thanks

P#29874 2016-10-03 10:04 ( Edited 2016-10-03 14:04)

I submitted a PR for the glyphs

P#30060 2016-10-05 04:51 ( Edited 2016-10-05 08:51)

Come on folks, you know you want to contribute to this. Anyone else lurking around working on a game?

P#30421 2016-10-09 11:20 ( Edited 2016-10-09 15:20)

I might actually end up making another one just to help get it done. The one I did only took a day, so it's not really too big a deal, it's coming up with ideas that's the hardest part.

P#30486 2016-10-09 20:35 ( Edited 2016-10-10 00:35)

Scathe, guys. Checkowt the Atari 2600. My "KEEP" list of favs is 798 carts. That is, these are great games, good enough to play many times over.

Lots of ideas should be available to the diligent researchers of these titles. :)

I'll mention a few top from the first letters:

Adventure
Haunted House
Asteroids
Baseball
BASIC (that would be a trip to see it done w 2-buttons & arrows)
Battlezone
Berzerk
Bobby Is Going Home
Burgertime
Cakewalk
Canyon Bomber
Carnival
Centipede
China Syndrome
Circus Atari
1-Player Combat (Hack of Combat cart)
Chess
Cosmic Ark
Cosmic Commuter (lovely game !)
Crazy Balloon
Crossbow
Crystal Castles
Defender

That should be enough to keep you going. :)

P#30487 2016-10-09 21:03 ( Edited 2016-10-10 01:09)

@dw you only get about 450 tokens for this though. Even most Atari 2600 stuff is well out of that range. This is maybe more like Flappy Bird territory.

P#30492 2016-10-09 21:51 ( Edited 2016-10-10 01:53)

Flappy Bird ? makes a disgusted look

Wow, Scathe ... Ok, so how about the Sinclair 1000 ? It only had 1 & 1/2 k and it had some pretty cool hits too.

I bought the system long after it lost popularity so I only knew a few games for it.

Here's a picture set though, maybe something interesting will come of this.

https://www.google.com/search?newwindow=1&hl=en&site=imghp&tbm=isch&source=hp&biw=&bih=&q=sinclair+1000+game&btnG=Search+by+image#newwindow=1&hl=en&tbm=isch&q=sinclair+1000+games

https://en.wikipedia.org/wiki/ZX81

B&W Gameboy may have some ideas too. They had TONS of games though.

https://www.google.com/search?q=b%26w+gameboy+boxes&newwindow=1&biw=1280&bih=565&source=lnms&tbm=isch&sa=X&ved=0ahUKEwiz8K-hks_PAhUn6IMKHYPfAzkQ_AUIBygC

P#30493 2016-10-09 22:03 ( Edited 2016-10-10 02:04)

Ok, so I'm putting my cart here so folks know I'm merging my game next. Music/sfx is in the wrong spot, and I need to check for a dset conflict, but i'll post more details in a few minutes.

Cart #30534 | 2016-10-10 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

P#30535 2016-10-10 10:53 ( Edited 2016-10-10 14:53)

Info:

Name: PicoNaut
Menu Pos: 8
[0x0]

Music: 8 -> 11
SFX: 8 -> 11
GFX section: L
[0x0]

DSET/GET: 8

@bytedesigning says she wants to redo the graphics, so we'll see what she whips up.

My buddy @eternalnightpro might make some music, but he's not a fan of the music editor, so we'll see.

P#30537 2016-10-10 11:16 ( Edited 2016-10-10 15:20)
P#30545 2016-10-10 11:38 ( Edited 2016-10-10 15:38)

Your PICONAUT has some wicked cool graphics ! Music sounds a bit like Spy Hunter. :)

https://youtu.be/h34MviiKXXc?t=2

P#30555 2016-10-10 13:21 ( Edited 2016-10-10 17:21)

@dw817 yeah! Exact same song! Mine is no where near the Peter Gunn original due to only having 4x sfx and 4x patterns. In glad you like the game :)

P#30556 2016-10-10 13:37 ( Edited 2016-10-10 17:37)

nice game josef!

P#30736 2016-10-12 05:36 ( Edited 2016-10-12 09:36)

Hi,

Here is my proposition, I hope everything is fine.

  • graphic section K
  • sprite logo 11

Cart #30914 | 2016-10-14 | Code ▽ | Embed ▽ | No License

P#30915 2016-10-14 10:21 ( Edited 2016-10-14 14:21)

josefnpat: While I've got a lot on my supper plate ATM, I did want to address in the future and write code to help with easily entering 4-channel music.

P#30920 2016-10-14 11:00 ( Edited 2016-10-14 15:00)

@mimick sweet! Added it!

@dw817 Sounds cool!

P#30952 2016-10-14 17:09 ( Edited 2016-10-14 21:09)

cool 2-player game. Perhaps we should make the next collabcart (if we are doing more) an exclusively 2-player game cart? :)

P#31076 2016-10-16 20:22 ( Edited 2016-10-17 00:22)

@dollarone

Interesting idea, but there might not be much of an audience for exclusively 2 player games.

Another idea might be to make games specifically for speed-running, and have a way to speed-run the entire cart.

P#31083 2016-10-16 21:23 ( Edited 2016-10-17 01:23)

ooh I like that! Would be awesome to go from one to another. Perhaps as levels? Either way I think it would be fun to have a theme.

P#31103 2016-10-17 07:11 ( Edited 2016-10-17 11:11)

@dollarone and @zatyka that would be neat - everyone makes a speedrunning game that connects to the next speedrunning game. Then figure out a total time for the whole cart?

hahaha, still need 3 entries for this cart though :)

P#31132 2016-10-17 23:44 ( Edited 2016-10-18 03:44)

@josefnpat That was what I was thinking. Maybe have best per-game time alongside best whole cart time, if tokens allow. Some of the persistent data could be reserved for saving high-scores.... oh the possibilities.

I'm hoping there are at least 3 more devs silently working on games for this cart. I'd probably be willing to put together another entry, but I think it's more charming to have 16 different devs working on the same cart.

P#31162 2016-10-18 13:44 ( Edited 2016-10-18 17:44)
1

Cart #31260 | 2016-10-19 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1


I'm not done and it's not in the correct format yet, this is just to say that I'm joining.
I've got 100+ tokens left, using 1 map screen and no sounds (yet).

My thoughts on this Collab16:

  • Reservations were better: more structure and more pressure to finish
  • This was started too soon after the first one. With a break of a month or two people will forget this exists, then get hyped even more when it comes back
  • Anyone who has already made a game for this should not make another, it is much more interesting and fair with 16 different devs. There is no time limit due to the lack of reservations and I can see how this is frustrating when you submitted weeks ago, but someone at some point will make another game; have patience
P#31262 2016-10-19 19:21 ( Edited 2016-10-19 23:21)

@zatyka Those are some great ideas. I think we can drop the 3D lib for the next one, so we'll have to prototype some stuff for speedrun-cart.

I would love another entry, but I think @RhythmLynx is right; it sort of dilutes the diversity of the cart.

@RhythmLynx Nice to see your game come along!

>Reservations were better: more structure and more pressure to finish

I agree. I think for the next cart, we'll do that, but be even stricter about it.

>This was started too soon after the first one. With a break of a month or two people will forget this exists, then get hyped even more when it comes back

There was a lot of demand for this one, actually; i suspect the third won't have as much excitement, so I may have to do just that.

>Anyone who has already made a game for this should not make another, it is much more interesting and fair with 16 different devs. There is no time limit due to the lack of reservations and I can see how this is frustrating when you submitted weeks ago, but someone at some point will make another game; have patience

Yeah, I agree with this. As much as I'd like to see the cart finished, I also want to make it really diverse.

P#31403 2016-10-21 17:36 ( Edited 2016-10-21 21:36)

lots of great little games. Really enjoyed the jaunt.

P#31407 2016-10-21 17:51 ( Edited 2016-10-21 21:51)
2

Cart #31570 | 2016-10-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2


Cart #31571 | 2016-10-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

Here's my finished entry!

  • 466 / 476 tokens
  • 1913 / 3913 characters
  • sprite bank H
  • map screen U (I think? The diagram didn't seem to fit the map)
  • sprite logo / game 12
  • sounds 20-23
  • music 4-7

The music is by Robby Duguay. I used parts of Track 1: Arpument from his excellent Nine Songs in Pico-8.

I included the global function

btnp_45()

which returns true when either button 4 or 5 is pressed. Some tokens could be saved by retrofitting the use of this function in the rest of the cart, for example in the menu, but I didn't want to mess with other people's work.

NOTE: Midnight Drive doesn't work in this version of the collab cart. I've integrated my cart into the current base cart Collab16 Cart 2 v49. Midnight Drive doesn't work in this base cart. So I've also included my cart on its own in the correct format, so hopefully it will be easy to fix. If you use my standalone cart for merging, you'll need to do the following:

* Get rid of the global music call

  • Uncomment the music call in my _init function
  • Edit this line in my _update function by removing the call to self._init(self) and uncommenting the rest:
elseif state=="complete" then
   if(btnp_45())self._init(self)--cgame=menu poke(0x5f2c,0)music(-1,1000)
  end

P#31576 2016-10-23 17:14 ( Edited 2016-10-23 21:14)

208 moves, 10 restarts!

nice game!

P#31597 2016-10-23 19:21 ( Edited 2016-10-23 23:21)

Thanks dollarone! You're probably the first to complete it :)
I really like yours, the sprite work is great

P#31764 2016-10-25 16:44 ( Edited 2016-10-25 20:44)

Cart #31815 | 2016-10-26 | Code ▽ | Embed ▽ | No License

Introducing "Boogie Bash", the game in which you play a prancing person who's having a bash not getting bashed. It's a ripoff of Mr. Space!! for iOS/Android, but that's okay, right?

  • Game/Sprite Logo: 13
  • Graphics Section: J
  • Map Section: none
  • SFX: 36-39
  • Music: 20-23
  • Cart Data Section: N/A (If only I could spare the tokens...)
  • Tokens: 474 (I think...)

Does the token count include the add(games,{name="tbd",author="tbd" or is it just the init/draw/update functions and their context? If it includes that "add" then let me know and I can try to trim down 12 more tokens. Took me about 8 hours from start to finish, and at least 3 of those hours were trying to trim it down further :(

Let me know if I'm conflicting in slots with anyone, if you'd rather I submit a pull request, etc. Just tossing this out there now to solidify my game as one of the last 2 or 3 entries.

EDIT: I noticed I was in the same game/graphics/sfx slots as RhythmLynx so I moved to open spaces.
EDIT2: My high score is 50

P#31805 2016-10-26 05:50 ( Edited 2016-10-26 11:12)

@Jamish Boogie Bash is super good! Really fun and great audio+visuals
I think the "add(games,.....)" is included in your token count
It looks like we only need one more game and for @josefnpat to sort out final merges and the cart will be complete :)

P#31835 2016-10-26 15:11 ( Edited 2016-10-26 19:11)

@RhythmLynx Thanks!!! I know I can save tokens just by getting rid of one or two of the swanky visual effects, but I already got rid of text shadows to save a dozen or so tokens and I can't bring myself to cut more. I love your puzzle game, too, I just couldn't figure out how to restart when I messed up, so I didn't get much further than the 3rd level because I was restarting each time. How do you restart? EDIT: Figured it out, seeing as how the instructions are right there. I'm dumb. 414 moves, 30 retries... at least I beat it! I really liked the music, it was slow enough that it felt relaxing and not at all repetitive considering you only had 4 patterns.

Ah, so I do have to decrease by a few more tokens in that case.

@josefnpat will you allow for a tiny bit of leeway if there are any tokens left over at the end? I can keep trying to trim it, but my eyes were bleeding out of their socket last time D: If anyone sees any obvious optimizations, I'd be forever grateful :) FYI, I'll also be snatching up another SFX and Music bank at the end as well!

P#31837 2016-10-26 15:30 ( Edited 2016-10-27 01:48)

cool game, Jamish. Starts easy but gets really hard!

I think the add(..) code is already included, but I'm not entirely sure.

P#31891 2016-10-27 05:41 ( Edited 2016-10-27 09:41)

Thanks! Let me know if it gets too hard too fast or if difficulty could ramp up faster to keep things interesting.

There is a max difficulty--difficulty scales from 4 gaps down to only 1 gap, and from 4 seconds of time down to 1 second minimum. It reaches that max difficulty once you hit a score of 50 (conveniently placed at my high score). I didn't want it to be humanly impossible at max difficulty, so I played a few times STARTING at the max difficulty to make sure it was possible to consistently score several more points before making a mistake.

Alright. Just say the word and I'll compress it more, but I'll leave it as-is for now.

P#31908 2016-10-27 14:03 ( Edited 2016-10-27 18:43)

@RhythmLynx Merged!

It's nice to see you're using music from nine songs in pico8! We need to find a way to credit him in game I think. I'm open to ideas!

Ohter than that, what a great game! And the global btnp_45() is a really good idea that I will surely add to the next jam.

I merged the cart that you merged with the v49 build of Collab16, so everything looks good!

@Jamish Merged!

I don't care if it's a ripoff, I think you've done it better! I love the dancing sprites, and the fantastic music! This is such a solid entry, great work man!

As for your question about tokens, it's everything that's required to put your object into the games table.

Here's the tokens for your game

@everyone you all rock! Only one more game to finish the cart!!!

One thing to note, to whomever makes the last game, we're nearing our compression limit, so for the release, I've stripped a bunch of comments. Don't worry if your game doesn't compress, but do worry about your tokens!

7738/8192 means there's 454 tokens left! Some folks are going over... if that's a problem for whoever makes the last game, I'll start a witch hunt. <3

P#31912 2016-10-27 16:34 ( Edited 2016-10-27 20:38)

@josefnpat awesome, thanks! I credited Robby in the 'author' part of my entry, you can see his twitter handle from the main menu.

If needs be, you could shave a few tokens from the menu update loop by using my btnp_45() function there.

P#31952 2016-10-28 08:58 ( Edited 2016-10-28 12:58)

@josefnpat Thank you for the merge and kind words! I was able to trim my tokens down while having enough to spare to add back an effect. I've submitted a pull request and I should be right at 476 tokens now.

P#31964 2016-10-28 14:44 ( Edited 2016-10-28 18:44)

@RhythmLynx sweet. I'll have to add the btnp to the header! I think that's a fantastic function.

@Jamish I saw your GitHub PR! Thanks so much! I've updated the thread with the newest cart.

7714/8192 tokens (478 tokens left)! (To reiterate; don't worry too much about compression, there's lots of comments to remove!)

P#31969 2016-10-28 18:38 ( Edited 2016-10-28 22:38)

maybe we could add a theme song to the menu as well?

P#32081 2016-10-30 11:52 ( Edited 2016-10-30 15:52)



made a nicer menu that takes less tokens

P#32087 2016-10-30 14:18 ( Edited 2016-10-30 18:18)



because nobody has done it yet.

P#32136 2016-11-01 11:34 ( Edited 2016-11-01 15:34)

Thanks to @lemtzas we now have our last game!

by
Cart #33063 | 2016-12-05 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
28

I've used the old COLLAB16 graphic title, so if anyone wants to suggest a better 64x16 image, they can, otherwise I'm just going to use the old one.

I'll give folks a little bit of time to try out the cart before I finalize it!

With that, I'll probably host an xmas COLLAB16 for folks to participate in on. This time I'll use the reservation system again, but I'll have hard deadlines for those that reserve.

P#33064 2016-12-05 11:20 ( Edited 2016-12-05 16:26)
Page:

[Please log in to post a comment]

Follow Lexaloffle:          
Generated 2024-03-28 11:43:04 | 0.170s | Q:112