▲ | doctorpangloss 5 days ago | |||||||
Can you write what you imagine is a good “game dev” prompt? | ||||||||
▲ | grace77 5 days ago | parent [-] | |||||||
We keep our system prompts across the board as bare bones as possible: https://www.designarena.ai/system-prompts As for good game dev prompts, here's one from a user that made a pretty fun game: Make asteroids with 2 computers playing against each other on one screen. There should be asteroids flying and 2 ships being controlled by 2 computers. Pay attention to thoroughly implementing the logic to make the ships avoid asteroids at all costs. Absolutely no user input should be necessary, no click to start, no click to restart. The game starts automatically on load and automatically restarts when either computer is dead. The ships should survive as long as possible. The ships should fly around, avoid asteroids as a priority, but also shoot asteroids and each other. Make ships and asteroids positions random each time. Asteroids should split when shot. The goal is to create a robust algorithm for ships so they can survive as long as possible. The game should be playable at 500x500 screen resolution. | ||||||||
|