Wordwarvi
Word War vi is a retro-styled old school side scrolling shooter reminiscent of Defender or Scramble, with an "Emacs vs. vi" theme. See: http://smcameron.github.io/wordwarvi/
Install / Use
/learn @smcameron/WordwarviREADME
To build on linux, FreeBSD, or Mac OSX, just type "make"
You'll need portaudio (v 19, not 18) (portaudio-devel rpm packages) and libvorbisfile (libvorbis-devel rpm package) to decode the included ogg files for sound to work.
See: http://www.portaudio.com/
To build without any sound support, type "make WITHAUDIO=no"
To build on windows:
- Download install mingw
- Download codeblocks ide (nightly build recommended)
- Download/clone wordwarvi source
- Create win32 folder in wordwarvi source directory.
- Download precompiled gtk (all-in-one bundle) libs, copy include and bin folders into wordwarvi/win32
- Download precompiled vorbis/ogg libs, copy include content into wordwarvi/win32/include and the dlls into wordwarvi/win32/bin.
- Download precompiled portaudio lib, copy include content into wordwarvi/win32/include and the dlls into wordwarvi/win32/bin.
- Open wordwarvi.cbp in codeblocks and build.
If you want to hack on the code, read wordwarvi_hacking.html
