SlideShare a Scribd company logo
1 of 69
The Video Game R-
Evolution
Julio Seaman
The first videogame?
1947
Cathode Ray Amusement Device
1961 - Spacewars!
1972 - Magnavox Odyssey
1972 - Magnavox Odyssey
1972 - Pong
1972 - Pong
1975 - Sears Pong
1977 - Atari 2600
Atari 2600
• CPU: 6507, 8 bit, 1.19 mhz
• RAM: 128 bytes
• ROM: 4K
• Resolution: 160x192
• Colors: 128 max, 2 x scanline
(playfield), 1 x player
Atari 2600
• Arquitecture
• 6507
• RIOT
• Stella/TIA
• Cartridge
Atari 2600: Universal Pong
Machine
• Playfield
• 2 Players
• 2 Missiles
• 1 ball
Atari 2600: ASM 6502
• Read/Write
• Register Transfer
• Stack Operations
• Logical Operations
• Arithmetic Operations
• Inc/Dec
• Bit shifting
• Jump!
• Branching
Atari 2600 - General
Go to "Random Terrain" to see original article
Atari 2600: Playfield
• PF0,PF1,PF2
• COLUPF, COLUBK
• CTRPLF
• D0: Reflect
• D1: Score
• D2: Priority
• D4-5: Ball size (1,2,4,8)
Atari 2600: Playfield
Atari 2600: Playfield
“Racing the Beam”
Original Article at "Random Terrain"
Atari 2600: Playfield
How MK would have looked in an Atari 2600
Atari 2600: Playfield
Atari 2600: Playfield
Atari 2600: Playfield
Atari 2600: Players &
Missiles
• “Mejor resolución” (1 clock x bit)
• Definición: GRP1, GRP2
• 1 color (COLUP0, COLUP1)
• player.setPosition(x,y); // yeah, right!
• y = scanline #
• x = ?
• RESP1,RESP2,RESMP1,RESMP2
• HMP0,HMP1,HMM1,HMM2; HMOVE
Atari 2600: Players &
Missiles Variations• NUSIZ0, NUSIZ1
• Bits 0-2:
• 0 One copy (X.........)
• 1 Two copies - close (X.X.......)
• 2 Two copies - medium (X...X.....)
• 3 Three copies - close (X.X.X.....)
• 4 Two copies - wide (X.......X.)
• 5 Double sized player (XX........)
• 6 Three copies - medium (X...X...X.)
• 7 Quad sized player (XXXX......)
• Bits 4-5: Missile size (0..3 = 1,2,4,8 “pixels” width)
Atari 2600: Glitches
Atari 2600: Variations
Atari 2600: Adventure
Atari 2600: Adventure
Atari 2600: Video Chess
Atari 2600: Video Chess
“Venetian Blinds”
Atari 2600: Activision
"You are no more important to that game
than the guy on the assembly line who
puts it together." - Ray Kassar, Atari CEO
Atari 2600: Activision
Game Crash of 1983
Atari 2600: Game Over!
1983 - NES
NES
• CPU: RICOH (basado en 6502), 8 bit,
1.79 mhz
• RAM: 2kb, Video RAM: 2kb
• ROM: “Kirby’s Adventure” (732kb)
• Resolución: 256x224
• Colores: 4 paletas de 16 colores, 4 por
tile, 25 max
NES
• Arquitectura
• 6502
• PPU
• Cartridge
Atari 2600 vs NES
NES: The Tile Machine
• PPU
• Pattern Tables
• Name Tables
• Sprites
NES: Pattern Tables
• 8 kb
• 8x8 o 8x16 (bit 5 de PPUCTRL)
• 4 colores, 2 bits
• Secciones (bit 4 de PPUCTRL)
• Background
• Sprite
NES: Name Tables
• 32x30 tiles (de 8x8, 256x240 pixels)
• attributes table to indicate palette
• addressing for 4 tables (2000h, 2400h,
2800h, 2c00h)
• 2kb RAM, oops!
NES: Name Tables
Mirroring
NES: Name Tables
Scrolling
• 2 writes into PPUSCROLL
• x
• y
• Bits 1 y 0 of PPUCTRL
NES: Pattern Tables
Scrolling
NES: Sprites
• 64 at the same time
• 8 per scanline
• write into SPR-RAM
• Y
• Tile #
• Attributes
• Bits 0-1: Color
• Bit 5: Priority
• Bit 6: Horizontal flip
• Bit 7: Vertical flip
• X
PC
PC: CGA
• 2 modes (ah, al, int 13h)
• text
• 16 colors (+ blinking)
• 80x25
• b800h : text/attributes matrix
• graphic
• 4 colors. 4 palettes?
• 320x200
• a000: pixel matrix
PC: CGA
PC: CGA
PC: CGA
PC: CGA
PC: CGA
PC: CGA
CGA: Composite Output
CGA: Composite Hack
PC: CGA
CGA -> VGA
CGA -> VGA
CGA -> VGA
3D: 80’s
Castle Wolfenstein
3D: Ray Casting
Wolfenstein 3D
Trees
BSP Trees
Doom
Current limitations?
Thanks for coming!

