Skip to content

Commit 418f7c4

Browse files
committed
fix expanded stuff
1 parent f14b5f9 commit 418f7c4

File tree

2 files changed

+64
-0
lines changed

2 files changed

+64
-0
lines changed

generator.py

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,38 @@ def create_html_structure():
686686
features: ['Selenium automation', 'Optimized word lookup', 'Configurable response timing', 'JavaScript injection for speed'],
687687
image: 'https://placehold.co/600x300/2ECC71/FFFFFF?text=Molotov',
688688
link: 'https://github.com/quantumbagel/Molotov'
689+
}},
690+
'discord.py-template': {{
691+
category: 'Discord Bot',
692+
description: 'A simple, modern, and clean discord.py 2.0+ template.',
693+
details: 'A well-structured template for building Discord bots using discord.py 2.0+. Designed to be easy to understand and extend for beginners and experienced developers alike.',
694+
features: ['Clean project structure', 'Modern discord.py 2.0+ syntax', 'Slash command support', 'Easy to customize and extend'],
695+
image: 'https://placehold.co/600x300/9B59B6/FFFFFF?text=discord.py+template',
696+
link: 'https://github.com/quantumbagel/discord.py-template'
697+
}},
698+
'Chess-Challenge': {{
699+
category: 'Other Project',
700+
description: "A mini-chess bot for Sebastian Lague's chess bot challenge.",
701+
details: "An entry for Sebastian Lague's Tiny Chess Bot Challenge. The goal was to create the strongest chess AI possible within strict code size limitations.",
702+
features: ['Minimax algorithm with alpha-beta pruning', 'Compact code optimization', 'Custom evaluation function', 'Competitive performance under constraints'],
703+
image: 'https://placehold.co/600x300/1ABC9C/FFFFFF?text=Chess-Challenge',
704+
link: 'https://github.com/quantumbagel/Chess-Challenge'
705+
}},
706+
'Hannibal': {{
707+
category: 'Other Project',
708+
description: 'A generals.io bot and backend.',
709+
details: 'Hannibal is an AI bot for the online strategy game generals.io. It includes both the bot logic and a backend system for game analysis and strategy development.',
710+
features: ['Automated gameplay', 'Strategic decision making', 'Game state analysis', 'Selenium-based game interaction'],
711+
image: 'https://placehold.co/600x300/E74C3C/FFFFFF?text=Hannibal',
712+
link: 'https://github.com/quantumbagel/Hannibal'
713+
}},
714+
'aerpawlib': {{
715+
category: 'Internship Project',
716+
description: 'A MAVLink/MAVSDK abstraction layer for experimenters under the AERPAW platform.',
717+
details: 'aerpawlib provides a high-level Python interface for controlling drones on the AERPAW testbed. It abstracts away the complexity of MAVLink/MAVSDK for easier experiment development.',
718+
features: ['High-level drone control API', 'MAVLink/MAVSDK abstraction', 'Simplified experiment development', 'AERPAW platform integration'],
719+
image: 'https://placehold.co/600x300/F1C40F/FFFFFF?text=aerpawlib',
720+
link: 'https://github.com/quantumbagel/aerpawlib'
689721
}}
690722
}};
691723

index.html

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,38 @@
174174
features: ['Selenium automation', 'Optimized word lookup', 'Configurable response timing', 'JavaScript injection for speed'],
175175
image: 'https://placehold.co/600x300/2ECC71/FFFFFF?text=Molotov',
176176
link: 'https://github.com/quantumbagel/Molotov'
177+
},
178+
'discord.py-template': {
179+
category: 'Discord Bot',
180+
description: 'A simple, modern, and clean discord.py 2.0+ template.',
181+
details: 'A well-structured template for building Discord bots using discord.py 2.0+. Designed to be easy to understand and extend for beginners and experienced developers alike.',
182+
features: ['Clean project structure', 'Modern discord.py 2.0+ syntax', 'Slash command support', 'Easy to customize and extend'],
183+
image: 'https://placehold.co/600x300/9B59B6/FFFFFF?text=discord.py+template',
184+
link: 'https://github.com/quantumbagel/discord.py-template'
185+
},
186+
'Chess-Challenge': {
187+
category: 'Other Project',
188+
description: "A mini-chess bot for Sebastian Lague's chess bot challenge.",
189+
details: "An entry for Sebastian Lague's Tiny Chess Bot Challenge. The goal was to create the strongest chess AI possible within strict code size limitations.",
190+
features: ['Minimax algorithm with alpha-beta pruning', 'Compact code optimization', 'Custom evaluation function', 'Competitive performance under constraints'],
191+
image: 'https://placehold.co/600x300/1ABC9C/FFFFFF?text=Chess-Challenge',
192+
link: 'https://github.com/quantumbagel/Chess-Challenge'
193+
},
194+
'Hannibal': {
195+
category: 'Other Project',
196+
description: 'A generals.io bot and backend.',
197+
details: 'Hannibal is an AI bot for the online strategy game generals.io. It includes both the bot logic and a backend system for game analysis and strategy development.',
198+
features: ['Automated gameplay', 'Strategic decision making', 'Game state analysis', 'Selenium-based game interaction'],
199+
image: 'https://placehold.co/600x300/E74C3C/FFFFFF?text=Hannibal',
200+
link: 'https://github.com/quantumbagel/Hannibal'
201+
},
202+
'aerpawlib': {
203+
category: 'Internship Project',
204+
description: 'A MAVLink/MAVSDK abstraction layer for experimenters under the AERPAW platform.',
205+
details: 'aerpawlib provides a high-level Python interface for controlling drones on the AERPAW testbed. It abstracts away the complexity of MAVLink/MAVSDK for easier experiment development.',
206+
features: ['High-level drone control API', 'MAVLink/MAVSDK abstraction', 'Simplified experiment development', 'AERPAW platform integration'],
207+
image: 'https://placehold.co/600x300/F1C40F/FFFFFF?text=aerpawlib',
208+
link: 'https://github.com/quantumbagel/aerpawlib'
177209
}
178210
};
179211

0 commit comments

Comments
 (0)