June 17, 2025
Implemented basic Brainf**k Game Engine UI. The UI includes a code editor, output console, and a memory viewer. When game mode is on, a 16 by 16 screen is displayed.
This is an app where you can write games that run on a 16 by 16 screen in brainf**k, which is a programming language with only 8 commands.
Firstly I tried to optimize the custom editor, but then I replaced it with the monaco editor. I implemented custom syntax highlighting and IntelliSense support for the chess.js library
Made a simple dummy bot that chooses a random move and communicates with the game. Also you can create your own bots now!
Made moves generation for all pieces and win states.
Made a new game menu, fen string loading and the core of moving chess pieces.
Added timers and improved the layout
Made a responsive layout
Set up electron and made a simple chess board
It's an app where you can play against chess bots, watch chess bots play against each other and even make them!
This was widely regarded as a great move by everyone.