Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

MrGuineaBird

9
Posts
5
Topics
2
Followers
4
Following
A member registered Apr 08, 2025 · View creator page →

Creator of

Recent community posts

  • Added New Melee Attack
  • New Parrying Animation
  • New Winged Blob behaviour

UPDATED GUN MODEL


LEVEL SELECTION


(1 edit)

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:


no

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 eval for 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/else nesting.

  • elif and else no longer incorrectly increase nesting depth.

  • Cleaner and more reliable collect_block parsing.

Math and Variables

  • Division automatically converts integers back (10 / 2 → 5 instead of 5.0).

  • Safer error messages when adding or multiplying incompatible types.

Extra Features

  • New import module support (with identifier safety check).

  • --debug mode: shows environment after each line.

REPL

  • Introduced start command to run buffered code explicitly.

  • Improved block depth tracking for multi-line blocks.

B++ 1.0 RELEASED
 B++ PAGE RELEASED:

https://mrguineabird.itch.io/bpp

itch.io Community » Game Development » Devlogs · Created a new topic B++



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 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


Working for a company that tests sounds that might make you insane? Hallucinate monsters that don't exist?

HIRED! Welcome  to the company.

- Game does require a microphone to work properly 

-Audio ingame might cause discomfort

DEMO - https://mrguineabird.itch.io/auditory-testing

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