200 yıllık biyoloji kitabı bir hafta sonunda öldü.
birisi oturmuş, hücreleri 3d gezdiğin bir app yapmış. video oyunu gibi. nöronu döndürüyorsun, aksonun içine giriyorsun, organeli tek tek ayıklıyorsun.
> arayüz: gpt image 2
> kod: gemini 3.5 flash
iki model. bir hafta sonu. matbaanın 1450'den beri yapamadığı şey.
birkaç yıla okullarda standart bu olacak. bizimkiler hala "tablet mi defter mi" tartışıyor.
oğlum çocuk hücreyi elinde çeviriyor artık. sen neredesin?
Made my first game ever using ChatGPT, Codex + Agent-Sprite-Forge (saw it from @0x0funky)
Zero programming knowledge.
The main weapon? Literally your own body.
Just wanted to bring this weird idea to life - and it actually worked. Might turn this into a full game 👀
On Windows I installed it like this:
1) Clone the repo:
cd C:\
mkdir AI
cd C:\AI
git clone https://t.co/lzgoo67Azp
cd .\agent-sprite-forge
2) Install requirements:
python -m pip install -r .\requirements.txt
Copy the skills into Codex:
New-Item -ItemType Directory -Force -Path "$env:USERPROFILE\.codex\skills" | Out-Null
3) Copy-Item -Recurse -Force `
".\skills\*" `
"$env:USERPROFILE\.codex\skills\"
4) Fully restart Codex.
After restart, Codex should see the skills, especially:
generate2dsprite
generate2dmap
Then I ask Codex to use generate2dsprite for game sprites or generate2dmap for map/background assets.
@0x0funky Wow, thank you!! 🔥 Appreciate the kind words.
Agent-sprite-forge is insane, I’m having so much fun with it.
Excited to see what you’re building - stay tuned too!