You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "A feature-rich Discord bot that integrates the Stockfish chess engine to let users play chess directly in chat."
251
251
details = "A Python-based Discord bot designed for chess enthusiasts. It interfaces with the Stockfish engine to support multiple difficulty levels, game history tracking, and player statistics."
description = "A real-time computer vision and PTZ camera tracking system for AERPAW drones."
272
272
details = "DroneTracker controls pan-tilt-zoom (PTZ) AXIS cameras using the VAPIX API to track flying drones in real-time. The system calculates tracking angles using drone GPS coordinates received over Kafka and automatically adjusts camera orientation and zoom to keep the target centered."
273
273
features = ["PTZ camera control using AXIS VAPIX protocol", "Real-time coordinate-to-angle mathematical conversion", "Telemetry consumption over Kafka", "Dockerized deployment for field execution"]
description = "A programmable IFTTT-style automation and utility bot for Discord server administrators."
283
283
details = "Triggered is a customizable Discord bot that provides administrators with a flexible event-driven automation framework. It allows creating custom triggers (e.g., messages, user joins) and corresponding actions, backed by a relational database."
284
284
features = ["Custom trigger/action system", "Programmable API", "MySQL database for persistence", "Extensive customization options"]
description = "A compact C# chess bot developed for Sebastian Lague's tiny chess bot competition."
354
-
details = "A miniature chess engine written in C# (.NET 6.0) under strict size/token constraints. This tiny little botiImplements search algorithms, move valuation, and game state optimizations within a 1024-token budget."
354
+
details = "A miniature chess engine written in C# (.NET 6.0) under strict size/token constraints. This tiny little botiImplements search algorithms, move valuation, and game state optimizations within a 1024-token budget. 1 token represented any one unit of code, including keywords, operators, and identifiers. The bot was tested against Stockfish and achieved an ELO rating of ~1500-2000."
355
355
features = ["Minimax search with alpha-beta pruning", "Quiescence search", "~1500-2000 ELO [tested against Stockfish]", "Heavy optimization"]
356
356
link = "https://github.com/quantumbagel/Chess-Challenge"
0 commit comments