Skip to content

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/

License

Notifications You must be signed in to change notification settings

smcameron/wordwarvi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2c93d0c · May 20, 2023
Oct 19, 2021
Mar 2, 2021
Oct 12, 2012
Apr 29, 2012
Jun 7, 2008
Feb 14, 2013
Apr 9, 2008
May 20, 2023
Mar 23, 2016
Mar 2, 2021
Oct 12, 2012
Oct 18, 2012
May 20, 2023
May 20, 2023
Apr 26, 2012
Apr 16, 2009
May 11, 2019
May 11, 2019
Oct 18, 2012
Apr 10, 2009
Feb 1, 2021
Feb 1, 2021
Oct 12, 2012
May 20, 2023
Oct 24, 2012
Apr 26, 2012
Jul 23, 2019
Apr 11, 2009
Dec 29, 2021
Apr 8, 2009

Repository files navigation

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:

  1. Download install mingw
  2. Download codeblocks ide (nightly build recommended)
  3. Download/clone wordwarvi source
  4. Create win32 folder in wordwarvi source directory.
  5. Download precompiled gtk (all-in-one bundle) libs,
     copy include and bin folders into wordwarvi/win32
  6. Download precompiled vorbis/ogg libs, copy include
     content into wordwarvi/win32/include and the dlls into
     wordwarvi/win32/bin.
  7. Download precompiled portaudio lib, copy include content into
     wordwarvi/win32/include and the dlls into wordwarvi/win32/bin.
  8. Open wordwarvi.cbp in codeblocks and build.

If you want to hack on the code, read wordwarvi_hacking.html

About

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/

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published