Log In  

BBS > Superblog
Posts: All | Following    GIFs: All | Postcarts    Off-site: Accounts

Is there any way to do the following?

t = {
  "key 1" = "foofoo",
  "key 2" = "barbar"
}

We can't use quoted keys when defining a table, but we can use them when adding elements.

t = {}
t["key 1"] = "foofoo"
t["key 2"] = "barbar"

Is this "just how things are?" because it would really be beneficial to be able to do it all inline and build out a complex table structure without having to isolate out special cases and insert them as a separate sequence of setter calls.

(the example above uses spaces in the key intentionally, where it might be a substring paired with its substitution or maybe I just want to make it very clear in the definition that some of the keys represent specific words, like vocabulary words; don't get me wrong, I know lots of workarounds, but sometimes the workarounds are a drag, especially when it looks like we're so close to just having a simple way of doing things)

[ Continue Reading.. ]

4 comments


Cart #picobike-0 | 2021-05-06 | Code ▽ | Embed ▽ | No License

any ideas or comments for improving the speed sensation?

5 comments


Cart #canyonmarket-0 | 2021-05-06 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

Probably the last update for a minute while I wrap up my finals this semester.

Enjoy!

0 comments


Cart #barrels2-0 | 2021-05-06 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
9


Here's a visual mod of Celeste 2 I made yesterday. The barrel is also a little bit faster than Lani, but besides that, not much is different for Barri.

All credit for the original game goes to Noel, Maddy, and Lena https://mattmakesgames.itch.io/celeste-classic-2

9
3 comments


Cart #oh_high-0 | 2021-05-06 | Code ▽ | Embed ▽ | No License
19

Introduction

Oh High! is an endless-climber were you trying to climb as high as you can.
To make it both accessible and tricky you only control the bird with one button.

Good luck!

Controls

Keyboard

Take a step: Z / X

Controller

Take a step: A / Y / B / X

Hold button for standing still.
Standing still will replenish stamina!

Credits

Sebastian Lind
Follow me on Twitter

19
3 comments


Here's a game I made to play while you listen to Sorrow! See how many points you can score before the song ends! Play on mobile or desktop.

Cart #sorrow_game-0 | 2021-05-06 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

2
0 comments


Cart #gasefabufe-1 | 2021-05-06 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

Here's a quick and dirty cart that will merge 2 PNGs into 1.
Assumptions: Use black, white, with Pink for transparent.
Drag first image onto cart.
Drag second image onto cart.
Output is saved in the sprite sheet.

This will only work on desktop pico8.

-ElectricGryphon

+

=

4
0 comments


Cart #picopill-3 | 2021-05-11 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
9

I present to everyone a very snappy Dr Mario clone called Pico Pill. My goal was to code an action puzzle game that I want to play with tight controls, and I think you'll enjoy it too if you give it a try!

If you have prior experience with Dr Mario, you'll feel right at home while noticing some significant differences at the same time. Instead of choosing level and speed, the game is a progression of 30 levels (no speed selection), and the speed on each level progresses from very slow to blazingly fast.

I'm never sure if/when I'll be improving and polishing my games for another release, but feedback and ideas are always welcome! Enjoy!

Version 0.4:

  • Piece clearing animation does a neat swirl before disappearing

[ Continue Reading.. ]

9
0 comments


On my looking glass 15.9, the game renders off center and overall wrong if the monitor DPI is not set to 100%. Picture is of 150% DPI, which windows defaulted to for the display when I plugged it in.

I'm going to wager that this happens on the portrait as well, but I don't have mine yet.

HoloPlay Service 1.2.0.

2 comments


Cart #galacticon-0 | 2021-05-05 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
10

Welcome to Galacticon. You're a space fighter pilot in a fierce uphill battle, pitted against hundreds of alien invaders who have shattered your home planet. How many aliens can you shoot down to avenge your home?

Arrow keys to move, X to shoot.

You can adjust the number of enemies to spawn both in the title screen and after dying.

This is my first game, so it's nothing special, but I hope you enjoy it!

Have fun!

10
2 comments


Cart #yerotawaru-0 | 2021-03-26 | Code ▽ | Embed ▽ | No License
4

4
1 comment


Is it planned to release Voxatron on a VR platform? It would be amazing imo, maybe it could even support 3D cursors or multiplayer!

1
1 comment


I know this might sound stupid, but I don't know why the demo uses 4 cocktail sorts to sort through all points. Is there a good reason or is this just a result of experimentation?

0 comments


Cart #liquorstore420-1 | 2021-05-04 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

1
3 comments


Cart #jakfuzafo-0 | 2021-05-04 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

0 comments


Cart #serominohu-0 | 2021-05-03 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA


An IST game that I made for my assignment, meant to show off my abilities and what I have learnt throughout the term. Definitely not a completed game

0 comments


Cart #aj_curses-0 | 2021-05-03 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7


Arrow keys to move
X or V to jump

7
1 comment


Cart #ritz_odyssey-0 | 2021-05-03 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5

My first game on PICO-8!

Help Ritz reach and defeat the Agnaktor

Keep your stamina up by eating meat and avoid all the dangers in your way.

Controls:

X - Jump
Z - Dash (Hold)
Left - Brake

5
4 comments


Cart #void_protocol_v1-0 | 2021-05-03 | Code ▽ | Embed ▽ | No License
132

Controls

Left/Right/Up/Down - Move Spaceship
X - Fire Projectile

Gameplay

Fight your way through up to nine levels, firing and collecting your projectile. Can you find all three endings? Defeat the enemies, seal the breach, repeat!

The game is also available to play at https://kevinthompson.itch.io/void-protocol.

Developer Notes

This game was originally created for the first Eggplant Show community game jam (https://itch.io/jam/eggplant-podcast-community-game-jam). I developed everything using an object-oriented structure that resulted in a pretty solid prototype, but ultimately chewed through tokens pretty quickly. I plan to revisit this game in the future in order to reclaim tokens, add more enemies, and possibly bosses and a high score system as well.

The expanded source code for the game is available on Github (https://github.com/kevinthompson/void-protocol-p8).

Credits

Music by Gruber (https://www.patreon.com/Gruber99)
Design/Art/Code by Kevin Thompson (https://twitter.com/kevinthompson)

132
16 comments


Cart #flags_for_friends_v1-5 | 2021-07-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
17


What do an excitable asexual pirate, a cultured genderqueer vampire, and a lesbian bird who may be at an important decision point in her life all have in common? They're all your friends, and they're all counting on you to make an absolute banger of a flag for them! In Flags for Friends, you play as a queer artist in a post-scarcity era and make custom pride flags for -- wait for it -- friends!

Design the Perfect Flag!

  • Use a limited toolset to create an awesome flag based on thoughtful prompts provided to you by your friends
  • Or, go rouge, and make whatever the heck you like!
  • Design the perfect flag using only the colors of your favorite pride flag - plus, one extra, customizable color, for that extra bit of flavor

[ Continue Reading.. ]

17
14 comments




Top    Load More Posts ->