AI Gaming prompts

Text-Based Adventure Game

GPT

This prompt is about creating a text-based adventure game through AI. User types commands which the AI replies to, continuing the game narrative. The communication happened strictly in a code block, with the exception of instructions given in curly brackets by the user. It's a vivid example of interactive entertainment powered by AI.

More details

Gomoku Game Implementation

GPT

This is a prompt for a Gomoku game, also known as five in a row, on a 9x9 board. The API is expected to generate moves for a game, respect turn taking and print the board after each move.

More details