shewu / h4ck4th0n

Holy Balls: The Game
8 stars 2 forks source link

Holy Balls: The Game A free and open source capture-the-flag game. Version 1.0, now with gameplay and some semblance of object oriented code!

TODO

Proposed Gameplay

* Capture the flag based
* event engine interfaces with game engine that announces what happens, sends data to socket code to talk to client

Requirements

Installing

On Ubuntu:

apt-get install libsdl2-dev libglew-dev libalut-dev

Building

Run

Linux

-h: to display help message

-i [ip]: to connect to specified server; default is 127.0.0.1

-d [width] [height]: to play at specified resolution; default is 640x480

-f: to play in fullscreen; will not work if specified resolution is greater than screen resolution

Playing

Credits

Style Guide

https://google-styleguide.googlecode.com/svn/trunk/cppguide.html