sum01 / rock-paper-sword

A simple and familiar game, except you have hit points.

Home Page:https://gitlab.com/sum01/rock-paper-sword

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rock Paper Sword

A simple and familiar game, except you have hit points.

Both the player and enemy start with 10 hp.
Shield bash can absorb both sword and shield bash damage.
Fireball ignores shield absorbs.
The enemy randomly chooses attacks.

I'll hopefully get around to making this a simple Qt5 program in the future.

Building

No dependencies, just the normal Cmake build process and a C++11 compatible compiler.

Unix example:

mkdir build && cd build
cmake .. && make

About

A simple and familiar game, except you have hit points.

https://gitlab.com/sum01/rock-paper-sword

License:The Unlicense


Languages

Language:C++ 96.9%Language:CMake 3.1%