What is VgaGames?
VgaGames (version 4) is a development library for creating games with a resolution of 320x200 or 640x480 pixels. It is written in C and supports Linux and BSD and uses SDL for the low level access to the hardware. VgaGames is distributed under the GNU General Public License 2. |
Multiplayer-game Panzer
![]() |
Basic functions:
- Manage a window
- Handle events from keyboard, mouse and gamecontrollers
- Load, create, draw and copy images
- Play audio-files and set volume
Advanced functions:
- Use fonts and formatted text
- Accelerated checking for collisions
- Group items into game-objects
- Create graphical user interfaces
- Use a network-framework for multiplayer games, just based on sending events to keep it simple
- And more ...
(Feedback to )