Hi, I'm Jonathan Gorard, Lead Programmer for Rivet Gaming.

Post tutorial RSS Tutorials
Beginner Game Programming With C++ II: Basic 2D Graphics Programming I

Beginner Game Programming With C++ II: Basic 2D Graphics Programming I

Client Side Coding Tutorial 5 comments

How to set up Dev C++ and the SDL graphics API. How to create a simple canvas window that appears and disappears, using SDL and C++.

Beginner Game Programming With C++ I: Learning C++ I

Beginner Game Programming With C++ I: Learning C++ I

Client Side Coding Tutorial 3 comments

Covers some of the basics of C++ programming, and how to write a Hello World console application.

Creating a Simple 2D Game with XNA 1: Basic Rendering and Input

Creating a Simple 2D Game with XNA 1: Basic Rendering and Input

Reggae Speed Client Side Coding 7 comments

How to create a simple 2D Game with XNA. In this tutorial, you'll learn how to render images to the screen and control them with basic keyboard input.