- C++ 98.4%
- CMake 1.6%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| src | ||
| .gitattributes | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
bobwars
bobwars ia real-time strategy game focusing on the intense struggle between Bob and Google+ which took place in late 2013.
Setting up
Clone the project to the desired location on your machine. Make sure you have SFML 2.5.1 in the project's root directory.
You'll also need SFUI2 (latest) and DiscordRPC (Windows only).
Linux
If all prerequisites are satisfied, you should be able to build the project very easily:
git clone https://github.com/kennyrkun/bobwars/
cd bobwars
mkdir build && cd build
ln -s ../bobwars
cmake .. && make
Windows
I don't know.
Playing
While in the game, the WASD are used to control the main view. Units can be created with the create button, and delete with the delete button or the DEL key. To select a unit, simply left click the desired unit. To deselect that unit, either click another unit or click something that is not a unit.
Controls
General
Escape - Pause game
F12 - Screenshot
MouseWheel - Change player camera zoom level by 2.0f (+/-)
Left Shift - Speed up player camera by 250u/s
Control + + - Zoom in
Control + - - Zoom out
Unit Controls
LMB - Selects unit
Ctrl + LMB - Adds unit to group of already selected units.
RMB (Unit) - Set unit movement destination.
RMB (Building) - Set unit rally point.
Del - Deletes selected unit(s).
Debug
~ or ` - Toggle debug mode
Built With
- Simple and Fast Media Library (SFML) - The Graphics library used.
- some bits of the Create Me Engine
- anyone who had their code copied from StackOverflow