Overview
These tutorials can be found and executed in example-games/.
Compile them with make examples after installing the VgaGames3-library.
- Tutorial 1
Basic functions. - Tutorial 2
A simple ping-pong game for one player. - Tutorial 3
The same ping-pong game but with collision functions instead of checking collisions manually. - Tutorial 4
A complete rewrite of the ping-pong game using VgaGames3-objects. - Tutorial 5
The ping-pong game of tutorial 4 with two players using network. - Tutorial 6
The network ping-pong game of tutorial 5 with system-menu and the possibility of redefining the keyboard keys. - Tutorial 7
The network ping-pong game of tutorial 6 with simplifying the key-handling. - No tutorial: the game panzer
Short description of the real game panzer.