Skip to content
This repository has been archived by the owner on Oct 19, 2020. It is now read-only.

inducer/wam

Repository files navigation

suggested configure line for UNIX systems:

./configure \
  --enable-debug \
  --disable-static \
  --enable-dl

suggested configure line for UNIX systems without dynamic linking:

./configure \
  --enable-debug \
  --disable-shared 

suggested configure line for Win32 systems:

./configure --host=i386-mingw32msvc

To try out the game, hit "start game", then pull down the console with f2,
then enter "a();", then "go();".

Nomenclature:

those are not "BITMAPS", those are "IMAGES".

About

An attempt at a Worms(tm) clone

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages