Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7886a6d

Browse filesBrowse files
N39: Add Jumpy (rust-gamedev#1185)
Co-authored-by: Joe Clay <27cupsofcoffee@gmail.com>
1 parent 62534cd commit 7886a6d
Copy full SHA for 7886a6d

File tree

2 files changed

+37
-0
lines changed
Filter options

2 files changed

+37
-0
lines changed

‎content/news/039/index.md

Copy file name to clipboardExpand all lines: content/news/039/index.md
+37Lines changed: 37 additions & 0 deletions
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

Copy file name to clipboard
33.8 KB
Loading

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.