This commit is contained in:
Paul Gauthier 2023-05-22 09:51:20 -07:00
parent 20e8c112b2
commit 26bacb906d
2 changed files with 6 additions and 8 deletions

View file

@ -14,9 +14,7 @@ Here are some example transcripts that show how you can chat with `aider` to gen
* [**Hello World Flask App**](https://aider.chat/examples/hello-world-flask.html): Creating a simple Flask app with various endpoints, such as adding two numbers and calculating the Fibonacci sequence.
* [**Pong Game with Pygame**](https://aider.chat/examples/pong.html): Creating a simple Pong game using the Pygame library, with customizations for paddle size and color, and ball speed adjustments.
* [**2048 Game Modification**](https://aider.chat/examples/2048-game.html): Exploring and modifying an open-source javascript repo for the 2048 game, including adding randomness to the scoring system.
* [**Javascript Game Modification**](https://aider.chat/examples/2048-game.html): Exploring and modifying an open-source javascript repo for the 2048 game, including adding randomness to the scoring system.
* [**Complex Multi-file Change with Debugging**](https://aider.chat/examples/complex-change.html): A complex code change involving multiple source files and debugging.