More Related Content

What's hot

History of Video Games 90s till 00
History of Video Games 90s till 00History of Video Games 90s till 00
History of Video Games 90s till 00Mark Rotondella
 
glitchNES - Bent Fest workshop
glitchNES - Bent Fest workshopglitchNES - Bent Fest workshop
glitchNES - Bent Fest workshopnocarrier
 
New Commodore 64 Network Game Developments
New Commodore 64 Network Game DevelopmentsNew Commodore 64 Network Game Developments
New Commodore 64 Network Game DevelopmentsLeif Bloomquist
 
【Unity道場】初心者のためのゲームジャムの心得
【Unity道場】初心者のためのゲームジャムの心得【Unity道場】初心者のためのゲームジャムの心得
【Unity道場】初心者のためのゲームジャムの心得Unity Technologies Japan K.K.
 
Exor epc 7166_Spec Sheet
Exor epc 7166_Spec SheetExor epc 7166_Spec Sheet
Exor epc 7166_Spec SheetElectromate
 
Development of Gamig Platforms PR1
Development of Gamig Platforms PR1Development of Gamig Platforms PR1
Development of Gamig Platforms PR1Sokyo
 
API Python Chess: Distribution of Chess Wins based on random moves
API Python Chess: Distribution of Chess Wins based on random movesAPI Python Chess: Distribution of Chess Wins based on random moves
API Python Chess: Distribution of Chess Wins based on random movesYao Yao
 
Studio 8 Hilversum. 2010.
Studio 8 Hilversum. 2010.Studio 8 Hilversum. 2010.
Studio 8 Hilversum. 2010.peterassinck
 
SeaPort Systems Rugged 4U HPC Workstation - System Data Sheet
SeaPort Systems Rugged 4U HPC Workstation - System Data SheetSeaPort Systems Rugged 4U HPC Workstation - System Data Sheet
SeaPort Systems Rugged 4U HPC Workstation - System Data SheetDarin George
 
The most awesome build ever!
The most awesome build ever!The most awesome build ever!
The most awesome build ever!Christine Shock
 
Restrição == inovação - 17o Encontro Locaweb SP
Restrição == inovação  - 17o Encontro Locaweb SPRestrição == inovação  - 17o Encontro Locaweb SP
Restrição == inovação - 17o Encontro Locaweb SPFabio Akita
 

What's hot (19)

Computer
ComputerComputer
Computer
 
History of Video Games 90s till 00
History of Video Games 90s till 00History of Video Games 90s till 00
History of Video Games 90s till 00
 
ZX Spectrum Universe
ZX Spectrum UniverseZX Spectrum Universe
ZX Spectrum Universe
 
glitchNES - Bent Fest workshop
glitchNES - Bent Fest workshopglitchNES - Bent Fest workshop
glitchNES - Bent Fest workshop
 
