https://github.com/brianpeiris/chatgpt-o1-grid-game
A simple grid game generated by ChatGPT o1-preview
https://github.com/brianpeiris/chatgpt-o1-grid-game
chatgpt o1-preview
Last synced: 3 months ago
JSON representation
A simple grid game generated by ChatGPT o1-preview
- Host: GitHub
- URL: https://github.com/brianpeiris/chatgpt-o1-grid-game
- Owner: brianpeiris
- Created: 2024-09-13T00:25:00.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T01:12:14.000Z (8 months ago)
- Last Synced: 2025-02-15T13:54:00.832Z (3 months ago)
- Topics: chatgpt, o1-preview
- Language: HTML
- Homepage: https://brianpeiris.github.io/chatgpt-o1-grid-game/
- Size: 9.77 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChatGPT o1-preview grid game
ChatGPT o1-preview was able to generate this game with only ten prompts. Several of the prompts were fairly complex, and it only made one mistake, which it fixed correctly without me having to guide it very much. It generated an efficient breadth-first path finding algorithm, automatically accounted for edge cases in functionality, and produced clean code. It was even able to self-referentially include the prompts I gave it verbatim. Impressive stuff!
https://brianpeiris.github.io/chatgpt-o1-grid-game/
Here's the full chat log: https://chatgpt.com/share/66e390f5-5a04-8009-baab-8bb411b30bb9
