Earlier quoted context omitted.
One-shotting is a bit of a red herring, imo. Let's say I wanted to build a "Super Dario" meme platformer. I would do some research, find a platformer on Codepen or Github that "feels" good, tweak it to my liking, change the sprites, and voila. I constantly have to tell agents to just "look it up online" and "don't hallucinate your own components" because people have already done this a million times. Ironically, bein…
TBH, I wonder how much one-shotting posts are just lying about one-shotting it.
Show HN: Super Dario
91–100 of 108 posts
Re: Show HN: Super Dario
#92There are plenty of critiques of the AI labs but it's a bit ironic leveling criticism in a game which was obviously one-shotted by their models and which would never have been made without AI
A model harness can launch a bagillion sub agents and we still call it one shotting.
Re: Show HN: Super Dario
#93Earlier quoted context omitted.
Huh? This is very much not my understanding of SMB1’s development. Are you maybe thinking of Donkey Kong (made to replace a failed arcade game) and/or the US version of SMB2 (a re-skinned non-Mario Japanese game)?
Nope, SMB1 was a smash up. SMB2 was made by folks that had no idea what they were doing so SMB3 went back to basics. I very much remember the sequence of events. Mario Bro's (and Donkey Kong) were games on the Famicom in Japan that were decent. The issue was with Arcade's in Japan making more money than home systems so they introduced the Nintendo VS cabinets. This helped but it wasn't enough and so in 1985 they gree…
Re: Show HN: Super Dario
#94Funny idea but wow the gameplay is terrible and full of bugs. Bad hitboxes, shells that bounce in front of holes, bad physics. AI still cannot oneshot 2D platformers, the most documented videogame genre with so much source code available.
Re: Show HN: Super Dario
#95Earlier quoted context omitted.
One-shotting is a bit of a red herring, imo. Let's say I wanted to build a "Super Dario" meme platformer. I would do some research, find a platformer on Codepen or Github that "feels" good, tweak it to my liking, change the sprites, and voila. I constantly have to tell agents to just "look it up online" and "don't hallucinate your own components" because people have already done this a million times. Ironically, bein…
So you're saying that it's not fair to rate a coding model on its ability to code, and instead the best way to use it is to tell it to find existing human-written code online rather than generate actual code on its own?
Re: Show HN: Super Dario
#96Earlier quoted context omitted.
Huh? This is very much not my understanding of SMB1’s development. Are you maybe thinking of Donkey Kong (made to replace a failed arcade game) and/or the US version of SMB2 (a re-skinned non-Mario Japanese game)?
Nope, SMB1 was a smash up. SMB2 was made by folks that had no idea what they were doing so SMB3 went back to basics. I very much remember the sequence of events. Mario Bro's (and Donkey Kong) were games on the Famicom in Japan that were decent. The issue was with Arcade's in Japan making more money than home systems so they introduced the Nintendo VS cabinets. This helped but it wasn't enough and so in 1985 they gree…
Re: Show HN: Super Dario
#97Earlier quoted context omitted.
Nope, SMB1 was a smash up. SMB2 was made by folks that had no idea what they were doing so SMB3 went back to basics. I very much remember the sequence of events. Mario Bro's (and Donkey Kong) were games on the Famicom in Japan that were decent. The issue was with Arcade's in Japan making more money than home systems so they introduced the Nintendo VS cabinets. This helped but it wasn't enough and so in 1985 they gree…
Any links to read more about this?
https://grantland.com/features/the-rise-of-nintendo-video-ga...
https://iwataasks.nintendo.com/interviews/wii/mario25th/4/0/
https://www.reddit.com/r/AskHistorians/comments/2w1zl4/when_...
Re: Show HN: Super Dario
#98Re: Show HN: Super Dario
#99Earlier quoted context omitted.
Yep. Additionally having experimented pretty heavily in this space, I'll state that even with state-of-the-art models (like NB Pro or GPT-Image-2), good luck getting them to generate sprite sheets with consistent frames for animation particularly if you're shooting for a pixel art aesthetic. I've made a few sprite-based animations with AI assistance but it still required a fair amount of manual photoshop (or in my ca…
If you're not going for pixel art, use the video to video models (the character swap ones that take in a video reference of the animation and a still of the character (the tiktok deepfake models)). You can e.g. download a run cycle from Mixamo, use Blender to render a video from whatever angle you wish, and feed that into the model along with your sprite on a green background, it's pretty much perfect.
Re: Show HN: Super Dario
#100Earlier quoted context omitted.
Yep. Additionally having experimented pretty heavily in this space, I'll state that even with state-of-the-art models (like NB Pro or GPT-Image-2), good luck getting them to generate sprite sheets with consistent frames for animation particularly if you're shooting for a pixel art aesthetic. I've made a few sprite-based animations with AI assistance but it still required a fair amount of manual photoshop (or in my ca…
It’s a tough problem but Retro Diffusion is making some incredible progress https://retrodiffusion.ai/
But if they’ve been working on it specifically for animation, that’s pretty neat.