Bazsites.com Game Programming
Directory Topics
On the Web
- PC Game Programming Explorer - Book by Dave Roberts that takes readers inside the world of PC game programming and reveals the essential techniques to make game programming easy and fun.
- Computer Chess Programming - Page of chess programming links and documents. Also contains links to other turn-based game programming.
- Game Programming - Game Programming provides sample games coded in C++, VC++, Visual Basic, and Java. Most zip files include, full game executables and source code.
- GameInstitute - Offers convenient, high quality online game programming courses. Courses are designed to teach you fundamental and advanced game programming techniques so that you can design and develop your own computer games.
- Jenkins, Josh - Inertia - About, CV. C/C++ Visual Basic game programming articles. OO game programming tutorial. OpenGL and natural language projects. Games with C++ sources.
- Game Programming with DJGPP - Has docs dealing with interrupts, VESA, SB and other issues of game programming.
- DroidBattles - A game of programming. The task is to design your bots and then use the hardware as efficiently as possible by writing a program for it, with the mission to kill any enemy robots on the playground.
- Apple - Developer Connection - Games - Official site of Macintosh game programming. Links, news, and information.
- Barry, Patrick - Pat's Programming - A site dedicated to game programming using the C programming language. Programs with sources: Cards, Pacman Clone, Space games; Draw image editor. Serial communications library. Hidden Treasures PRG project.
- Java Game Programming Tutorial - A detailed tutorial about online games programming with Java. Some online games and links about Java.
Wikipedia Articles
- Java 4K Game Programming Contest - The Java 4K Game Programming Contest (aka 'Java 4K' and 'J4K') is an informal contest that was started by the Java Game Programming community to challenge their software development abilities. The goal of the contest is to develop the best game possible within four kilobytes (4096 bytes) of data.
- Programming game - A programming game is a computer game where the player has no direct influence on the course of the game. Instead, a computer program or script is written in some domain-specific programming language in order to control the actions of the characters (usually robots, tanks or bacteria, which seek ...
- Game programming - Game programming, a subset of game development, is the programming of computer, console or arcade games. Though often engaged in by professional game programmers, many novices may program games as a hobby.
- Tricks of the Windows Game Programming Gurus - Tricks of the Windows Game Programming Gurus is a book by the game programmer and author Andre LaMothe, published by SAMS Publishing. It covers Win32 programming, along with the major components of DirectX including DirectDraw, DirectSound, DirectInput (including Force Feedback), and DirectMusic.
- Tricks of the 3D Game Programming Gurus-Advanced 3D Graphics and Rasterization - Tricks of the 3D Game Programming Gurus - Advanced 3D Graphics and Rasterization is a book by the game programmer and author Andre LaMothe. The book teaches creating a 3D texture-mapped, lit video game for the PC with a software rasterizer which can be written by the reader.