Log In  
BBS > Lexaloffle Community Superblog
This is a combined feed of all Lexaloffle user blogs. For Lexaloffle-related news, see @zep's blog.

All | Following | PICO-8 | Voxatron | General | Off-site
[ :: Read More :: ]

Does the Windows installer for PICO-8 include both 32 bit and 64 bit releases? Just bought the Voxatron bundle and am wondering if I’m all good on this.

P#59687 2018-12-04 21:18
[ :: Read More :: ]

Cart #rainbow_cats-2 | 2018-12-04 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
8

Your kittens are in danger! How could they survive in such a crazy world?

You must return them home safely. Select the color of the kittens you wish to call and they will follow you everywhere.

Controls:

  • Navigation and player controls: arrows
  • Call your kittens: X
  • Validation and jump: Z or W

This is the entry for Ludum Dare 43 we made with @Niarkou.

P#59669 2018-12-04 13:08 ( Edited 2018-12-04 16:55)
[ :: Read More :: ]

Cart #tronforfan-3 | 2018-12-04 | Code ▽ | Embed ▽ | No License
2

P#59663 2018-12-04 10:00 ( Edited 2018-12-04 10:24)
[ :: Read More :: ]

Cart #story_of_the_mirror-0 | 2018-12-04 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4


Story of the Mirror

This is a short horror game that I developed for DarkTober Game Jam 2018 using the Pico-8 fantasy console. This game is not suited for children or those who are easily disturbed.

Controls:

  • Directional keys: move around

  • Z: read stone tablets, talk to npc's

Objective:

The objective of this game is to find the old mirror, locate the dark path and get the orbs of light. This will require navigating 3 different worlds of increasing tension and horror.

Tips:

  • Enemies will spawn in the dark world. The more orbs of light you collect, the more enemies will try to drag you to a shadowy grave, trapping you within the darkness of the mirror forever.

Credits:

Game made by Elias Mote

Game tested by Ryan Keefe

Pico-8 made by Lexaloffle Games

Made in October 2018 for DarkTober Game Jam 2018.

P#59660 2018-12-04 08:52 ( Edited 2018-12-04 08:57)
[ :: Read More :: ]

The BBS fails silently when I attempt to attach an image whose filename contains spaces. The upload appears to be successful, but it doesn't appear in the list of available images.

I remember this bug from the previous version of the BBS, so it's not new.

P#59657 2018-12-04 07:34
[ :: Read More :: ]

It appears that I have to sign in to the BBS on a daily basis. This does not appear to be intentional, and it's certainly annoying. I believe in the previous version of the BBS we had a one month sign-in expiration.

My cookies seem to be in reasonable shape for expiration dates:

www.lexaloffle.com:
PHPSESSID: when browsing session ends
pass: one month
user: one month

lexaloffle.com without the www also sets a cookie, __cfduid, but this doesn't seem related. I have tried clearing and recreating all of these cookies, with no change of behavior.

P#59656 2018-12-04 07:33
[ :: Read More :: ]

When playing a game in the web player, if I hold the z key ("o" button), I get the macOS diacritic editor. This interrupts play. I don't recall seeing this prior to the BBS/player update.

P#59653 2018-12-04 07:26 ( Edited 2018-12-04 07:28)
[ :: Read More :: ]

Cart #cute_pico_bots-4 | 2018-12-04 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

CONTROLS:

Arrow Keys to move
Z to confirm/open menu
X to close menu

Ludum Dare 43 Game Jam submission!
A short RTS-style game made in PICO-8, where your goal is to make robots to defeat a big alien monster.

The catch? You have to kill small, cute robots to do it!

Tips: -You need to make a total of 6 Big Robots to win. -Sometimes, robots will stop moving while gathering resources. If this happens, you’ll have to kill them. (I’d like to pretend this is a feature but it’s just a glitch i didnt have time to fix, oops)

HOW TO PLAY:

Open the menu and navigate to robots to select them. After selecting them, hit “send” to send them to go gather resources. Eventually they will return but unable to work any more.

P#59644 2018-12-04 02:47 ( Edited 2018-12-04 19:58)
[ :: Read More :: ]

Cart #pewpew-0 | 2018-12-04 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

Used Pico 8 for the my Ludum Dare 43 entry!

P#59637 2018-12-04 00:59 ( Edited 2018-12-04 01:43)
[ :: Read More :: ]

