Play game
Chat GPT (Chat's GiantPlatformerTrial)'s itch.io pageLarge Language Model system
ChatGPT
Prompt
I used a combination between two prompts:
Prompt 1: create a python platformer game with 5 platforms, a pit of spikes where if the player hits a spike, they die, and player collision to allow the player to jump on the platforms
Prompt 2: create a python platformer game with 5 platforms, a floor, a pit of spikes where if the player hits a spike, they die, and player collision to allow the player to jump on the platforms and floor
I did this because the code for the floor and the code for the platforms would never be created at the same time so I could either jump from the floor or be sinking slowly but be able to jump on a platform. I put in my code what each version of the code looks like in comments.
Leave a comment
Log in with itch.io to leave a comment.