Skip to content

Commit

Permalink
Shout out to Claude and GDScript
Browse files Browse the repository at this point in the history
  • Loading branch information
jspahrsummers committed Jun 27, 2024
1 parent 6321ccb commit 3174bdc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,12 @@ To view or develop the project:
1. Clone the repository to your machine.
1. Open Godot, and import the repository folder.

Code for the game is written in [GDScript](https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/gdscript_basics.html), Godot's primary scripting language.

### Deployment

Commits or merges into the `main` branch will automatically build a new release for all supported platforms, and [publish to itch.io](https://jspahrsummers.itch.io/merc).

### AI pair programming

Some of this project is authored with the help of [Claude](https://claude.ai), which is surprisingly capable of writing [GDScript](https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/gdscript_basics.html). Try setting up a [project](https://claude.ai/projects), then uploading this README and the most relevant source files, and you'll be able to ask it to author full, working scripts!

0 comments on commit 3174bdc

Please sign in to comment.