Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 27 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,30 @@ Goal:
- prototype and iterate board games here
- modify code via both traditional IDE and via Claude Code

## https://devp-fgj-js.netlify.app/
## https://devp-fgj-js.netlify.app/

## Documentation

- [How to Add New Games](doc/how_to_add_games.md) - Guide for implementing new games (written for LLM agents)

## Current Games

- **Tic-Tac-Toe** - Classic 3x3 grid game
- **Rock Paper Scissors** - Best of three
- **Mecha Duel** - Strategic mecha combat with committed attacks

## Development

```bash
# Install dependencies
npm install

# Run development server
npm run dev

# Run tests
npm test

# Build for production
npm run build
```
Loading