SANTA'S FULFILLMENT CENTER
A collaboration from tinyevilwizard and OhCurtains!
Conceit:
Silly sidescrolling puzzle action! Save this year's good girls and boys! Help Santa's wind-up toys to reach their wrapping by controlling this factory's crazy contraptions.
Click on a contraption to turn it on or off. But watch out!! Turning one on uses some of your power, and you only have so much.
How many toys can you help reach their boxes?
Controls:
Mouse:
Left Click -> Select / Confirm
Right Click -> Cancel / Open Menu
Keyboard:
🅾️ -> Select / Confirm
❎ -> Cancel / Open menu
Credits:
OhCurtains -> Code, Music
tinyevilwizard -> Code, Sprites
Sleigh Ride originally by Leroy Anderson

Hi, complete noob here trying to work on my first game. Sorry if this has been asked before!
A friend of mine offered to do the soundtrack and handle all the sfx, but he lives in another state.
How do I go about letting him collab with me? I need him to he able to get into the code editor and all that.
Thank you (:

Snow White and the Seven Boards
About
Can you traverse the seven boards and reach the seven dwarfs in this dwarfs in this epic adventure? Join Snow White and her mystical band of animals as you face perils unbeknownst to the movie-boardgame-videogame-adaptation genre up until now!
(There are only 4 boards)
(Produced hastily for an open-ended school project)
Playing the Game
Controls
Use left and right arrow keys to navigate menus and Z to select. The down arrow key is exclusively used when placing cards to stop placing them.
Cards
Throughout the game you will collect a variety of cards. Each card has 4 statistics:
Health - Card gets removed from the playing field when at 0 health.
This interactive cube rotator is an accompaniment to the Introduction to 3D article in the November Pico-View issue.
Keys:
- Up/Down: Select next/previous parameter
- Left/Right: Incrase/decrease parameter value
- Z: Randomize the parameter values
- X: Toggle hiding/showing the text
Description of parameters:
- xrot/yrot/zrot: The rotation around the x/y/z axis
- xoff/yoff/zoff: The cube's x/y/z offsets (i.e. a translation transformation)
- zoom: The camera's z offset
- cam: Intensity of animated camera movement along the x,y & z axes
- sprd: How spread out are the points in the cube

Cover Art by Mikesta
Pico-View November 2023 Issue #11 is here!
We have had a some amazing releases this month and this Pico-View issue has some incredible insights to learn all about them! There's also a couple special announcements and reveals that we've been keeping hush hush, so I hope you enjoy!
Here's the lineup of Content:
-Interviewing the PICO-8 Community - Pico-8 Gamer
-PICO-8 HTML Templates - Fletch
-Featured Game Review: Vial Varmits - Achie
-BAS: Birds and Saws Demake - Yokoboko
-Introduction to 3D - Tubeman
-The Best PICO-8 Games? - Nerdy Teachers
-The Spectre of Game Design - Pancelor
-Random Reviews - New Release Recommendations
-Advanced Token Saving - Lokistriker
-Outstanding Outliers: To Hell & Back in 30 Years - KumaKhan22
-The Spatial Audio of Demi Daggers - RidgeK
-Toy Box Jam 2023 - ThatTomHall
-Pico-8 Advent Calendar - TheTomster

Only 30 Ships est un mini jeu shoot 'em up ou il faut empêcher 30 vaisseaux de franchir la frontière, 4 rangs sont atteignables selon le niveau de passage des vaisseaux !
Contrôle
Gauche / Droite / Haut / Bas pour avancer
X pour Tirer
O/C en Menu
Entrée pour quitter / reset
Crédits
Bonjour à tous !Voici mon deuxième mini-jeu fait sur pico-8.
Fait sur la base du tuto Shooter j'ai rajouter un système de vie/rang/objectif/multi-langue, évidemment le jeu est rapide à finir et pas super original mais j'ai pris du plaisir à le faire !
A 60FPS remaster of NuSan's Combo Pool game from 2016 which also includes new sound effects
A link to the original game for credit and description purposes:https://www.lexaloffle.com/bbs/?pid=21515#p
It's pool, but you combine two of the same colored balls to change the ball's color. How long can you survive?
Warning: Game does not save scores.


This prototype was made for Pico-View, a monthly web-zine hosted on NerdyTeachers.com.
This month's prototype is named "Simon's Skull". It is a template for building your own game similar to the original Simon game/toy.
This prototype has a couple interesting features to learn from:
1) Custom Color Palette; using a mix of the default and hidden colors.
2) Game States; A clear separation of the computer's turn and the player's turn.
The game has the same rules as the original, where you listen and watch the buttons being played by Simon (the computer) and then you have to repeat them back in the same order. Use the arrow keys to play the pattern. We added our own theme to the game by making it look like a skull and crossbones and that can be taken farther such as using this as a minigame for unlocking chests in a main pirate themed game.
I’m trying to make my own console using pico-8, but I’m have an unfathomably hard time trying to get it to work. I’ve tried using the official Pi os, and that didn’t work (and I used both 32 and 64 bit) and I’ve tried on Xubuntu using the Linux 32 and 64 bit downloads. And still it doesn’t work. I’ve scoured the internet and haven’t been able to find anything to help. Literally any help will be appreciated.



by shanecelis


Library
This is a library to simulate physics using the eXtended Position Based Dynamics (XPBD) methodology.
xpbd.p8
- page 0, library - 1368 tokens
- page 1, demo - 698 tokens
Demo
It contains the following demos you can access with the left and right keys:
- a single bead on a ring;
- multiple beads on a ring;
- a squishy square;
- and an about page with particles.
The bead examples are ports of Matthias Muller's [ten minute physics][10min] examples.
Usage
Include the first page for the library contents without any demo code.
#include xpbd.p8:0 function _init() local a = particle:new { pos = vec(64, 64) } } local b = particle:new { pos = vec(74, 64) } } [ [size=16][color=#ffaabb] [ Continue Reading.. ] [/color][/size] ](/bbs/?pid=136950#p) |



Hi,
Im at Ada Tech School and really beginner to code moreover on Lua and pico8. In team of 3 we have to make a game on pico8 and this what we do with my 2 mates Arthur and Lucas in 2 weeks.
I hope you will enjoy it, please be indulgent all of us never touch to pico8 before.
Thanks for your time.


Uma breve aventura em texto feita rapidamente para a primeira avaliação do curso que estou participando sobre lógica de programação. Apenas registrando o que estou fazendo.