Log In  
Follow
HeyNetters

Game designer, pixel artist, hack coder

[ :: Read More :: ]

I'm building an RPG and I'm using the in-cart map tool, but obviously I can't see or edit the whole map at once. had anybody built an external map viewer/exporter? I obviously love the charm of working inside the fantasy console, but for dev I'd like to see my whole world on one screen (not to mention include it as a handout for players maybe!)

P#71853 2020-01-10 06:41

[ :: Read More :: ]

Oh you know the rules, folks. Make a program in a tweet. But now that tweets are 280 characters, is that double the awesome? Or is it awesome-squared?

I'm genuinely excited to see what kind of insanity can come out of double-sized tweet carts.

P#46014 2017-11-08 15:57 ( Edited 2017-11-26 08:57)

[ :: Read More :: ]

Cart #45366 | 2017-10-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5

I confess, I'm never going to finish this. I've tinkered with it for over a year and it's just slow going. The AI is meh, there are collision issues and velocity issues, blah blah blah. But I at least wanted to show you guys the concept.

One button jumps, one button attacks. Up and down do stances. There's combos in these button pushes. There's a divekick. You get it.

I wasn't trying to break new ground, I just wanted something that felt like the nintendo platformers I remember, like Trojan and Rygar and Ninja Gaiden.

If you want to improve on it, you go right ahead. If you want more sprites, I'd be happy to oblige. Enjoy.

P#45367 2017-10-20 20:11 ( Edited 2017-10-21 06:01)

[ :: Read More :: ]

Cart #28870 | 2016-09-20 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5

I'm going to keep this consolidated to one thread hereout.

This cart is a sampler of basic game functions that I find useful and others might want as well. I'm using these carts personally as a launchpad for more complex game mechanics.

In this cart, you will find functions and methods for:

Storing entities in tables

  • One or Two players
  • Single Screen or Split Screen
  • Scrolling Maps
  • Basic Map Tile Collision

My wishlist of things to add (but not until I have a clean method for it):

  • Entity collision
  • Particle effects

Again, I'm doing this to help myself, but hopefully I can help others. If you see a function or technique you think would be a valuable contribution, or a cleaner way of doing the things I've done, by all means! Make another version of the cart and load it to the thread!

-Lemmo (a.k.a. Hotsoup/Xenophyn)

Previous versions:

Cart #28446 | 2016-09-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2


Cart #26023 | 2016-07-28 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
9

P#28872 2016-09-20 11:52 ( Edited 2016-09-20 21:16)

[ :: Read More :: ]

Cart #28446 | 2016-09-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

This is round 2 of my "template" cartridge for building a basic game with multiple players, screens and additional entities.

I have now added an animation script, which will allow the writer to load in animation sequences (as sprites) ahead of time, and have a simple function called to advance the animation frame at the right time.

Animations can utilize the same sprites in multiple places, control the timing of the animation, and of course loop.

Anyways, I'm building these for my own foundation, but I hope anybody else can get some knowledge from them.

P.S. this cart uses Lua's fancy "multiple return values" feature, which now that I understand, is like a super power.

P#28447 2016-09-12 23:53 ( Edited 2016-09-13 03:53)

[ :: Read More :: ]

Cart #26023 | 2016-07-28 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
9

This cart is a barebones example for using tables to define the screen space, for making games that can be either single player full screen or multiplayer split screen without needing to adjust how your core game behaves. Feel free to use this as a jumping point for your next couch co-op game!

P#26024 2016-07-28 11:54 ( Edited 2016-07-28 15:54)

[ :: Read More :: ]

In order to help me focus on getting things done, I've decided to start Twitch streaming when I'm working on my game. It allows me to sit and tackle a chunk of code while listening to good music and feeding my extroversion all at once.

If you want to join in, here's where I'll be doing it, usually in the evenings CST. https://www.twitch.tv/xenophyn

Do you stream? Players, devs, etc. Toss your link in the thread and we can support each other!

P#25282 2016-07-13 22:23 ( Edited 2016-07-14 02:24)

[ :: Read More :: ]

Cart #20015 | 2016-04-27 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
11

Version .3 update: Added attacking while jumping, double-jumping, and fixed the scores and glitches. Let me know if you find bugs!

This is still my "first game", it's a full screen, enhanced version of the Lowrezjam submission I made.

Two players versus only at the moment.

Controls are simple. left and right to move your player, up to stab upward, down to block. Buttons to jump and attack.

There's an AI in the works but it's laughably, three-stooges stupid at the moment. Graphics are still being tweaked (clouds are janky). Also, the scoring isn't displayed because I have to recode it for 4 or more characters, but you can still win by knocking the other person off the ledge 7 times.

Challenge a friend, see what you think. I'll finish the AI, recode the scoring, and maybe speed up the combat a little. Add a double-jump maybe.

Under the hood, feel free to peek. The platform collision is all done by one ground_check function. hit detection is done by the sword leaving 'hit bits' on the map. (this led to funny bugs of there being invisible 'mines' around the map when the bits didn't clear properly).

I'm being guarded and cautious. Whatever. Enjoy.

P#19998 2016-04-26 02:37 ( Edited 2016-06-03 17:16)

[ :: Read More :: ]

Cart #19698 | 2016-04-11 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
8

This was created for LOWREZJAM 2016 in 48 hours, but it's still my first "finished" cartridge I've ever made!

Controls:
Left and Right to move
Z to jump
X to attack
Up to thrust upwards
Down to block

Goal: Bash your opponent off the platform 7 times to win.

2-player only. Enjoy bashing! -Lemmo

P#19699 2016-04-10 22:57 ( Edited 2016-04-14 14:18)

[ :: Read More :: ]

Are you a PICO-8 tinkerer, but haven't been able to see a game to completion? Are your pixel art skills strong, but your code could use help, or vise versa? Do you just simply prefer to work as a team instead of solo?

Come join Picocity, a Slack team oriented towards working together to create finished works for PICO-8.

While I will proudly say there is no better resource for sharing carts and tips than these official forums, what I was really missing was an environment to motivate me to create finished experiences, not just tech demos or code snippets. Picocity came to be with the hopes that aspiring builders can help hold each other up and see carts through to completion.

Create an account and join us at picocity.slack.com

(Please note, this is not in competition or poaching from Neko250's team, you can, and should, participate in both! Picocity started on Twitter, and I only recently realized I probably should mention it here on the forums also.)

P#19361 2016-03-22 11:24 ( Edited 2017-05-04 13:56)

Follow Lexaloffle:          
Generated 2024-03-28 17:05:46 | 0.071s | Q:31