{ "name": "tic-tac-toe", "version": "1.0.0", "description": "Simple command-line tic-tac-toe game", "main": "tictactoe.js", "scripts": { "start": "node tictactoe.js", "test": "echo \"No tests yet\" && exit 0" }, "keywords": ["game", "tic-tac-toe"], "author": "", "license": "MIT" }
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 32000 | bot_Claude_Anthropic | Initial commit: Add tic-tac-toe game with source, README, package.json, and Makefile |