Posts

AI Creates 3D Ancient Egyptian Game From Nothing

Image
The Pharaoh's Fury: An Endless Temple Run The Pharaoh's Fury is a fast-paced, 3D endless runner game built with the Ursina game engine. Dodge obstacles, jump, and slide your way through a procedurally generated temple environment. Tech Stack: Ursina Engine: A Python game engine for rapid prototyping and easy development. Python: The core programming language. Procedural Generation: Creates a unique and endless running experience. 3D Models & Textures: Custom assets create an immersive temple environment. Summary :  In this video, I'm taking you on a unique game development journey! I challenged myself to build 'The Pharaoh's Fury,' an Egyptian-themed endless runner, using the power of AI. For the coding, I relied on ChatGPT to help me implement the core mechanics. And for the design, backstory, and overall concept, I turned to Gemini to craft a compelling narrative and visual style. Join me as I show you how I integrated these AI tools to create a fun and en...

Gemini Live vs ChatGPT - They are taking over !

Image
Watch an epic AI showdown as ChatGPT and Gemini Live engage in a fascinating conversation! These two advanced chatbots go head-to-head, discussing various topics, debating ideas, and even throwing in some humor. Who will come out on top? Is AI really taking over? Find out in this must-watch chatbot face-off! 🔹 Topics Covered: ✔️ AI vs AI – How do they interact? ✔️ Deep discussions & witty exchanges ✔️ Fun debates & unexpected twists

Set up a Local AI like ChatGPT/ Deepseek on your own machine!

Image
DeepSeek R1 is a free and open source llm that rivals even the best paid AI models like ChatGPT-o1. I’ll show you how to use it on the web, and how to run it locally to avoid all the privacy concerns. The easiest method available through Ollama.

ChatGPT vs DeepSeek Make Flappy Bird

Image
In this video, I challenge both ChatGPT and DeepSeek to recreate Flappy Bird from scratch using AI-generated code. ChatGPT and DeepSeek handle everything—from physics and collision detection to scoring mechanics—while I put their results to the test. Will either AI nail the classic gameplay, or will it crash and burn? Let’s find out. 00:00 Intro 00:55 Assets Repo  01:08 Prompt for the game 02:38 Cloning the Assets Repo  02:57 Chatgpt - Flappy Bird 04:49 Deepseek - Flappy Bird 06:51 Prompt Fixes  07:44 Running the updated code 10:35 Prompt improvements part 2 12:23 Running the updated code part 2 14:04  Prompt improvements part 3 15:35 Running the updated code part 3 25:30 Game Comparison  Subscribe for more game development videos!

How ChatGPT AI Helped Me Create Maps Effortlessly

Image
In this video, you will learn how to use ChatGPT to create maps instantly. In this tutorial, the ChatGPT model retrieves data from web searches based on a specific request and then generates a spatial map using the Folium library in Python. Chatgpt leverages its reasoning model (ChatGPT-03) to analyze and select the most relevant data, even when conflicting information is present. Here’s what you’ll learn in this video: 0:00 - Introduction  0:45 - A step-by-step guide to creating interactive maps with Python 4:00 - How to create the API key in FOURSQUARE 5:19 - Initial look at the Result 6:19 - Improving the prompt 8:14 - Final Results Prompt :  Create an interactive map centred on Paris, France, showcasing a variety of restaurants and landmarks. The map should include several markers, each representing a restaurant or notable place. Each marker should have a pop-up window with details such as the name of the place, its rating, and its address. Use python requests and foliumUs...

I Built a SNAKE GAME using Python & ChatGPT vs Deep seek

Image