New Commodore 64 Network Game Developments
New Commodore 64 Network Game DevelopmentsNew Commodore 64 Network Game Developments
New Commodore 64 Network Game Developments
 
8-bit Emulator Programming with Go
8-bit Emulator Programming with Go8-bit Emulator Programming with Go
8-bit Emulator Programming with Go
 
History of games
History of gamesHistory of games
History of games
 
【Unity道場】初心者のためのゲームジャムの心得
【Unity道場】初心者のためのゲームジャムの心得【Unity道場】初心者のためのゲームジャムの心得
【Unity道場】初心者のためのゲームジャムの心得
 
Exor epc 7166_Spec Sheet
Exor epc 7166_Spec SheetExor epc 7166_Spec Sheet
Exor epc 7166_Spec Sheet
 
Development of Gamig Platforms PR1
Development of Gamig Platforms PR1Development of Gamig Platforms PR1
Development of Gamig Platforms PR1
 
API Python Chess: Distribution of Chess Wins based on random moves
API Python Chess: Distribution of Chess Wins based on random movesAPI Python Chess: Distribution of Chess Wins based on random moves
API Python Chess: Distribution of Chess Wins based on random moves
 
Studio 8 Hilversum. 2010.
Studio 8 Hilversum. 2010.Studio 8 Hilversum. 2010.
Studio 8 Hilversum. 2010.
 
SeaPort Systems Rugged 4U HPC Workstation - System Data Sheet
SeaPort Systems Rugged 4U HPC Workstation - System Data SheetSeaPort Systems Rugged 4U HPC Workstation - System Data Sheet
SeaPort Systems Rugged 4U HPC Workstation - System Data Sheet
 
The most awesome build ever!
The most awesome build ever!The most awesome build ever!
The most awesome build ever!
 
Evolucion microprocesadores
Evolucion microprocesadoresEvolucion microprocesadores
Evolucion microprocesadores
 
Intro computer
Intro computerIntro computer
Intro computer
 
Intro computer
Intro computerIntro computer
Intro computer
 
Restrição == inovação - 17o Encontro Locaweb SP
Restrição == inovação  - 17o Encontro Locaweb SPRestrição == inovação  - 17o Encontro Locaweb SP
Restrição == inovação - 17o Encontro Locaweb SP
 
Videojuegos
VideojuegosVideojuegos
Videojuegos
 

Viewers also liked

Compelling Storytelling in Video Game Design
Compelling Storytelling in Video Game DesignCompelling Storytelling in Video Game Design
Compelling Storytelling in Video Game DesignJulio Seaman
 
E.T. The Extra-Terrestrial - Atari 2600 - Manual
E.T. The Extra-Terrestrial - Atari 2600 - ManualE.T. The Extra-Terrestrial - Atari 2600 - Manual
E.T. The Extra-Terrestrial - Atari 2600 - ManualVICIOGAME Retro Games
 
[Especial] 70 edições da Revista Nintendo Blast
[Especial] 70 edições da Revista Nintendo Blast[Especial] 70 edições da Revista Nintendo Blast
[Especial] 70 edições da Revista Nintendo BlastGabriel Leles
 
Primeras consolas de Nintendo
Primeras consolas de NintendoPrimeras consolas de Nintendo
Primeras consolas de NintendoRafael4bn11
 
History of Video Games up to 90s
History of Video Games up to 90sHistory of Video Games up to 90s
History of Video Games up to 90sMark Rotondella
 
DeepHack.Game 5vision team
DeepHack.Game 5vision teamDeepHack.Game 5vision team
DeepHack.Game 5vision teamDeepHackLab
 
DeepHack.Game Skynet team
DeepHack.Game Skynet teamDeepHack.Game Skynet team
DeepHack.Game Skynet teamDeepHackLab
 

Viewers also liked (9)

Programação para Atari 2600
Programação para Atari 2600Programação para Atari 2600
Programação para Atari 2600
 
