Stats

2
Projects
14
Devlogs
20
Votes
1
Ships

Coding Time

All Time: 123h 35m
Today: 0h 0m

Member Since

June 17, 2025

Badges

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

Projects

2
Brainf**k "game engine"
1 devlog • 9 days ago
Robotic Chess
13 devlogs • about 2 months ago

Activity

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
9d 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"
1 devlog 1 follower
  • 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
49d 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
55d ago

This was widely regarded as a great move by everyone.