Parallel
2dgame.asc
Associated article: Your Own Two-Dimensional Gaming Engine
Tags: Parallel
_Your Own 2-D Gaming Engine_
by Mark Seminatore
Listing One
// compiled.c - This module implements a bitmap compiler.
// Copyright (c) 1996 by Mark Seminatore, all rights reserved.
#include <stdio.h>
#include <stdlib.h>
#include "compat32....


