WARNING:
This game contains some flashing/strobing colors at certain points in the gameplay. A percentage of individuals may experience epileptic seizures when exposed to certain light patterns or flashing lights. Exposure to certain patterns or backgrounds on a screen, or while playing video games, may induce an epileptic seizure in these individuals.
Take The Lot
an Incremental Beatemup.
Controls:
O (Z on keyboard): Jump
X (X on keyboard): (tap) Jab, Get Item
X (holding direction) : Thrust
Directional Buttons: Move
Directional Buttons (double tap): Run
left/right to change "r" (essentially, spread of the color palette)
up/down to change "n" (size of bayer matrix (2n)^2 * (2n)^2
)
z/x (or c/v) to change palettes
thanks:
https://www.shadertoy.com/view/7sfXDn
https://en.wikipedia.org/wiki/Ordered_dithering
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.
Hey folks! I'm trying to get Pico 8 running on my ODriod Go Advance running Batocera 37. When I select a cart and run it using "lexaloffle PICO8 OFFICIAL", it does nothing. I have exhausted all Google sources. I followed the Pico 8 wiki entry instructions on the Batocera site. The log says I'm getting this error: FileNotFoundError: [Errno 2] No such file or directory: '/userdata/bios/pico-8/pico8' However there is clearly a pico-8 directory. I did set execute permissions on the pico8 file. Any thoughts?
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).