Create Your Own 3D Dodge Game: A Fun and Engaging Project for Beginners
110 likes | 222 Vues
Dive into the world of game development with our guide to creating a 3D Dodge game! This project is designed for beginners and senior students alike, focusing on simple yet captivating game mechanics. Utilizing Visual Studio 2005 and C++, learn how to implement OpenGL for stunning graphics and texture mapping. Experience the thrill of dodging objects in a first-person narrative, and discover how to track scores and records. Join us in making this joyful and engaging game that showcases your creativity and programming skills!
Create Your Own 3D Dodge Game: A Fun and Engaging Project for Beginners
E N D
Presentation Transcript
Computer Graphics Proj. Dodge 3D ver. Digital Contents Game Major - Senior 20052191 - Hong Seok Min
Table of contents • Dodge ? • 3D version ?! • How to make!
Dodge? • Simple game, but.. • This is very fun & joyful
3D version?! • It’ll be 3D version • 1st person narrative (Like as FPS game)
3D version?! E N E M y E N E M y E N E M y My Unit
How to make? • Windows 7 • Visual Studio 2005 C++ • Use openGL • Terrain with texture mapping • Count for dodged objects • Show new record • And so on..