Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.
/ bobwars Public archive

simple rts game depicting the struggle of bob and google plus

License

Notifications You must be signed in to change notification settings

kennyrkun/bobwars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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