Initial commit: Enhanced IRC bot with duck hunt game
- Added hunt/feed duck mechanics (80% hunt, 20% feed) - Implemented persistent scoring system - Added channel control commands (\!stopducks/\!startducks) - Enhanced duck hunt with wrong action penalties - Organized bot structure with botmain.js as main file - Added comprehensive documentation (README.md) - Included 17 plugins with various games and utilities 🦆 Duck Hunt Features: - Hunt ducks with \!shoot/\!bang (80% of spawns) - Feed ducks with \!feed (20% of spawns) - Persistent scores saved to JSON - Channel-specific controls for #bakedbeans - Reaction time tracking and special achievements 🎮 Other Games: - Casino games (slots, coinflip, hi-lo, scratch cards) - Multiplayer games (pigs, zombie dice, quiplash) - Text generation (babble, conspiracy, drunk historian) - Interactive features (story writing, emojify, combos) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
commit
a3ed25f8dd
39 changed files with 12360 additions and 0 deletions
47
plugins/hilo_scores.json
Normal file
47
plugins/hilo_scores.json
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
{
|
||||
"megasconed": {
|
||||
"totalWins": 7,
|
||||
"totalLosses": 10,
|
||||
"totalGames": 17,
|
||||
"biggestWin": 100,
|
||||
"winStreak": 1,
|
||||
"bestStreak": 3,
|
||||
"name": "megasconed"
|
||||
},
|
||||
"Monqui": {
|
||||
"totalWins": 6,
|
||||
"totalLosses": 1,
|
||||
"totalGames": 7,
|
||||
"biggestWin": 100,
|
||||
"winStreak": 3,
|
||||
"bestStreak": 3,
|
||||
"name": "Monqui"
|
||||
},
|
||||
"cr0sis": {
|
||||
"totalWins": 3,
|
||||
"totalLosses": 4,
|
||||
"totalGames": 7,
|
||||
"biggestWin": 50,
|
||||
"winStreak": 0,
|
||||
"bestStreak": 3,
|
||||
"name": "cr0sis"
|
||||
},
|
||||
"aclonedsheeps": {
|
||||
"totalWins": 1,
|
||||
"totalLosses": 1,
|
||||
"totalGames": 2,
|
||||
"biggestWin": 100,
|
||||
"winStreak": 1,
|
||||
"bestStreak": 1,
|
||||
"name": "aclonedsheeps"
|
||||
},
|
||||
"death916": {
|
||||
"totalWins": 0,
|
||||
"totalLosses": 1,
|
||||
"totalGames": 1,
|
||||
"biggestWin": 0,
|
||||
"winStreak": 0,
|
||||
"bestStreak": 0,
|
||||
"name": "death916"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue