Blog About How I Use AI

Building a Creative Snake Game with Power-ups Using Claude3.5

Building a Creative Snake Game with Power-ups Using Claude3.5

2024-11-04 22:00:00

Using Claude3.5 to implement a fun snake game with a power-up system that supports various interesting creative items. This article will document the entire process of completing this creative snake game using Cursor, and we'll see how I better utilize AI to solve complex problems.

How to Implement Gomoku with Claude3.5

How to Implement Gomoku with Claude3.5

2024-10-16 22:00:00

Implement a complete single-player Gomoku game using Claude3.5, supporting various forbidden move rules. This article will provide answers on how to better utilize AI to solve complex problems and have AI write test cases to ensure logical correctness.

How to Create a ChartRace Generate Tool with Claude3.5

How to Create a ChartRace Generate Tool with Claude3.5

2024-09-28 19:00:00

This article uses Claude3.5 to implement a chart race tool that supports uploading data to generate dynamic racing charts, customizing column names, and previewing data. It's free and open source.

Visualizing Binary Search Trees with Claude 3.5

Visualizing Binary Search Trees with Claude 3.5

2024-09-08 14:00:00

A binary search tree is a special type of binary tree where the value of each node in the left subtree is less than the node's value, and the value of each node in the right subtree is greater than the node's value. This article uses Claude 3.5 to implement a visualization of a binary search tree, supporting insert, delete, and search operations.

Adding Blog Functionality

Adding Blog Functionality

2024-08-13

Introducing blog functionality to the site. The site itself is implemented based on Next.js. Initially, I wanted to use Nextra as a documentation blog theme, but it doesn't support Next.js App Router. With Claude's help, I eventually implemented a simple Markdown blog system that supports Github themes, multilingual switching, comments and table of contents, RSS, and is SEO-friendly. With Claude's assistance, I can add any desired functionality at any time, completely autonomously.

Markdown Style Demo

Markdown Style Demo

2024-08-12

This blog supports markdown style, here is the supported style display. You can use markdown syntax such as title, emphasis, list, link, image, quote, code, table, horizontal rule, etc.