Project Slayer: Halo-inspired browser shooter built with Claude Code

Project Slayer development details
A developer has built Project Slayer, a Halo-inspired arena shooter that runs directly in web browsers. The game was developed using Claude Code (Opus 4.6) as the primary development tool.
Development timeline and process
The project took approximately two weeks to reach its current state, with the developer estimating around 200 working hours invested so far. Development involved over 400 git commits, indicating frequent iteration and version control throughout the process.
Technical architecture
Project Slayer is built on FP Engine, which the developer describes as "a game engine I made that uses Babylon.js as the backbone." Babylon.js is a popular open-source 3D engine for web applications that uses WebGL for rendering.
Current state and recommendations
The game is currently playable at playprojectslayer.com. The developer recommends playing on desktop with a mouse or gamepad for the best experience. Mobile support exists but needs improvement, as the developer notes "the controls need a rehaul and I haven't gotten to that yet."
Development approach
The developer mentions having "so much fun iterating and improving the game" and is seeking feedback from the community. This suggests an iterative development approach focused on continuous improvement based on user testing.
📖 Read the full source: r/ClaudeAI
👀 See Also

Open-Source Claude Code Skill for Family Logistics Coordination
A developer built Parent Helper, a Claude Code skill that coordinates family schedules, meal planning, and grocery optimization using a single markdown file and MCP integrations. The tool projects $4.3K/year grocery savings by splitting lists across stores based on price.

Developer builds 3,106-line Python desktop app with Claude Code in 3 weeks, no prior coding experience
A developer with zero Python knowledge built a 3,106-line desktop application in three weeks using Claude Code, describing features section by section through a 500,000+ character conversation. The app handles content sourcing, logging, metrics tracking, research, gamified milestones, and remote triggering from a phone.

A Prompt Pipeline Demonstrates Meta-Programming Properties
A developer built a four-stage prompt pipeline for an Electron app that structurally resembles a programming language, featuring typed contracts, control flow, and automatic documentation. The system fixed 17 bugs and refactored 1,218 lines of code in one day.

Automating Claude Code workflows with autoloop system for 10x throughput
A developer built an autoloop system that automates the plan-implement-test cycle with Claude Code and Codex CLI, achieving 10x throughput and producing a 20k-line production-ready app in just over an hour.