-
Notifications
You must be signed in to change notification settings - Fork 3
Home
PewPew is a 2D space shooter game. It is under heavy development currently supporting linux and windows. Writen in C++ using only OpenGL (GLUT) and OpenAL (alut). Still in early stages however fun to play.
Feel free to contribute any suggestions, patches and bug reports.
- compiler:
- g++ or equivalent compiler
- make (optional)
- libs:
- freeglut3-dev
- libalut-dev
For Windows there are precompiled binaries for 32 bit architecture including all the required dlls.
- Simply download the zip archive from here.
- Extract it to the folder of your liking and run PewPew.exe
In Linux you have to compile from source.
- Install g++ git-core make freeglut3-dev and libalut-dev packages through your distribution's package manager.
- Launch a console
- Clone the repo by running git clone git://github.com/mastergreg/pewpew.git
- Run cd pewpew && make
- Run ./pewpew
For MacOS again there are no binary releases yet and building from source is a bit tricky. Currently working MacOS sources are on mac-os branch. Will update with binary releases for 32 and 64 bit arch soon.
(The MIT License)
Copyright (c) 2011 Gregory Liras
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.