-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
38 lines (29 loc) · 1.46 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Wizardly is roguelike written with use of SFML library.
Project was created with use of Visual Studio 2019
Controls:
arrows - movement
Q - shooting
E - interaction
A,D - cycling through avaliable spells
Z - toggling manual mode (it allows to manualy change direction in which shots are fired)
W,S - turning in manual mode
ESC - exiting game
Enter - after game ends it allows to restart it.
Tab - toggling map
Gameplay:
On the map are scattered 4 artifacts (small colorful rectangles, placed on special cell type).
Goal is to collect all 4, bring them to starting map, and iteract with portal.
Interaction is possible with five types of objects - Shrines, HealingPoints, Vendors, Chests and Artifacts.
Interacting with:
Artifact - gives you said artifact (it appears in upper-left corner of screen), and unlocks additional spell
Shrines - improve your speed or strength (strength increase damage, and allows for pushing heavier objects)
HealingPoints - heals percentile of your health
Vendors - for a fee increases your max health or casting speed
Chests - gives you 50 gold or unlocks random spell
When you enter, exits are closed until all enemies are dead.
There are two types of enemies:
Warriors, that follow you and try to kill you with their swords.
And mages that cast magics in your general direction.
Stones can be destroyed with basic magic, but it is far easier with special, explosive spell.
And that is it for the basics, rest can be found out with gameplay
Have fun