Compelling Storytelling in Video Game Design
Compelling Storytelling in Video Game DesignCompelling Storytelling in Video Game Design
Compelling Storytelling in Video Game Design
 
E.T. The Extra-Terrestrial - Atari 2600 - Manual
E.T. The Extra-Terrestrial - Atari 2600 - ManualE.T. The Extra-Terrestrial - Atari 2600 - Manual
E.T. The Extra-Terrestrial - Atari 2600 - Manual
 
[Especial] 70 edições da Revista Nintendo Blast
[Especial] 70 edições da Revista Nintendo Blast[Especial] 70 edições da Revista Nintendo Blast
[Especial] 70 edições da Revista Nintendo Blast
 
Primeras consolas de Nintendo
Primeras consolas de NintendoPrimeras consolas de Nintendo
Primeras consolas de Nintendo
 
games
gamesgames
games
 
History of Video Games up to 90s
History of Video Games up to 90sHistory of Video Games up to 90s
History of Video Games up to 90s
 
DeepHack.Game 5vision team
DeepHack.Game 5vision teamDeepHack.Game 5vision team
DeepHack.Game 5vision team
 
DeepHack.Game Skynet team
DeepHack.Game Skynet teamDeepHack.Game Skynet team
DeepHack.Game Skynet team
 

Similar to The Video Game R-Evolution

.net for fun: write a Christmas videogame
.net for fun: write a Christmas videogame.net for fun: write a Christmas videogame
.net for fun: write a Christmas videogameMarco Parenzan
 
Amiga Cracktro Programming
Amiga Cracktro ProgrammingAmiga Cracktro Programming
Amiga Cracktro Programmingoptixx
 
Videogames History - 1889 to the Year 2000 - JT Velikovsky
Videogames History - 1889 to the Year 2000 - JT VelikovskyVideogames History - 1889 to the Year 2000 - JT Velikovsky
Videogames History - 1889 to the Year 2000 - JT VelikovskyJT Velikovsky
 
A history of video games
A history of video gamesA history of video games
A history of video gamesZach Wilkins
 
A history of video games
A history of video gamesA history of video games
A history of video gamesZach Wilkins
 
An Early History of Digital Entertainment
An Early History of Digital EntertainmentAn Early History of Digital Entertainment
An Early History of Digital EntertainmentRoberto Dillon
 
Multiplayer Roguelike for the Commodore 64
Multiplayer Roguelike for the Commodore 64Multiplayer Roguelike for the Commodore 64
Multiplayer Roguelike for the Commodore 64Leif Bloomquist
 
Evolution of video gaming
Evolution of video gamingEvolution of video gaming
Evolution of video gamingAamit Makhija
 
Different game consoles
Different game consolesDifferent game consoles
Different game consolesMario Sepp
 
The history of videogames
The history of videogamesThe history of videogames
The history of videogamespolthelost
 
Emulating Game Boy in Java
Emulating Game Boy in JavaEmulating Game Boy in Java
Emulating Game Boy in JavaTomasz Rękawek
 
Game den game console timeline
Game den game console timelineGame den game console timeline
Game den game console timelinerosstapher
 
Game platformsbondarenko
Game platformsbondarenkoGame platformsbondarenko
Game platformsbondarenkoBond_da
 
Masters of Doom by Depe
Masters of Doom by DepeMasters of Doom by Depe
Masters of Doom by DepeAgate Studio
 
0748496- Evolution of the Video Game Console
0748496- Evolution of the Video Game Console0748496- Evolution of the Video Game Console
0748496- Evolution of the Video Game ConsoleAli G
 
Game den game console timeline
Game den game console timelineGame den game console timeline
Game den game console timelinerosstapher
 

Similar to The Video Game R-Evolution (20)

.net for fun: write a Christmas videogame
.net for fun: write a Christmas videogame.net for fun: write a Christmas videogame
.net for fun: write a Christmas videogame
 
Amiga Cracktro Programming
Amiga Cracktro ProgrammingAmiga Cracktro Programming
Amiga Cracktro Programming
 
