oh me me
MrGuineaBird
Creator of
Recent community posts
RECOIL is a 2D Action Shooter that's inspired from ULTRAKILL and Pizza Tower!
https://mrguineabird.itch.io/recoil
Features in the Demo:
- 3 Levels to play from
- Around 15 minutes of gameplay
- Lots of restarting.
- Remixes of your favorite music!
FUTURE OF RECOIL:
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:
- 5 Levels (Mini Boss Included, with a secret one maybe??)
- 30+ Minutes of gameplay
- Lots of restarting
- Fixing of major bugs/issues from the demo
- Level Selection
- Updated Art
- New Animations
- More Music
- 100% FREE!
GAMEPLAY:


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
Tokenizer
-
Added inline comment support (
#) outside of strings. -
Correctly handles escaped quotes inside strings (
\"). -
Preserves line numbers for better error reporting.
Expression Evaluation
-
Supports more literal types via
ast.literal_eval: strings, numbers, booleans, lists, tuples. -
Added fallback safe
evalfor advanced expressions. -
Smarter
+handling: concatenates strings if any operand is a string, otherwise performs numeric addition.
Conditions
-
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.
Block Handling
-
Fixed bugs with
if/elif/elsenesting. -
elifandelseno longer incorrectly increase nesting depth. -
Cleaner and more reliable
collect_blockparsing.
Math and Variables
-
Division automatically converts integers back (
10 / 2 β 5instead of5.0). -
Safer error messages when adding or multiplying incompatible types.
Extra Features
-
New
import modulesupport (with identifier safety check). -
--debugmode: shows environment after each line.
REPL
-
Introduced
startcommand to run buffered code explicitly. -
Improved block depth tracking for multi-line blocks.

B++ Programming Language
B++ is a beginner-friendly programming language that is similar to Python, designed to be easy, readable and fun. It utilizes plain English commands and has a lightweight interpreter that runs in the terminal. B++ does away with complex syntax in favor of natural phrases, such as:
say "Hello World!"β prints textset x to 5β creates and updates variablesadd 1 to x/subtract 2 from x/multiply x by 3/divide x by 4β math operationsrepeat 5 times: ... endβ loopsif 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












