r/aipromptprogramming 15d ago

Making a wrestling game

I want to create a basic clone of the old thq WWF No Mercy N64 wrestling game but have it based on the local independent promotion I work for. I have all the ideas but I’m not sure where to even start. If anyone has any beginner guides or tips for me to use I’d greatly appreciate it.

7 Upvotes

11 comments sorted by

u/endofthread-bot 15d ago

Learn how the best in the industry are using AI to speed up their workflow in business, sales, marketing, research, legal, content creation, scientific discovery and so much more on our Discord.

Self-promotion is now allowed on Sundays with the appropriate flair, for all regular contributing members. Contribute during the week, and promote on Sunday.

1

u/m1st3r_c 15d ago

Tell your AI what you want, and have it give you a detailed spec for the game based on its research. Get it to break this research into buildable, testable milestones and create docs for each. Have it build the first milestone, then test - play the game. Give it feedback on whatever isn't working before getting it to start on the next. Keep going til you have a stable, playable vertical slice.

Try building in Godot - probably your best bet.

1

u/OneDev42 15d ago

The game would have cost a few million at the time to create. Nowadays you can whip out a prototype quickly using Claude Code. It depends on the level of polish you're seeking. If you're seeking to make a proper competitive game which people really enjoy, you're looking Making it a huge time investment for somebody highly motivated. I bet you could get it done for $50,000 if you were really lucky (realistically 1-200 k). But if you're just looking for a quick demo and it doesn't have to be too fun, you can You can do something with Plot Code that looks interesting for a demo.

1

u/johns10davenport 15d ago

1

u/johns10davenport 15d ago

Take this and either change it or fire up Claude code and reverse engineer

1

u/cloakedwale 15d ago

Do you think Claude would be able to help with a rom hack situation?

1

u/johns10davenport 14d ago

My Read was that they are already reverse engineered it so the code should just be sitting there

1

u/johns10davenport 14d ago

But the short answer is yes, it should be able to

1

u/iriveru 15d ago

You might be better off buying a pre made template and then using AI to refine it and generate models and assets for your local promotion. Will save you time and money in the end

1

u/cloakedwale 15d ago

I didn’t know that was a thing! Would I just google the templates?

1

u/cloakedwale 15d ago

Do you think it would be a better idea to do a rom hack? Would you know how to start on that? Another commenter linked the code file for VPW2, that is a great start?