Skip to content

Commit 7886a6d

Browse files
N39: Add Jumpy (#1185)
Co-authored-by: Joe Clay <[email protected]>
1 parent 62534cd commit 7886a6d

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

content/news/039/index.md

+37
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,43 @@ _Discussions: [Submission page](https://ldjam.com/events/ludum-dare/51/miam)_
9999
[bevy_game_template]: https://github.com/NiklasEi/bevy_game_template
100100
[bevy_tweening]: https://github.com/djeedai/bevy_tweening
101101

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+
102139
## Engine Updates
103140

104141
### [Fyrox]

content/news/039/jumpy.png

33.8 KB
Loading

0 commit comments

Comments
 (0)