https://github.com/romshark/ebiten-experiment
A "vibe-coded" toy experiment
https://github.com/romshark/ebiten-experiment
Last synced: 3 months ago
JSON representation
A "vibe-coded" toy experiment
- Host: GitHub
- URL: https://github.com/romshark/ebiten-experiment
- Owner: romshark
- License: mit
- Created: 2025-06-28T18:28:45.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-06-28T18:40:19.000Z (3 months ago)
- Last Synced: 2025-06-28T19:45:03.442Z (3 months ago)
- Language: Go
- Homepage: https://ebitengine.org/
- Size: 13.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gophers Doing (vibe-code) Experiments
This is just a toy experiment with [ebitengine](https://ebitengine.org/), a 2D game engine for Go. This compiles to WASM and then runs in any browser.
The goal of this was to see how easy it'd be to implement using OpenAI's
ChatGPT Plus (`GPT-4o`, `o3`, `o4-mini-high`) and free Claude Sonnet 4.ChatGPT Plus (all models), unfortunately failed this task horribly and completely.
Claude Sonnet 4 actually managed to pull it off after several attempts.## Development
Run `make runbrowser` to build and open in a browser.