- Added New Melee Attack
- New Parrying Animation
- New Winged Blob behaviour
UPDATED GUN MODEL

LEVEL SELECTION

RECOIL is a 2D Action Shooter that's inspired from ULTRAKILL and Pizza Tower!
https://mrguineabird.itch.io/recoil
Features in the Demo:
I've released the demo about 3 months ago and just left it at that. But I've recently started to work on the full game!
Expectations for Early Access Release:




https://mrguineabird.itch.io/aicraft
AICRAFT is a free-browser game full generated by AI*
I came up with this idea when I said to myself, what does ChatGPT think Minecraft is? So I told it about how we could recreate it.
And it spit out a bunch of code (and crap ton of bugs) but I got eventually running.
*(the main code was generated by ai, the rest and extras was by me)
AICRAFT is more of a sandbox game that I will try to update daily with little bug patches or updates.
NEW (AND UPCOMING) B++ CHANGES
Added inline comment support (#) outside of strings.
Correctly handles escaped quotes inside strings (\").
Preserves line numbers for better error reporting.
Supports more literal types via ast.literal_eval: strings, numbers, booleans, lists, tuples.
Added fallback safe eval for advanced expressions.
Smarter + handling: concatenates strings if any operand is a string, otherwise performs numeric addition.
Added support for == and != (was missing before).
Full set of comparison operators now: is, is not, <, >, <=, >=, ==, !=.
Falls back to truthiness check if no operator matches.
Fixed bugs with if/elif/else nesting.
elif and else no longer incorrectly increase nesting depth.
Cleaner and more reliable collect_block parsing.
Division automatically converts integers back (10 / 2 → 5 instead of 5.0).
Safer error messages when adding or multiplying incompatible types.
New import module support (with identifier safety check).
--debug mode: shows environment after each line.
Introduced start command to run buffered code explicitly.
Improved block depth tracking for multi-line blocks.

say "Hello World!" → prints text
set x to 5 → creates and updates variables
add 1 to x / subtract 2 from x / multiply x by 3 / divide x by 4 → math operations
repeat 5 times: ... end → loops
if x is 10: ... end → conditional logic

Play around with the physics and objects in Object Playground
It gets updated (almost) every day with new objects & content!
The code for the game is open source so you can mod it!
https://mrguineabird.itch.io/object-playground
