Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

A 25-year-old Indian developer created a game called GTA India and 23,654 people have already purchased it Game Price: $5 Revenue: $118,270 Costs: $200 spent on AI for modifications Instead of standard criminal shootouts, the game features unique missions focused on organizing grand weddings. You have to hijack a...

42,355 Aufrufe • vor 1 Monat •via X (Twitter)

0 Kommentare

Keine Kommentare verfügbar

Kommentare vom Original-Post werden hier angezeigt

Ähnliche Videos

👀 I used OpenAI's Code Interpreter to make Flappy Bird 🐦in 7 minutes: Code Interpreter/GPT-4 for code generation. Pre-existing or AI-generated assets for graphics. --- Here's how to make the game in only 6 steps: (1): Enter the following prompt: "write p5.js code for Flappy Bird where you control a yellow bird continuously flying between a series of green pipes. The bird flaps every time you left click the mouse. If the bird falls to the ground or hits a pipe, you lose. This game goes on infinitely until you lose and you get points the further you go". (2): Use generative AI or existing game assets and spirits. I searched "flappy bird assets" on Google and used the first link, a GitHub repo with pngs from the original Flappy Bird. (3): Use this prompt to link assets to the code: "Please generate the entire file again based on the fact I'm using a unique background, spirits for the bird, and pipes. Here is the list of assets I'm using: [list of file names]." Code Interpreter should modify the code accordingly to include the list of file names. (4) Make an account OpenProcessing -> create a sketch -> paste in the code generated by Code Interpreter -> upload in-game assets from step (2). (5) (Optional) Ask ChatGPT to make changes to improve the in-game experience e.g., adding a high score, restarting the game when the bird dies, etc. Copy the new code into your OpenProcessing sketch and reload the game. (6) If something doesn't work, ask GPT4 to fix it. Copy and paste the error message and ask it to regenerate the code. --- Bonus Tips: - Iteratively test code. Each time you make a change using Code Interpreter, test the updated code by playing the game so you catch new bugs early. - Learn programming by asking questions: "Act as a senior programmer very good at explaining concepts to a beginner. Tell me how gravity works in this game and how you used code to make this happen."Code Interpreter/GPT4 for code generation. Download Pre-existing assets or generate new images for graphics. Excited to see what you make!

Alex Ker 🔭

739,874 Aufrufe • vor 3 Jahren

You can't compare Cyberpunk 2077 launch to GTA 6 and here's exactly why Cyberpunk 2077 was the CDPR's first installment to feature a futuristic city with tons of NPCs and fast moving cars, something which was never done before on Witcher games. The gameplay video from Cyberpunk 2077 shown off in 2019 had a clear text showing "work in progress - does not represent the final look of the game" After the launch disaster of Cyberpunk 2077, Marcin Iwiński also explained that the reason the game had so many bugs is that the game was designed for PC first in mind, then scaled down to consoles that still had a hard drive (PS4 and Xbox One) an extremely difficult task on its own, combined with the fact that the game development progress took a major hit during the pandemic. Rockstar Games on the other hand has a much different engine and experience working on large scale open world game filled with tons of NPCs and fast moving cars, including the fact that they're developing this game for current gen consoles first, then scaling it up for a PC release not vice versa. Are we guys suddenly forgetting the fact that Rockstar Games managed to get GTA V running on a PS3 console which had 256mb of VRAM and 256mb of RAM at that time? The reason Rockstar Games has shown zero gameplay of GTA 6 is because historically they save the gameplay showcase before the game launches, GTA 6 Trailer 2 came out in 2025 and all footage for that Trailer was captured on a base PS5 with a mix of gameplay and cutscenes. They'll obviously show off more gameplay on August 27th, but comparing Cyberpunk 2077 to GTA 6 isn't exactly fair for both companies. On one hand, it was CDPR's first time making that kind of genre of a game and on the other hand, it isn't Rockstar Games first time making a Grand Theft Auto game.

NikTek

101,654 Aufrufe • vor 6 Tagen

AI is changing the software engineering craft. Anders Hejlsberg (Anders Hejlsberg) - creator of C#, TypeScript and industry legend - on why code review needs to get more enjoyable in response: #1 - AI is shifting the craft from writing code, to reviewing code: "In a sense, we're all turning into project managers. We can have an army of junior programmers, called agents, that will just spit out reams of code but someone's got to have the big picture and review all of that. And so, increasingly, our craft is going from one of writing the code, to one of reviewing the code and building the architecture of the code and overseeing the work. It's a different kind of craft. It's a different kind of enjoyment. I've always liked writing the code. To me that was the fulfilling part, seeing it work. In a way, AI robs a little bit of that, because I am less interested in reviewing code." #2 - The code review experience should be improved: "I think we could also make the process of reviewing code much more interesting than it is today. I mean, today, you see a list of diffs in alphabetical order and now it's up to you to make heads or tails of it. There are more pedagogical ways of presenting that. And you could have commentary generated by the AI that tells you what the changes are and whatever, and then tries to guide you along. So that symbiotic relationship, I think we need to work on that more and to keep the enjoyment in there."

The Pragmatic Engineer

39,011 Aufrufe • vor 3 Monaten