Multiplayer Ultimate Tic-Tac-Toe
powered by uttt.ibll.dev!
Gameplay Preview / Screenshots
Certain elements of screenshots are dated

Weapons ready!
Playable demo (with just the Mega Buster) here:
https://www.lexaloffle.com/bbs/?tid=51064
Lazu
This is a port of the board game Azul by Michael Kiesling!
Currently you can only play using the mouse, it would be nice to eventually add regular controls for users/devices that can't use mouse :/ oh well.
Controls
- Mouse: hover over and click things
- Click on the button under a player in "Player Select" to toggle them On/Off and between a local player or CPU.
Rules
The game is broken up into 2 phases, Factory Offer & Wall-Tiling/Scoring.
Factory Offer
At the start of each round all factories will have 4 tiles available for players. The number of factories depends on the number of players, 5 for 2 player, 7 for 3 player, and 9 for 4 player.

OH NO! The cumpleaños start soon, but the piñata's guts are all scrambled up! Put them in the right place before it's too late (actually don't sweat it, you can take your time).
)
Controls:
> arrows - move around
> o/x - pick up (in settings you can change if you want to hold the button or trigger it)
(you can pick up both sides of a gut to move it back and forth)
There are 32 for now (I have space for 32 more). I would like to make an infinite mode, but I would have to clean up the code first.
Game inspired by Dino Sort

-
TripPICOchu
A hands‑on learning tool from VHS Cologne’s TalentCAMPus, designed for young locals, refugees and asylum seekers.
A trippy Pico8 game from my TalentCAMPus Workshop for VHS Cologne, where youngs from a variety of cohorts —locals, refugees and asylum seekers — were introduced to Lua, pixel art, sound design, and basic game design and interaction through creative exploration.
I guided them in using basic functions in Pico8, creating and tweaking experiments, and later bringing some part of this game to life. Later I added some improvements.
Not only the overall experience was quite fulfilling, I am quite happy to promote Lua, a programming language developed at PUC-Rio.
Pikachu's Pixel Art is based on Johan Vinet's amazing work
https://johanvinet.tumblr.com/post/127476776680/here-are-100-characters-8x8-pixels-using-the
-
How to Play
Objective
COLLECT 42 Picochus before the time runs out.
...collect?
- The Picoball has to first TOUCH Picochu2. Picoball's CIRCLE needs to be the SAME SIZE as Picochu's ball WHEN TOUCHING <3
-
Controls
Move Picoball
← ↑ → ↓
Shrink Circle
X
Elarge Circle
C
Now with a small tutorial, better interface, and a final overall polish.
-
Warning
This game uses strong, fast‑blinking colors as psychedelic effect.
It may trigger discomfort or seizures in photosensitive players.
-
Phones on silent mode won't play any sound or music.

How come do you create a dount spawner?, i used some code about random tiling but im not sure how to make it like clear the tiles and change it every 10 seocnds or so, here's my code, thanks in advance:
--dount generation--
function place_dounts()
for x=0,15 do
for y=0,15 do
--random tiles picking)
local sp = rnd(6)
if rnd(1)<.1 then
mset(x,y,sp)
end
end--yaxis
end--xais
end--function

The Pixelated Dead
Survive the Zombie Apocalypse! Find food and water and return to the safe house to continue on to the next day. Each day brings more zombies and harder to find resources.
Arrow keys to move. If you find the axe, it will be used automatically when you run into a zombie. The axe is only good for 10 attacks.


Hey folks!
I'm proud to release v1.0 of my spin on the classic Snake... Snek Vs.
Game has 3 game modes to select from:
- Redux - A spin on the classic game where everything will only update as you press directions, including rival movement.
- Original - Classic snake movement.
- PvP - Classic snake movement with 2 human players
You can also configure:
- Number of Snakes. (2-4 depending on game mode)
- The speed at which the game updates. (changes snake speed)
- The score goal.
- Snake starting length.
- Snake growth per collection.
Finally, you can also change the background colour while in game using button o.
Option available are:

Alice Chess
50 Alice Chess Mate-in-2 puzzles
About Alice Chess Mate-in-2
Alice chess is a chess variant played on 2 boards. What is cool is that there is no fairy-stockfish engine for it. Therefore, these puzzles are custom built using an experimental engine made by ubdip over at pychess.org. These are very fun once you understand how to play.
How to play Alice Chess
from chessvariants.com :
*The standard game of Alice Chess is played using two boards, A and B. All pieces move as in standard chess. The normal array is on board A; board B starts empty.
The rules are very simple. In turn, each player makes a single move on either board following these three rules:
My first game. I remember here the toy Simon, musical memory game.
I changed the title because Pimon exists here.
But I don’t know how to upload the updated cartridge.
Using the latest Pico-8 version, if I highlight with Shift/Click a note or series of notes in the SFX editor then copy with Control/C, I can paste the result into another column in the sfx editor with Control/V but if I close the cart and open another cart to paste to, I get the message "Nothing to paste" when trying to paste with Control/V.
I have tried Linux Mint and Windows10 with the same result.
The documentation says this should work, any idea what I am doing wrong?
Thanks,
Peter
Mouse functions
Makes global variables to read the current mouse position and the state of the three mouse buttons (click, release, held state).
Detecting button release instead of push can be useful when clicking and holding should have different outcomes.
Setup
To enable mouse mode, use mouseon() in _init() or after selecting the input mode. This activates the dev mode flag.
Getting mouse values
-
Run
updatemouse()in _update() - Optional: Run
mousetime()in _update() to fetch whether a mouse button is being held longer than a click
Global variables
These are the values produced by updatemouse() each tick.
mx,my: mouse position (0-127)
Hi!
This is the first time I'm actually making a game and I'm having a lot of fun!
I have no coding experience, but I though it would be interesting to try making a tiny game in PICO-8, and this is the result.
Right now the game is very incomplete, here are some of my future plans:
- Add more enemies;
- Add a new playable character;
- Add bosses and special items dropped by them;
- Add a background, music and sound effects;
- Eventually improve the code :v.
Thanks for checking out the game, I'd love to hear feedback :).






6 comments





