1 / 5

Game Programming

By Shane G. Game Programming. The basics. One of the most important things in programming is the compiler. A compiler is basically a translator that takes what you type on the computer and translates it so the computer can understand. The Microsoft compiler for languages C++ and C.

jerod
Télécharger la présentation

Game Programming

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. By Shane G. Game Programming

  2. The basics • One of the most important things in programming is the compiler. • A compiler is basically a translator that takes what you type on the computer and translates it so the computer can understand The Microsoft compiler for languages C++ and C

  3. History (timeline) • If you have no idea what these things are, • AI stands for artificial intelligence, which is intelligence put into a computer which makes the computer able to, “Think” on it’s own • The Dartmouth Conference was a meeting of people about artificial intelligence • Logic Theorist was the first program specifically made for solving equations and was the first AI program • SHRDLU was basically a virtual world filled up with things that can be moved by telling the program to do it • PROLOG was a general purpose programming language that is used in artificial intelligence

  4. C++ • C++ is one of the most commonly used programming languages used today • It began as an improvement to C, such as including object oriented tools, such as classes

  5. THE END Here is an awesome link http://www.pbs.org/kcts/videogamerevolution/history/timeline_flash.html

More Related