Category: programming/djgpp2
Title: Checkers 3D
Version: 1.0
Short: 3D checkers game with full DJGPP 2 sources (C++/asm)
Keywords: checkers game shading minimax
Sourcecode: C++/asm
Authors: Leandro Bernsmuller <lebe@aton.inf.ufrgs.br> Sandro Daniel Camillo
Uploader: lebe@aton.inf.ufrgs.br
CDrom: yes

Nice 3D vector checker game.
Easy to use 3D engine and other class libs included.
  -source: DJGPP 2 full source (C++/asm)
  -artificial inteligence: classic minimax
  -graphics: 320x200x256 (standart VGA)
  -rendering: depth-sort
  -view: shaded polygons and PCX images
  -shading: flat
  -input: keyboard handler

