Stats

2
Projects
15
Devlogs
20
Votes
2
Ships

Coding Time

All Time: 198h 12m
Today: 1h 55m

Member Since

June 17, 2025

Badges

1
🚢
Maiden Voyage
you shipped your first project! the journey begins...

Projects

2
Brainf**k "game engine"
2 devlogs • about 2 months ago
Robotic Chess
13 devlogs • 3 months ago

Activity

PianoMan0
PianoMan0 Shipwright gave you feedback
24d ago

Brainf**k "game engine"

Your readme being AI generated might deter some people from voting for your project. Try rewriting it!

from PianoMan0

Improved the text editor and added some examples. Now the code is hidden by default in the examples.

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.

CyberIntruder
CyberIntruder created a project
55d ago

Brainf**k "game engine"

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.

Brainf**k "game engine"
2 devlogs 1 follower Shipped
  • Added time limits for players
  • Implemented FEN string input and display
  • Added visual indication of the last move
  • Added support for python bots
  • Fixed a major bug in the chess engine
  • Added support for TypeScript (compiling, IntelliSense, ...)
  • Created README

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

  • Implemented pawn promotion UI
  • Added 3 chess bots
  • Added readonly mode to editor for viewing the code of default bots
  • Implemented move history with undo and redo
  • Refactored code
  • Improved UI & UX
  • Implemented a code editor with syntax highlighting.
  • Added functionality to create, edit, and delete custom bots.

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

Update attachment

Made a responsive layout

Set up electron and made a simple chess board

Update attachment
CyberIntruder
CyberIntruder created a project
95d ago

Robotic Chess

It's an app where you can play against chess bots, watch chess bots play against each other and even make them!

Robotic Chess
13 devlogs 0 followers Shipped
CyberIntruder
CyberIntruder joined Summer of Making
101d ago

This was widely regarded as a great move by everyone.