logoalt Hacker News

zahlmanyesterday at 10:36 PM2 repliesview on HN

Could we see the prompts, though?


Replies

senkotoday at 5:47 AM

Here's the prompt I used:

> Create a simple but functional real time strategy (RTS) game similar to old WarCraft, StarCraft or Command & Conquer games. The player should be able to build buildings, create units, gather resources and should uncover the whole map. No AI or multiplayer needed. Use simple but nice-looking graphics. No sound. Implement everything in HTML/CSS/JS, everything in a single file (you can use 3rd-party js or css libraries/frameworks via CDN).

wjyesterday at 11:48 PM

I did a quick comparison of models a couple of months ago by giving it a MYTXTADV.BAS file and give them all the same prompt to create a sprite-based version of a text adventure game I wrote in Basic over 30 years ago.

It was interesting to see where the approaches were similar and where they diverged.