This repository has been archived by the owner on Apr 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
42 lines (32 loc) · 1.63 KB
/
README
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
38
39
40
41
42
README
This is a game created as a project in the course TDP005 at Linköping University
AUTHORS
This game is created by:
Johan Wänglöf
and
André Ligné
INSTALL
Requirements for this game to run:
SDL
SDL_ttf
g++
Optional (but serioulsy, you should get this to make your life easier)
make
How to install:
Just type 'make'. And if you don't have make you should really install it!
We do not support anyone that doesn't have make ;)
COPYING/LICENSE
None what so ever. Do what you want!
Github URL: https://github.com/jwanglof/TDP005
BUGS
If you find any you can always leave a message at facebook for Johan Wänglöf och André Ligné, or just fix 'em yourself.
HOW-TO PLAY
To play this game you have to compile it using the installation notes.
When the compilation is done you have an executable file called 'Super' in the folder. To run this you only need to type ./Super in the same folder.
When started you are asked to write your 3 character initiales. When you've done this you need to press 'Y'.
Now you're in the main menu and I think the menu-entries are self-explained.
To move around in the menu you can either use the arrows, W or S.
To select a menu-entry you can either press Space or Return.
To move the player in the game you use the 'WASD'-keyboard keys. To shoot you press your left mouse-button, and you aim by pointing your mouse-pointer at the enemy you want to shoot.
To activate your bomb power-up you simple press the right mouse button.
There are 2 different types of power-ups in the game, one that gives you a bomb and one that gives you an extra life. These spawn randomly so be on a look out for them!