Remix.run Logo
Vibe-coding video games with Claude (Day 75: Corner the Market)(gamevibe.us)
2 points by pzxc 10 hours ago | 3 comments
pzxc 10 hours ago | parent [-]

A monopoly-style board game vs 3 AI opponents. With common stock symbols/tickers for the properties.

This project started over 2 months ago and I'm still going! Happy to answer questions, would love any feedback, whatever you got I wanna hear it!

rastographics 9 hours ago | parent [-]

For a web dev what tools / agents do you suggest to start trying to build a roller coaster tycoon style game? making the graphics too, etc?

pzxc 7 hours ago | parent [-]

For complex 3d graphics, if you want to make a good game with lots of features, you need to use a real game engine like Unity or at the very least if you want to do it in a browser use a library like three.js (the games I make are far simpler so I don't use many libraries)

Once you have the project setup, with version control setup, then you can start agentic development. Claude is the best in the business right now (imo), that could change rapidly though