-
Notifications
You must be signed in to change notification settings - Fork 0
/
Instructions.txt
48 lines (32 loc) · 1.11 KB
/
Instructions.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
38
39
40
41
42
43
44
45
46
47
48
============
Instructions
============
**** Movement ****
Arrow-Key LEFT: Moves Player left
Arrow-Key RIGHT: Moves Player right
R + Arrow-Key LEFT/ RIGHT: Player Runs in denoted direction
Space: Jump
Hold Space: Higher Jump
**** Attacks ****
W: Shoulder Charge Attack
R: Wind-Slash
R + Arrow-key UP/ LEFT/ RIGHT: Wind Slash in denoted direction
**** Miscellaneous ****
Esc: Pause Game
Esc + Space: Returns to Main Menu
Esc + S: Save Game
***********************************************
BIBLIOGRAPHY
***********************************************
ZetCode - Moving Sprites:
http://zetcode.com/tutorials/javagamestutorial/movingsprites/
StackExchange - Animation Help:
http://gamedev.stackexchange.com/questions/53705/how-can-i-make-a-sprite-sheet-based-animation-system
Sprite Sheets:
http://www.spriters-resource.com/
Jukebox help/ music loading help:
http://stackoverflow.com/questions/30834765/create-a-jukebox-program-in-java
Questions and Noob Help:
http://stackoverflow.com/questions/tagged/java
Official Coder - Prodige Tukala
Code Inspired by Nintendo's Sonic Platformer & Notch's Ludum Dare Series