Adventure lecture
Adventure lectureAdventure lecture
Adventure lecture
 
Videogames History - 1889 to the Year 2000 - JT Velikovsky
Videogames History - 1889 to the Year 2000 - JT VelikovskyVideogames History - 1889 to the Year 2000 - JT Velikovsky
Videogames History - 1889 to the Year 2000 - JT Velikovsky
 
A history of video games
A history of video gamesA history of video games
A history of video games
 
A history of video games
A history of video gamesA history of video games
A history of video games
 
History of Video Games
History of Video GamesHistory of Video Games
History of Video Games
 
An Early History of Digital Entertainment
An Early History of Digital EntertainmentAn Early History of Digital Entertainment
An Early History of Digital Entertainment
 
Multiplayer Roguelike for the Commodore 64
Multiplayer Roguelike for the Commodore 64Multiplayer Roguelike for the Commodore 64
Multiplayer Roguelike for the Commodore 64
 
Evolution of video gaming
Evolution of video gamingEvolution of video gaming
Evolution of video gaming
 
Different game consoles
Different game consolesDifferent game consoles
Different game consoles
 
The history of videogames
The history of videogamesThe history of videogames
The history of videogames
 
Emulating Game Boy in Java
Emulating Game Boy in JavaEmulating Game Boy in Java
Emulating Game Boy in Java
 
Game den game console timeline
Game den game console timelineGame den game console timeline
Game den game console timeline
 
Game platformsbondarenko
Game platformsbondarenkoGame platformsbondarenko
Game platformsbondarenko
 
Masters of Doom by Depe
Masters of Doom by DepeMasters of Doom by Depe
Masters of Doom by Depe
 
0748496- Evolution of the Video Game Console
0748496- Evolution of the Video Game Console0748496- Evolution of the Video Game Console
0748496- Evolution of the Video Game Console
 
Game den game console timeline
Game den game console timelineGame den game console timeline
Game den game console timeline
 
Boards N Bits
Boards N BitsBoards N Bits
Boards N Bits
 
JRC Seminar (History of Video Game Industry)
JRC Seminar (History of Video Game Industry)JRC Seminar (History of Video Game Industry)
JRC Seminar (History of Video Game Industry)
 

Recently uploaded

How to Choose the Right Laravel Development Partner in New York City_compress...
How to Choose the Right Laravel Development Partner in New York City_compress...How to Choose the Right Laravel Development Partner in New York City_compress...
How to Choose the Right Laravel Development Partner in New York City_compress...software pro Development
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...panagenda
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...ICS
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️Delhi Call girls
 
Azure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdf
Azure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdfAzure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdf
Azure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdfryanfarris8
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Modelsaagamshah0812
 
Exploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdfExploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdfproinshot.com
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionSolGuruz
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplatePresentation.STUDIO
 
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionIntroducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionOnePlan Solutions
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfkalichargn70th171
 
10 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 202410 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 2024Mind IT Systems
 
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesAI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesVictorSzoltysek
 
8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech studentsHimanshiGarg82
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnAmarnathKambale
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVshikhaohhpro
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfkalichargn70th171
 

Recently uploaded (20)

How to Choose the Right Laravel Development Partner in New York City_compress...
How to Choose the Right Laravel Development Partner in New York City_compress...How to Choose the Right Laravel Development Partner in New York City_compress...
How to Choose the Right Laravel Development Partner in New York City_compress...
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
Azure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdf
Azure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdfAzure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdf
Azure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdf
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 
Exploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdfExploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdf
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with Precision
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation Template
 
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionIntroducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
 
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS LiveVip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
 
10 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 202410 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 2024
 
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesAI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
 
8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learn
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 

The Video Game R-Evolution

Editor's Notes

  1. Thomas T. Goldsmith
  2. estudiantes MIT
  3. 418 juegos hasta 1992
  4. created by Warren Robinet
  5. David Crane, Larry Kaplan, Alan Miller, and Bob Whitehead