Tiny slideshow of some hard-to-encode full-color images. Composite colors work well, but they still generate very large data.
Nothing special, just learning the language and how to do some basic things :)
Note: This is being done by following the playlist by LazyDevs on YT ( URL LazyDev - Pico-8 Tutorial - Shmup ) although I coded some things a little different as I found out about new stuff (like how Tables worked, and tables in tables etc...)
Updated: bullets ;)
Updated: refactoring...
Genby's Discolored Dungeon Escape
Welcome to the Dungeon
This game was created for a game jam at Rider University, and was later updated. I did the code and created a lot of the sprites for this version of the game. In the game you play as a bunny trying to escape a dungeon of black and white.
Controls
Use the arrow keys to move around and attack enemies with Z. Enemies may shoot projectiles and will damage you if you run into them, so watch out! Losing all your hearts will cause you to lose the game.
Walk into a key to pick it up. If you have a key, holding down X and walking into a door will unlock it.
At the start of the game, you will only be able to walk through the dark path. However walking through the magic door will change your color so you can instead walk through the light path. Beat both paths and you will be able to escape!
I use Splore to discover games and my favorites list became very long and unorganized. The work around I found was a short bash/unix command that I saved to a script. It should also work in Windows using WSL or another Linux based terminal. It does not work in PowerShell nor the Windows CMD prompt.
Open your Pico-8 folder that contains the "favourites.txt" file. Normally you can type "folder" in the Pico-8 command prompt and go up a few levels to find it. Then open a terminal there and run:
sort -k 6 -t '|' -o favourites.txt favourites.txt |
If anyone knows of a built-in way to sort favorites let me know. My way feels a bit hacky.
on pico-8 EDU, its really hard to not paste the GFX you copied from another website, (with credit) for some reason, even going to copy something unreadable and then copying whatever you want does not work, it just copies it again
(sorry the gif looks bad, pico-8's screen recorder does not record copying and pasting)
Your spaceship is travelling back to Earth.
After 15 years of hyper sleep, you awaken to find your ship badly damaged and off-course.
You are orbiting an unknown planet with no communications network, and no way of knowing where you are or how to get home.
Your priority is to restore and upgrade essential systems to contact Earth for rescue.
DEEP SPACE is an incremental game where you take control of a damaged ship lost in space. Restore the ships systems, deploy a fleet of satellites and rovers around the planet you orbit, and contact Earth for rescue.
Nerdfield is a short demo for Creative Nerd 2023 demo competition.
Download standalone versions for Windows, Mac and Linux: https://mega.nz/file/8MsjULSL#M98AHSurG2yhlWZR0Aya_NsEkk_1_JRNnIqhfSqENqs
WELCOME LADIES AND GENTLEMEN HOPE YOU LIKE THE MISSING FLAG GAME 2023 : IT'S AN AWESOME TOP DOWN ADVENTURE GAME THAT YOU'LL FIND EXCITING.
game controls:
ios/android devices:
hold the x button to view the inventory for the keys found in the game, and the gamepad to move through the game.
and for pc/laptop devices:
use the arrow keys to move through the game,and the hold the x key to view the inventory of the keys found in the game .
compatible devices:android/ios devices
pc/laptop
as for the game objective:
the flag is hidden in the game,be careful not to fall in the traps,and the also use the keys to exit through the door with the flag and win the game .
How?
- It's recommended to run it in Pico-8 with "-displays_x 2 -displays_y 2".
- If you don't (say, if you run it in the BBS), you'd have to move the mouse around to see the whole window
-
In particular, move the mouse to the bottom-left corner to see the Spectrum prompt
- You can use the keyboard to type stuff
- The symbol key is Tab.
- ZX Spectrum keyboard layout: http://slady.net/Sinclair-ZX-Spectrum-keyboard/layout/
- ZX Spectrum user manual: https://worldofspectrum.org/ZXBasicManual/
-
Non-spectrum keys like punctuation/backspace automatically press the right shift/symbol combination
- To load a tape:
- First type 'j' for load.
- Then type double-quotes (") twice. On the BBS or on non-standard keyboard layouts, you're better off pressing Tab+P to get double-quotes. (On BBS, '~' might also work - looks like an emscripten bug).
I work at the moment on a jump'n'run-Game. One of my goals are to have a better camera-control than simple center the player in the middle, the camera should "look ahead".
Don't expect any game here, it is more a "prove of concept"-demo.
Control:
X for jump
o for grabing things
down+jump - fall down on "half-tiles"
stand+up - look up
stand+down - look down.
there is a coyote-time, that you can jump for a short time, when you run over a "cliff".
up - run on "half-tiles-slopes" (the green on the right side, behind the "secret"-Wall
Hi everyone,
I tried to re-create a Mode-7 style pseudo-3D effect in PICO-8 and ended up making a little minigolf game out of it. It has 9 holes with a steady increase in difficulty, including some nasty sand bunkers and tricky slopes. If you don't like the courses, you can simply create your own using PICO's map editor. Have fun!
---Controls---
Left/Right: Rotate camera
Up: Charge up shot
Cheers!
I found this website (https://tic80.com/) witch is pretty much just Pico-8 with fewer limitations and a cheaper cost, Pico-8 already has an education edition for free so this is not really needed and seems to be just a knock-off.
Introducing Pirouette
Pirouette is an animated, explorable, generative art toy. So named for the dancing, twirling shapes the algorithm generates, I was inspired to make this after seeing a RISC assembly version that debuted recently.
https://youtu.be/VxGOBxy6oAY?feature=shared
A note from the creator of that implementation pointed me to a message board with a version running in Sinclair BASIC, whose author says he's not sure where he obtained the original algorithm. My hunt continues. Other ports to BBC BASIC, Owlet, and Processing (Java edition) are available at the board posting.
https://stardot.org.uk/forums/viewtopic.php?f=54&t=25833
The port
This Pico-8 implementation tries its best to present the beauty of the 20-line (!) original within the 16-color limits of our beloved fantasy console. I tried to match a 15-color (need black for background) palette from Pico-8's 32-color extended colors to the original 32-bit color gamut and was happy (and a little surprised) to see expected shapes and swirls emerging from the void.