https://github.com/smcameron/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/
https://github.com/smcameron/wordwarvi
hacktoberfest
Last synced: 7 months ago
JSON representation
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/
- Host: GitHub
- URL: https://github.com/smcameron/wordwarvi
- Owner: smcameron
- License: other
- Created: 2012-04-17T03:30:10.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2025-08-25T14:26:20.000Z (11 months ago)
- Last Synced: 2025-08-25T16:26:35.101Z (11 months ago)
- Topics: hacktoberfest
- Language: C
- Homepage:
- Size: 52.3 MB
- Stars: 107
- Watchers: 9
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: changelog.txt
- License: COPYING
Awesome Lists containing this project
README
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