This Content is for old bbs.

Currently on the BBS, the gamepad is automatically enabled.

Add URL in new bookmark this script.
and Click the bookmark on cart page!

[[New ver0.2 UPDATE 2018-12-20 ]]

  • Appended -x-button of secondary.
javascript:d=document;a=d.createElement('script');a.setAttribute('type','module');a.textContent="import * as keycont from 'https://oshiimizunohuta.github.io/chunklekit/keycontroll.js';let kct=keycont.CKSETUPKEYS();kct.setKey('<', keycont.convertGamePadKey(0,'1'));let btns=['left','right','up','down','>','<','space','select'];keycont.setKeySetCheck(function(){let st=kct.getState(btns);btns.forEach(function(a,i){if(st[a]&kct.getTrig('select')&(a=='select')){btns.splice(4,0,btns.splice(5,1)[0]);return;}press_pico8_button(0,i,st[a]?1:0);})})";d.body.appendChild(a);

(It's loading from My Javascript code in github.)

Controller mapping

[[Old ver0.1]]

javascript:d=document;a=d.createElement('script');a.setAttribute('type','module');a.textContent="import * as keycont from 'https://oshiimizunohuta.github.io/chunklekit/keycontroll.js';let kct=keycont.CKSETUPKEYS();let btns=['left','right','up','down','>','<','space','select'];keycont.setKeySetCheck(function(){let st=kct.getState(btns);btns.forEach(function(a,i){if(st[a]&kct.getTrig('select')&(a=='select')){btns.splice(4,0,btns.splice(5,1)[0]);return;}press_pico8_button(0,i,st[a]?1:0);})})";d.body.appendChild(a);

(It's loading from My Javascript code in github.)

Controller mapping

P#59615 2018-12-03 16:43 ( Edited 2020-06-04 08:33)
[ :: Read More :: ]

Cart #jlim2-2 | 2018-12-04 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
9

Someone tried to sacrifice your keyboard... Well, it didn't go well, some of the buttons don't work anymore! Now you are an always JUMP'N'SHOT MAN.

Controls (COOL STUFF README)

  • Q - change palette (!!!)
  • Arrows - move
  • Tab - restart level
  • Enter - secret menu that allows you to reset your progress
  • Made for ludum dare 43 under 48h hours (more like 12 hours).
P#59618 2018-12-03 16:42 ( Edited 2018-12-04 05:15)
[ :: Read More :: ]

Cart #nitojigajo-0 | 2018-12-03 | Code ▽ | Embed ▽ | No License

P#59613 2018-12-03 13:32 ( Edited 2018-12-03 13:33)
[ :: Read More :: ]

The 2018 P8 Awards are over!

The winners are announced in the cart and listed below.

Cart #jusiv_p8awards_v02-1 | 2019-02-18 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
25

Controls:

  • Left/Right to change award
  • (O) to reveal winners (hold to slowly cycle through carts)
  • Up/Down to change selected cart
  • (X) to load selected cart
  • Hide All in the pause menu to reset the winner reveals

These are an (unofficial) set of awards, similar to the Steam Awards, designed to celebrate PICO-8 carts.
The community nominated carts over the course of December, and voted on them over the course of January.
CLARIFICATION: For this set of awards, any existing cart could be nominated, no matter how old. As no PICO-8 awards events have been done before, it didn't seem fair to exclude any carts on the basis of age.

ALL OF THE WINNERS AND HONORABLE MENTIONS CAN BE PLAYED FROM THE AWARDS CART!
(One of them isn't on the BBS, so instead I've provided a popup with its URL.)

THE AWARDS

[0x0]
#1. "Has to be Nano" Award
This goes to a cart that defies what you though PICO-8 could do.
WINNER:

HONORABLE MENTIONS:

NOMINEES:
Alone in Pico by @NuSan
(https://www.lexaloffle.com/bbs/?pid=24899)
Attack on the Death Star by @freds72
(https://www.lexaloffle.com/bbs/?tid=31443)
Brutal Pico Race by @dhostin
(https://www.lexaloffle.com/bbs/?tid=31490)
Comanche 1/2 by @electricgryphon
(https://www.lexaloffle.com/bbs/?pid=52441)
Dank Tomb by @krajzeg
(https://lexaloffle.com/bbs/?tid=29709)
Happy Challah Days! by @MBoffin
(https://www.lexaloffle.com/bbs/?pid=59569)
Hungry Harry 3D by @paloblancogames
(https://www.lexaloffle.com/bbs/?pid=59509)
Minima by @Feneric
(https://www.lexaloffle.com/bbs/?pid=56273)
Molecules by @matthias
(https://www.lexaloffle.com/bbs/?pid=56475)
Rock for Metal by @jobe
(https://www.lexaloffle.com/bbs/?pid=55718)
SlipWays by @krajzeg
(https://www.lexaloffle.com/bbs/?tid=30978)
Tiny Sim by @yellowbaron
(https://lexaloffle.com/bbs/?tid=3393)
Wolfenstein 3D by @hungrybutterfly
(https://www.lexaloffle.com/bbs/?pid=34876)

[0x0]
#2. "Underrated" Award
This goes to a cart that deserves waaay more stars than it has.
WINNER:

HONORABLE MENTIONS:

NOMINEES:
Brutal Pico Race by @dhostin
(https://www.lexaloffle.com/bbs/?tid=31490)
Bumble Bots by @eriban
(https://www.lexaloffle.com/bbs/?tid=31308)
Dykie Street by @diyke
(https://www.lexaloffle.com/bbs/?tid=31155)
Feed the Ducks by @kittenm4ster
(https://www.lexaloffle.com/bbs/?pid=40778)
Frog King by @pixpnd
(https://www.lexaloffle.com/bbs/?pid=53561)
GET OUT of this Dungeon by @Insanus
(https://www.lexaloffle.com/bbs/?tid=31538)
Happy Larry and the Vampire Bat by @dollarone
(https://www.lexaloffle.com/bbs/?tid=30172)
Kelin's Delivery: Rain by @NeithR
(https://www.lexaloffle.com/bbs/?tid=29277)
Lil King by @beepyeah
(https://www.lexaloffle.com/bbs/?tid=31038)
Mai-Chan's Sweet Buns by @Krystman
(https://www.lexaloffle.com/bbs/?pid=56575)
Pakutto BOY by @Konimiru
(https://www.lexaloffle.com/bbs/?tid=27623)
Pico Ray Trace by @electricgryphon
(https://www.lexaloffle.com/bbs/?pid=59480)
Red//Black by @matthias
(https://www.lexaloffle.com/bbs/?pid=57933)
Rolly by @Davbo
(https://lexaloffle.com/bbs/?pid=54263)
Spook and Thunder by Maltek
(https://maltek.itch.io/spook-and-thunder)
Swordfish by @chowyunbrent
(https://www.lexaloffle.com/bbs/?pid=51754)
Tiny Parkour by @arnodick
(https://www.lexaloffle.com/bbs/?tid=2563)
Uhura by @felixmreeve
(https://www.lexaloffle.com/bbs/?pid=24018)
Under Construction by @eevee & glitchedpuppet
(https://www.lexaloffle.com/bbs/?pid=21314)
Vic's Tower by @Clipper
(https://www.lexaloffle.com/bbs/?tid=28940)

[0x0]
#3. "Out of the Box" Award
This goes to a cart that stands out for how unique it is.
WINNER:

HONORABLE MENTIONS:

NOMINEES:
8 Legs to Love by @bridgs
(https://www.lexaloffle.com/bbs/?tid=29451)
Alien Harvest by @morningtoast
(https://www.lexaloffle.com/bbs/?pid=45162)
Allocation by HelpIAmMatthew
(https://mush101.itch.io/allocation)
Alpine Alpaca by @johanp
(https://www.lexaloffle.com/bbs/?tid=32304)
Brutal Pico Race by @dhostin
(https://www.lexaloffle.com/bbs/?tid=31490)
Dykie Street by @diyke
(https://www.lexaloffle.com/bbs/?tid=31155)
Embrace by @TRASEVOL_DOG
(https://www.lexaloffle.com/bbs/?pid=57202)
Ennuigi by @joshmillard
(https://www.lexaloffle.com/bbs/?tid=2232)
Feed the Ducks by @kittenm4ster
(https://www.lexaloffle.com/bbs/?pid=40778)
Just One Boss by @bridgs
(https://www.lexaloffle.com/bbs/?pid=49234)
Kelin's Delivery: Rain by @NeithR
(https://www.lexaloffle.com/bbs/?tid=29277)
Low Mem Sky by @Liquidream
(https://www.lexaloffle.com/bbs/?tid=32724)
Molecules by @matthias
(https://www.lexaloffle.com/bbs/?pid=56475)
Orbiter Suite by @kittenm4ster
(https://lexaloffle.com/bbs/?pid=50543)
Saxophight! by @Sibwara
(https://www.lexaloffle.com/bbs/?pid=24453)
Signed by '89 by @timknauf
(https://www.lexaloffle.com/bbs/?pid=58273)
Spaceman 8 by @kometbomb
(https://www.lexaloffle.com/bbs/?pid=35231)
Upward by @matthias
(https://www.lexaloffle.com/bbs/?pid=53543)

[0x0]
#4. "Ephemeral" Award
This goes to a cart that's brief but nevertheless captivating.
WINNER:

HONORABLE MENTIONS:

NOMINEES:
Allocation by HelpIAmMatthew
(https://mush101.itch.io/allocation)
Bathos by @johanp
(https://www.lexaloffle.com/bbs/?pid=44060)
Brutal Pico Race by @dhostin
(https://www.lexaloffle.com/bbs/?tid=31490)
Charge! by @randomhuman
(https://www.lexaloffle.com/bbs/?pid=47801)
Dykie Street by @diyke
(https://www.lexaloffle.com/bbs/?tid=31155)
Elias Grey by @Robotinker
(https://www.lexaloffle.com/bbs/?pid=58578)
Embrace by @TRASEVOL_DOG
(https://www.lexaloffle.com/bbs/?pid=57202)
Ennuigi by @joshmillard
(https://www.lexaloffle.com/bbs/?tid=2232)
Feed the Ducks by @kittenm4ster
(https://www.lexaloffle.com/bbs/?pid=40778)
Fizzlefade Transition Effect by @DrPete
(https://www.lexaloffle.com/bbs/?tid=29862)
Friendly Dungeon by @guerragames
(https://www.lexaloffle.com/bbs/?tid=31837)
Frog Home by @JTE
(https://www.lexaloffle.com/bbs/?pid=16826)
Kelin's Delivery: Rain by @NeithR
(https://www.lexaloffle.com/bbs/?tid=29277)
Leuko - Bloodstream Janitor by @Talbone
(https://www.lexaloffle.com/bbs/?pid=46248)
Not A Creature Was Stirring by @kittenm4ster
(https://www.lexaloffle.com/bbs/?pid=59784)
Orbiter Suite by @kittenm4ster
(https://www.lexaloffle.com/bbs/?pid=50543)
Signed by '89 by @timknauf
(https://www.lexaloffle.com/bbs/?pid=58273)
Upward by @matthias
(https://www.lexaloffle.com/bbs/?pid=53543)

[0x0]
#5. "Vortex" Award
This goes to a cart that keeps pulling you back to it again and again.
WINNER:

HONORABLE MENTIONS:

NOMINEES:
Allocation by HelpIAmMatthew
(https://mush101.itch.io/allocation)
Bruja Bust by @Sadie_Sys
(https://www.lexaloffle.com/bbs/?pid=60303)
Brutal Pico Race by @dhostin
(https://www.lexaloffle.com/bbs/?tid=31490)
Cat Bandit by @eggnog
(https://www.lexaloffle.com/bbs/?tid=30931)
Cave Berries by @oinariman
(https://www.lexaloffle.com/bbs/?tid=1834)
Celeste by @noel & MattThorson
(https://www.lexaloffle.com/bbs/?tid=2145)
Christmas Sweater Generator by @jackson_allen
(https://www.lexaloffle.com/bbs/?tid=30417)
Dank Tomb by @krajzeg
(https://lexaloffle.com/bbs/?tid=29709)
GA TASU by @Konimiru
(https://www.lexaloffle.com/bbs/?tid=28070)
Lemmtris by @movAX13h
(https://www.lexaloffle.com/bbs/?pid=11644)
Leuko - Bloodstream Janitor by @Talbone
(https://www.lexaloffle.com/bbs/?pid=46248)
Mai-Chan's Sweet Buns by @Krystman
(https://www.lexaloffle.com/bbs/?pid=56575)
Marballs 2 by @lucatron
(https://www.lexaloffle.com/bbs/?pid=34773)
One Room Dungeon by @TRASEVOL_DOG
(https://www.lexaloffle.com/bbs/?pid=33373)
PICORACER-2048 by @impbox
(https://www.lexaloffle.com/bbs/?pid=16305)
Pyeongchang Slalom by @zothynine
(https://www.lexaloffle.com/bbs/?tid=30695)
SlipWays by @krajzeg
(https://www.lexaloffle.com/bbs/?tid=30978)
Super Poulet Poulet by @Retsyn
(https://www.lexaloffle.com/bbs/?pid=13482)
T-Factobot by @ultrabrite
(https://www.lexaloffle.com/bbs/?tid=29988)
Tomato Worm by @guerragames
(https://www.lexaloffle.com/bbs/?pid=55292)
Trails by @matthias
(https://www.lexaloffle.com/bbs/?tid=32191)
Uhura by @felixmreeve
(https://www.lexaloffle.com/bbs/?pid=24018)
Upward by @matthias
(https://www.lexaloffle.com/bbs/?pid=53543)
U-turn by @Benjamin Soule
(https://www.lexaloffle.com/bbs/?pid=39886)

[0x0]
#6. "Beep Boop Banger" Award
This goes to a cart that with outstanding music.
WINNER:

Heavy Karate from Hell by Shnilsen
(https://shnilsen.itch.io/heavykaratefromhell)

HONORABLE MENTIONS:

NOMINEES:
Cartoon Cat Karaoke by @solar
(https://www.lexaloffle.com/bbs/?pid=31029)
Cave Berries by @oinariman
(https://www.lexaloffle.com/bbs/?tid=1834)
Dank Tomb by @krajzeg
(https://lexaloffle.com/bbs/?tid=29709)
Heavy Karate from Hell by Shnilsen
(https://shnilsen.itch.io/heavykaratefromhell)
Just One Boss by @bridgs
(https://www.lexaloffle.com/bbs/?pid=49234)
Low Mem Sky by @Liquidream
(https://www.lexaloffle.com/bbs/?tid=32724)
Mai-Chan's Sweet Buns by @Krystman
(https://www.lexaloffle.com/bbs/?pid=56575)
Marballs 2 by @lucatron
(https://www.lexaloffle.com/bbs/?pid=34773)
Molecules by @matthias
(https://www.lexaloffle.com/bbs/?pid=56475)
Pico-8 Tunes Volume 1 by @Gruber & @krajzeg
(https://www.lexaloffle.com/bbs/?pid=38442)
Portal - Still Alive by @Liquidream
(https://www.lexaloffle.com/bbs/?tid=29846)
Signed by '89 by @timknauf
(https://www.lexaloffle.com/bbs/?pid=58273)
The Slow and the Curious by @emu
(https://www.lexaloffle.com/bbs/?tid=3597)
Under Construction by @eevee & glitchedpuppet
(https://www.lexaloffle.com/bbs/?pid=21314)

[0x0]
#7. "Novella" Award
This goes to a cart that tells an exceptional story.
WINNER:

HONORABLE MENTIONS:

NOMINEES:
62.34 abstraction by @daggermoor
(https://www.lexaloffle.com/bbs/?tid=29865)
8 Legs to Love by @bridgs
(https://www.lexaloffle.com/bbs/?tid=29451)
Dusk Child by @SophieHoulden
(https://www.lexaloffle.com/bbs/?pid=12682)
Dykie Street by @diyke
(https://www.lexaloffle.com/bbs/?tid=31155)
Elias Grey by @Robotinker
(https://www.lexaloffle.com/bbs/?pid=58578)
Ennuigi by @joshmillard
(https://www.lexaloffle.com/bbs/?tid=2232)
Forever Lost In The Never Ending Museum of Still Life by @jlalleve
(https://www.lexaloffle.com/bbs/?pid=34545)
Fulfilment by Harder You Fools
(https://gamejolt.com/games/fulfilment/337914)
HALLOWE3N by @Liquidream
(https://www.lexaloffle.com/bbs/?tid=30160)
Happy Challah Days! by @MBoffin
(https://www.lexaloffle.com/bbs/?pid=59569)
Minima by @Feneric
(https://www.lexaloffle.com/bbs/?pid=56273)
Red//Black by @matthias
(https://www.lexaloffle.com/bbs/?pid=57933)
Signed by '89 by @timknauf
(https://www.lexaloffle.com/bbs/?pid=58273)
Spiritboard by @capnmarcy
(https://www.lexaloffle.com/bbs/?pid=46847)
Upward by @matthias
(https://www.lexaloffle.com/bbs/?pid=53543)

[0x0]
#8. "Sparkling" Award
This goes to a cart that positively shines with polish.
WINNER:

HONORABLE MENTIONS:

NOMINEES:
Brutal Pico Race by @dhostin
(https://www.lexaloffle.com/bbs/?tid=31490)
Dank Tomb by @krajzeg
(https://lexaloffle.com/bbs/?tid=29709)
Embrace by @TRASEVOL_DOG
(https://www.lexaloffle.com/bbs/?pid=57202)
Just One Boss by @bridgs
(https://www.lexaloffle.com/bbs/?pid=49234)
The Lair by @krajzeg
(https://www.lexaloffle.com/bbs/?pid=26851)
Low Mem Sky by @Liquidream
(https://www.lexaloffle.com/bbs/?tid=32724)
Mai-Chan's Sweet Buns by @Krystman
(https://www.lexaloffle.com/bbs/?pid=56575)
Mistigri by @Benjamin Soule
(https://www.lexaloffle.com/bbs/?tid=3421)
Molecules by @matthias
(https://www.lexaloffle.com/bbs/?pid=56475)
Not A Creature Was Stirring by @kittenm4ster
(https://www.lexaloffle.com/bbs/?pid=59784)
Pico Tennis by @paranoidcactus
(https://www.lexaloffle.com/bbs/?tid=31450)
Red//Black by @matthias
(https://www.lexaloffle.com/bbs/?pid=57933)
Super Poulet Poulet by @Retsyn
(https://www.lexaloffle.com/bbs/?pid=13482)

(Two categories have 3 honorable mentions instead of 2 because they had a tie for 3rd place.)

THE DETAILS

Cart nominations ended at 11:59PM Eastern Time on December 31, 2018.
Cart voting ended at 11:59PM Eastern Time on January 31, 2019.
Winners were announced on February 18, 2019. (I had to put it off for a bit to deal with college work.)

P#59600 2018-12-03 06:51 ( Edited 2019-03-01 01:47)
[ :: Read More :: ]

A turn-less, world-less RPG made in 48 hours.

Cart #jusiv_b2018_v03-0 | 2018-12-03 | Code ▽ | Embed ▽ | No License
7

HOW TO PLAY
Controls:

  • Z/X/C: Advance/Select
  • Left/Right: Change Selected Character
  • Up/Down: Change Selected Action

Abilities:
The abilities aren't well explained beyond their names in-game, so here's a reference:

  • STRIKE: Deal elemental damage to the opponent.
  • SPECIAL: Each character has a completely different Special ability.
    > Powderhound doubles the foe's remaining cooldown time.
    > Rogue deals high non-elemental damage.
    > Clover heals themselves.
  • BOLSTER: Heal the other two characters.

Attributes:
Each character, every enemy, and most attacks have an elemental attribute.
These are as follows: Frost (Blue), Hate (Red), and Zeal (Green)
Frost deals double damage to Hate, Hate deals double damage to Zeal, and Zeal deals double damage to Frost. (It's basically just Water/Fire/Grass.)

Tips:

  • All actions have a cooldown, during which the user cannot act again.
  • When a character falls, they can be revived by Bolstering them. They will revive with a cooldown dependent on how far below 0 their HP had fallen.
  • If all characters are defeated, the player must reset the cartridge to try again.
  • Some enemies can create elemental shields, which protect them from all damage. They must be hit with a Strike of the attribute which is effective against theirs to be removed.

ABOUT
This is a light linear RPG which consists entirely of dialogue and combat. There are 16 battles in total.

I made this by myself in 48 hours for the B-Term 2018 Game Jam at WPI. I didn't have time to make any audio for it, and some things could use more explanation and polish, but otherwise it is basically complete.

The jam theme was to use three name generators and make a game inspired by the results (one for finding your Werewolf name, one for finding your Skier/Snowboarder name, and one for finding your Leprechaun name). I wound up with Rogue Hound, Powderhound Snowscombe, and Clover McWoozy (respectively). These ended up becoming the names of the three characters and informed their personalities, attributes, and abilities.

I might go through and try to expand or improve this later somehow but we'll see.

And if you'd like to see more of my stuff, check out my Twitter: @Jusiv_

P#59592 2018-12-03 00:34 ( Edited 2018-12-03 08:56)
[ :: Read More :: ]

Cart #negudofaro-1 | 2019-01-03 | Code ▽ | Embed ▽ | No License
2

The gods are angry. The mountain has awoken. You are a human sacrifice, and your mission is to travel to the mountain and throw yourself into its volcanic crater. Success will mean your death, but if you fail, your tribe is surely doomed...

Created in 48 hours for Ludum Dare 43. Original Compo version is at the bottom of the page.

UPDATE [03/01/2019]: Implemented all the post-jam fixes and improvements from the Newgrounds version. I've been alerted to another bug that needs fixing but that'll have to wait for now.

Cart #negudofaro-0 | 2018-12-02 | Code ▽ | Embed ▽ | No License
2

P#59591 2018-12-02 21:06 ( Edited 2019-01-03 22:09)
[ :: Read More :: ]

The BBS' player seems a little unstable since the update, some carts are hanging in both Firefox (63.0.3 / 64bit) & Chrome (70.0.3538.110, 64 bit) for me at least.

Here's a couple of examples:

https://www.lexaloffle.com/bbs/?tid=32380 - posted after the update (and electricgryphon also is having the same issue)
https://www.lexaloffle.com/bbs/?pid=16351 - old cart that used to run ok

These both work fine in the PC application.

I'm not sure it's directly related to high CPU use - for example, if I move the camera inside the models in this cart to force > 100% cpu, I don't get hangs: https://www.lexaloffle.com/bbs/?pid=46687

P#59581 2018-12-02 18:31 ( Edited 2018-12-02 18:34)
[ :: Read More :: ]

Cart #superstar-1 | 2018-12-02 | Code ▽ | Embed ▽ | No License
5

It’s your big break as an energy mule, but be careful, the world’s ending.

Instructions

Use the arrow keys to move. Break open energy crates to attach their contents to your ship, and transport the energy balls to the green markers. The further you transport an energy ball the more you'll be paid.

P#59578 2018-12-02 18:02
[ :: Read More :: ]

Cart #stones-0 | 2018-12-02 | Code ▽ | Embed ▽ | No License
1


You’re the Spirit of the stones and have to collect (and sacrifice) them.

Will you find the path ?
Could you resolve the gods challenge?
Is 1min16 is enough for you to succeed ?

This my compo for LD-43 : 'Sacrifices must be made'
https://ldjam.com/events/ludum-dare/43/stones

P#59577 2018-12-02 17:09 ( Edited 2018-12-04 21:30)
[ :: Read More :: ]

So I've been developing in PICO-8 for a little bit now, but I've just now been trying to download it on my Windows 10 PC. I'm having a problem though. I keep running the installer and everything looks fine, but then when I run the program it deletes the executable file.
Any ideas?

P#59574 2018-12-02 16:27
[ :: Read More :: ]

Cart #advent_challah-11 | 2018-12-09 | Code ▽ | Embed ▽ | No License
19

HAPPY CHALLAH DAYS!

Enjoy this light, multi-day adventure game about making challah bread for Hanukkah! Each piece of the game will unlock as Hanukkah unfolds in the real world, so come back during the next week to continue the adventure!

LEFT/RIGHT/UP/DOWN to move around (walk into things to interact)
X to skip or close dialog boxes
Z to see inventory

Credits:

Design/Art/Code: MBoffin
Music: Gruber
Intro Graphic: 2DArray

About Pico-8 Advent Calender:

During December, each day will be filled with new and exciting PICO-8 games! We have gathered 25 great developers from the PICO-8 community and we have worked hard to make some new games. Each day leading up to Christmas, there will be a new surprise for you!

Find out more at:
https://pico8-advent.tumblr.com/

And check out the Pico-8 Advent Calendar each day for a new surprise:
https://www.lexaloffle.com/bbs/?tid=32388

P#59569 2018-12-02 07:56 ( Edited 2018-12-09 21:43)
View Older Posts
Follow Lexaloffle:          
Generated 2024-03-29 01:13:25 | 0.237s | Q:121