@@ -99,6 +99,43 @@ _Discussions: [Submission page](https://ldjam.com/events/ludum-dare/51/miam)_
99
99
[ bevy_game_template ] : https://github.com/NiklasEi/bevy_game_template
100
100
[ bevy_tweening ] : https://github.com/djeedai/bevy_tweening
101
101
102
+ ### [ Jumpy]
103
+
104
+ ![ Online Game Fish Selection Screen] ( jumpy.png )
105
+ _ Online Game Fish Selection Screen_
106
+
107
+ [ Jumpy] ([ GitHub] [ Jumpy ] , [ Discord] [ jumpy_discord ] , [ Twitter] [ jumpy_twitter ] ) by
108
+ [ Spicy Lobster] [ spicy_lobster ] is a pixel-style, tactical 2D shooter with a fishy
109
+ theme.
110
+
111
+ In the last month,
112
+ the devs started [ rewriting] [ jumpy_rewrite ] Jumpy to use the [ Bevy] game engine.
113
+ Massive progress has been made,
114
+ establishing foundational features such as input mapping, UI, and localization,
115
+ along with the addition of a few major features:
116
+
117
+ - Network play, complete with a matchmaking server for joining public games online.
118
+ - A scripting engine using TypeScript/JavaScript powered by [ ` bevy_mod_js_scripting ` ] .
119
+ - A revamped map editor that renders the actual game in the viewport.
120
+ This lets you switch back and forth between editing and playing,
121
+ and has the potential for multiplayer map editing in the future.
122
+
123
+ The physics have been ported from the old version of the game
124
+ with the basic gameplay and the sword item nearly finished.
125
+ The next tasks include porting some of the old items to the new scripting system
126
+ and finishing off the map editor's editing functionality.
127
+
128
+ _ Discussions: [ GitHub] [ jumpy_discussions ] , [ Twitter] [ jumpy_twitter ] _
129
+
130
+ [ Jumpy ] : https://github.com/fishfolks/jumpy
131
+ [ jumpy_rewrite ] : https://github.com/fishfolks/jumpy/pull/466
132
+ [ Bevy ] : https://bevyengine.org
133
+ [ jumpy_discussions ] : https://github.com/fishfolks/jumpy/discussions
134
+ [ jumpy_twitter ] : https://twitter.com/spicylobsterfam
135
+ [ jumpy_discord ] : https://discord.gg/4smxjcheE5
136
+ [ spicy_lobster ] : https://spicylobster.itch.io/
137
+ [ `bevy_mod_js_scripting` ] : https://github.com/jakobhellermann/bevy_mod_js_scripting
138
+
102
139
## Engine Updates
103
140
104
141
### [ Fyrox]
0 commit comments