A submission to Trijam 226, modded within 3 hours from a game we made 2 years ago. (https://www.lexaloffle.com/bbs/?tid=44877)
The theme was "You gain a little, you lose a little". In this game, every few seconds, you gain a stat and lose a different stat randomly. Controls are arrows & X/Z. X or Z will roll. The character auto-shoots enemies.
This mod/jam took 2 people:
- alanxoc3: code
- thegreatcadet: graphics & music
There are likely many bugs in the game, but whatever. Enjoy :D
Also available on itch: https://alanxoc3.itch.io/statroulette
Here is my entry to the Thinky Puzzle Game Jam 3 https://itch.io/jam/thinky-puzzle-game-jam-3
Logicraft is a linear puzzle game about surprising crafting mechanics.
The game can be played with a mouse or using standard Pico-8 controls.
Let me know what you think!
How to reproduce
- execute code:
print("a") (nil or print)("b") |
- outputs:
A runtime error line 1 tab 0 print("a") attempt to call a number value at line 1 (tab 0) |
note that print("a") is correctly executed regardless of the error being reported on that line!
Workaround
print("a") local fn=nil or print fn("b") |
Controls:
⬆️⬇️⬅️➡️ Change lanes
⭕️ [Z] Accelerator
Gameplay:
Two cars continuously drive forward through rectangular channels in a simple maze. At the four cardinal directions are gaps where a car can change lanes. The player goal is to collect all dots in the maze while avoiding collisions with the computer-controlled car that is travelling in the opposite direction.
At higher levels of difficulty you'll face more opponent cars (max 3). Every 6 levels it goes back to one opponent car but it's faster!
Remake:
This is a Pico-8 demake of "Head On" (1979 by Sega/Gremlin), the first game introducing the "collect dots in maze" idea. You can tell where Pac-Man took the inspiration from.
Controls
Use arrows to move around
Press up arrow to change gravity
Press X to interact
Pico8 menu
In Pico8 menu you can enable timer or return to menu. To activate that menu press P or Enter. You can enable timer even after the game is over, just don't go to menu because timer resets then.
More
Second game that i made, i kinda don't like how this game came out and i think i could've done better work.
I hope you at least like it a litte :D
Brainless Bloberinos
A simple puzzle game I entered into the 'Back to the Beginnings' Game Jam back in March of 2023. The theme was 'Reverse Evolution'.
I was fairly happy with how it turned out, although I never got the chance to add background music; hence the static (Which I tried to pass off as ambiance lol).
Anyway, thought I'd upload it here, cause why not.
Video Walkthrough -> https://youtu.be/_bde9hN4YpQ
Game Jam entry -> https://itch.io/jam/back-to-the-beginnings-jam
Itch.io page -> https://stadam.itch.io/brainless-blobs
This project is an entry for the MossyMonth 2023 creative jam, with theme: Forest!
Controls:
Story:
Luna was cursed by a cheecky witch to never be able to stop running in a straight line. Help her gather all the magical mushrooms for a ritual to clense the curse once and for all!
Gameplay:
Move in the four cardinal directins while choosing your path wisely. You can never change your path by yourself.
Each forest is it's own little puzzle, can you solve them all?
Export your moves at the end of each stage to the clipboard and share with your friends and us, how many moves did you take! It will copy to your clipboard for your Ctrl+V pleasures!
A very simple game made for the Game Breaker's Toolkit Jam.
Press the Z button to hit the button when the timer is at zero to get points. Don't press it too early or too late, otherwise you lose. Every time you successfully press the button, the timer resets and you do it all over.
At >10 points, the game starts adding minutes to the timer
At >20 points, the game starts adding hours to the timer
At >30 points, the game starts adding days to the timer
At >40 points, the game starts adding weeks to the timer
At >50 points, the game starts adding years to the timer
Previous Versions
Lady Betty is a simple solitaire game.
The rules are:
1) You may place a card from the stock on any of the bottom 6 piles in any particular order.
2) Cards from the bottom piles can only be moved to empty spaces, or in a suit sequence from A to King to the upper piles.
3) Your objective is to place all the cards, classified by suit and number from A to King, in the upper piles.
The buttons:
Use the mouse left button to pick and or cards.
You can choose to play with a joystick or keyboard at the menu (Enter or Start)
(X) pick a card
(O) cancel pick up
Arrows moves the cursor
Hope you have some fun! =)
============================================
Update v0.2
- Add mouse support
- Minor changes
*Please report any bug or problem you had by playing it.