@@ -65,19 +65,22 @@ If needed, a section can be split into subsections with a "------" delimiter.
65
65
66
66
## Game Updates
67
67
68
- ### [ runner] ( https://github.com/jayrave/runner )
68
+ ### [ runner]
69
69
70
70
[ ![ Runner gameplay sample] ( runner_gameplay_sample.png )] ( https://vimeo.com/428851779 )
71
71
72
- runner is a simple side-scrolling endless runner game that takes place in
72
+ [ runner] is a simple side-scrolling endless runner game that takes place in
73
73
a bright world that only has our fearless adventurer & a few pesky beings
74
- that are bent on keeping her from running! It uses
75
- [ specs] ( https://github.com/amethyst/specs ) for
76
- [ ECS] ( https://en.wikipedia.org/wiki/Entity_component_system ) and has
77
- multiple frontends: [ sdl2] ( https://github.com/Rust-SDL2/rust-sdl2 ) &
78
- [ quicksilver] ( https://github.com/ryanisaacg/quicksilver ) . Between the 2
79
- frontends it can target the majority of the platforms: Web, Mac, Linux,
80
- Windows (untested) & possible even iOS & Android
74
+ that are bent on keeping her from running! It uses [ specs] for [ ECS]
75
+ and has multiple frontends: [ sdl2] & [ quicksilver] .
76
+ Between the two frontends it can target the majority of the platforms:
77
+ Web, Mac, Linux, Windows (untested) & possible even iOS & Android.
78
+
79
+ [ runner ] : https://github.com/jayrave/runner
80
+ [ specs ] : https://github.com/amethyst/specs
81
+ [ ECS ] : https://en.wikipedia.org/wiki/Entity_component_system
82
+ [ sdl2 ] : https://github.com/Rust-SDL2/rust-sdl2
83
+ [ quicksilver ] : https://github.com/ryanisaacg/quicksilver
81
84
82
85
## Learning Material Updates
83
86
0 commit comments