-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstructure.txt
67 lines (52 loc) · 977 Bytes
/
structure.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
RUN&GUN
A Bro-Force like Game with Mario physic and duo (1v1)
Mobility abilities : dash, double jump against wall
files : {
main
- menu
- initialisation
player :
- main character
- handle deplacement
- interaction
env :
- map
- camera
- character tracking
- Stack (Rendering & Effects)
- Assets optimization
app :
- framerate
- connection
- get & edit config
- handle settings
- start & restart a game
}
Physic :
- Matter.js
Rendering :
- Stack process
- Not Matter.js one
- Hard-coded with canvas stuff
- Sprites
Interface :
- Simple but detailed
- Life / ammo / weapon active
Settings :
- Keybind (module keydrown)
Audio :
- Background music
Graphisme :
- simple
- Mario-like
- animated-sprite
Network :
- socket.io
Gun part :
- multiple class ?
- Weapon switch
- not too much spam
Camera :
- movable ?
- safe-zone
- zoom ?