Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Begiedza authored Apr 18, 2020
1 parent e071306 commit a5db4d2
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# Doomed

First person shooter PoC made in Unreal Engine 4.
![Screenshot](doc/doomed-sm.png)
[See full size](doc/doomed.png)

Proof of concept with basic interactions and effects scripted in C++ and blueprint system.
Simple demo of technology for assignment on University of Lower Silesia.

## Instruction
Unzip release or build from source.

## How to play?
```
LMB - shoot
F - interaction
WSAD - movement
DEL - subtract life
ESC/Backspace - pause
```

### Elements in game:
* explosive chrome barrels
* pickup system with ammo and healt
* shooting
* interactions:
* NPC facing player
* box jumping
* door opening/closing
* Jumping into lava will end game
* multiple user interfaces and main menu

0 comments on commit a5db4d2

Please sign in to comment.